Free Practice Mock Questions Set 16-20 (Quiz # 4) for iSQI CTFL_Syll2018 Exam, according to official iSQI ISTQB Certified Tester Foundation Level exam syllabus topic # 6
Which of the following type of defect would NOT be typically found by using a static analysis tool?
Answer : C
What is a "test harness"?
Answer : A
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?
Answer : B
Which of the following are 'Exit Criteria?'