Free CTFL-V4-0 Istqb CTFL-V4-0 Practice Test Question

Loading demo links...

Showing 1–3 of 10 questions

Question 1 (Topic 1)

In what way does configuration management help the tester?

Select an option, then click Submit answer.

  • It verifies that the test cases are executed in the correct order
  • It ensures that regressions do not occur
  • It enforces proper unit testing and measurement
  • It uniquely identifies the items to be tested
Question 2 (Topic 1)

A requirement specifies that if the total amount of sales (TAS) made during the year by a corporate seller is 300,000€ or more, the bonus that must be paid to the seller is 100% of a certain amount agreed upon at the beginning of the year. The software contains a fault as it implements this requirement with the decision "IF (TAS = 300,000)" instead of "IF (TAS >= 300,000)". The application of the 3-value boundary value analysis to this problem consists of the following three test cases (TAS is an integer variable): TC1 = 299,999 - TC2=300,000 - TC=300,001 - Which of the following statements is TRUE?

Select an option, then click Submit answer.

  • TC1 would highlight the fault.
  • TC2 would highlight the fault.
  • TC3 would highlight the fault.
  • None of the three test cases would highlight the fault.
Question 3 (Topic 1)

Which of the following statements about the shift-left approach is FALSE?

Select an option, then click Submit answer.

  • The shift-left approach can only be implemented with test automation.
  • The shift-left approach in testing is compatible with DevOps practices.
  • The shift-left approach can involve security vulnerabilities.
  • The shift-left approach can be supported by static analysis tools.