Discuss how poor management decisions can impact software quality?

What will be an ideal response?

Estimation decisions – irrational delivery date estimates cause teams to take short-cuts that can lead to reduced product quality
Scheduling decisions – failing to pay attention to task dependencies when creating the project schedule may force the project team to test modules without their subcomponents and quality may suffer
Risk-oriented decisions – reacting to each crisis as it arises rather than building in mechanisms to monitor risks and having established contingency plans may result in products having reduced quality

Computer Science & Information Technology

You might also like to view...

There have been viruses and Trojan horses triggered on April Fool's Day and Friday the 13th

Indicate whether the statement is true or false

Computer Science & Information Technology

Suppose class Child is derived from class Parent that was in turn derived from class GrandParent. When we declare an object of class Child, three constructors are called: i) Child, ii) Parent, iii )GrandParent.. What is the order?

a) Child, Parent, GrandParent b) Parent, GrandParent, Child c) GrandParent, Child, Parent d) GrandParent, Parent, Child e) GrandParent, Child, Parent

Computer Science & Information Technology