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?
|
The most important tests first
|
|
The most difficult tests first(to allow maximum time for fixing)
|
|
The easiest tests first (to give initi al confidence)
|
|
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.