Question: 1
Which of the following type of defect would NOT be typically found by using a static analysis tool?
Question: 2
Which of the following BEST matches the attributes with a level of testing?
I . Stubs and drivers are often used
II The test environment should correspond to the production environment
III . Finding defects is not the main focus
IV Testing can be based on use cases
V . Testing is normally performed by testers
VI . Testing for functional and non-functional characteristics
Question: 3
Consider the following pseudo code
1. Begin
2. Read Gender
3. __Print ''Dear''
4. If Gender = 'female'
5. Print (''Ms'')
6. Else
7. __Print ( ''Mr'')
8. Endif
9. End
How many test cases are needed to achieve 100 per cent decision coverage?
Question: 4
Which of the following is NOT an example of a typical risk-based testing activity?
Question: 5
What is a "test harness"?