SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In which order should tests be run?
A
The most important tests first
B
The most difficult tests first(to allow maximum time for fixing)
C
The easiest tests first (to give initi al confidence)
D
The order they are thoug ht of
Explanation: 

Detailed explanation-1: -In a comprehensive software development environment, bottom-up testing is usually done first, followed by top-down testing.

Detailed explanation-2: -The first step is to state the null and alternative hypothesis clearly. The null and alternative hypothesis in hypothesis testing can be a one tailed or two tailed test. The second step is to determine the test size.

Detailed explanation-3: -History-based: In history-based approach, test cases are prioritized based on the history of test cases. The test execution results of a particular test case determining the possible chances of failure are selected and prioritized first and so on.

There is 1 question to complete.