- (Exam Topic 22)
Which TWO of the following test tools would be classified as test execution tools? [K2]
* a. Test data preparation tools
* b. Test harness
* c. Review tools
* d. Test comparators
* e. Configuration management tools
Correct Answer:
D
- (Exam Topic 21)
Which is not in sequence in 11 Step Software Testing process..?
Correct Answer:
C
- (Exam Topic 21)
What is the purpose of exit criteria?
Correct Answer:
C
- (Exam Topic 21)
Which of the following types of test tool are most likely to include traceability functions?
(i) Performance testing tool
(ii) Requirements management tool
(iii) Configuration management tool
(iv) Static analysis tool
Correct Answer:
C
Requirements management tools (ii) have traceability because they enable test conditions and subsequently test scripts and defects to be traced back to requirements. Configuration management tools (iii) also need to trace the appropriate version of a test script to the release or version of a system or module.
Performance monitoring tools (i) and static analysis tools (iv) are designed for specific objectives. Neither of these tools particularly need traceability functions.
- (Exam Topic 21)
Given the Following program IF X <>= ZTHEN Statement 2;ENDMcCabe’s Cyclomatic Complexity is :
Correct Answer:
B