ISQI Certified Tester Foundation Level Free Practice Exam Questions

80 real ISQI Certified Tester Foundation Level exam questions with answers and AI explanations. iSQI certification prep — page 1 of 8.

  1. Question 1: Test objectives for systems testing of a safety critical system include completion of all outstanding defect correction. Regression testing is required followi…
  2. Question 2: What is decision table testing?
  3. Question 3: What content would be in an incident report if that incident report was based on the IEEE 829 Standard for SoftwareTest Documentation? (i)Identification of con…
  4. Question 4: The selection of test cases for regression testing..?
  5. Question 5: Which of the following statements are correct for walkthroughs? (i) Often led by the author. (ii) Documented and defined results. (iii) All participants have d…
  6. Question 6: 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 H…
  7. Question 7: Which TWO of the following test tools would be classified as test execution tools? a. Test data preparation tools b. Test harness c. Review tools d. Test compa…
  8. Question 10: The four test levels defined for a common V-model testing approach are:
  9. Question 11: Consider the following pseudo code: 1 Begin 2 Read Time 3 If Time < 12 Then 4 Print(Time, "am") 5 Endif 6 If Time > 12 Then 7 Print(Time 12, "pm") 8 Endif 9 If…
  10. Question 12: Which of the following are most likely to be used when developing a test strategy or test approach? (i) Failure-based approach (ii)Test specification approach…