CTFL Certified Software Tester - Foundation Level (CSTFL)

Loading demo links...

Showing 1–3 of 15 questions

Question 1

Which of the following factors is LEAST likely to be used as a basis for estimating testing effort?

Select an option, then click Submit answer.

  • Requirements for documentation

  • Quality of the test basis

  • Work Breakdown Structure

  • Skills of the test team

Question 2

Which of the following statements regarding incidents is NOT true?

Select an option, then click Submit answer.

  • Incidents should be tracked from discovery and classification to correction and confirmation of the solution.

  • The discrepancies between actual and expected outcomes needs to be logged as incidents.

  • Since incidents are the discrepancies between actual and expected outcomes they cannot be raised during development.

  • Incidents may be raised during development, review, testing or use of a software product.

Question 3

Which type of automation test design is used in the example below?

An automation team designs an automation framework for testing of their web-based applications. Realizing that they need to use different data for different test cycles, they decide not to hard-code any data in their scripts. Instead they read all the data from text files while test execution is in progress.

Select an option, then click Submit answer.

  • Dynamic test design

  • Data-driven

  • Keyword-driven

  • Data coverage analysis