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 2 of 8.

  1. Question 13: Given the Following program IF X <>= ZTHEN Statement 2;ENDMcCabe’s Cyclomatic Complexity is :
  2. Question 14: System testing is:
  3. Question 15: Which of the following are valid test objectives? (i)Finding defects. (ii)Gaining confidence about the level of quality and providing information. (iii)Prevent…
  4. Question 16: How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions…
  5. Question 17: Consider the following pseudo code: 1. Begin 2. Input X, Y 3. If X > Y 4. __Print (X, is greater than, Y) 5. Else 6. __Print (Y, is greater than or equal to, X…
  6. Question 18: Which statement correctly describes debugging?
  7. Question 19: Which of the following BEST defines static techniques?
  8. Question 20: Which of the following risks represents the highest level of risk to the project?
  9. Question 21: Which of the following statements is most true about test conditions?
  10. Question 22: Which type of review has the following main purposes: discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and ch…