CTFL_Foundation Certified Tester - Foundation Level (Syllabus 2011)

Loading demo links...

Showing 13–15 of 15 questions

Question 13

Which of the following tool types is the most useful one for a test manager?

Select an option, then click Submit answer.

  • Modeling tool

  • Static analysis tool

  • Coverage measurement tool

  • Defect tracking tool

Question 14

The following condition is given:

Integer x, y;

IF x > 0 AND x < 100 y=y+x;

END-IF

Using boundary analysis for x, which test cases are required?

Select an option, then click Submit answer.

  • -1, 0, 1, 99, 100, 101

  • -1, 0, 100, 101

  • -500, -10, 0, 1, 99, 100, 101, 500

  • 0, 1, 99, 100

Question 15

Which of the following is NOT an example of a typical risk-based testing activity?

Select an option, then click Submit answer.

  • The evaluation of a risk-management tools to decide which tool to use for future projects

  • The focus of testing is shifted to an area in the system where tests find with more defects than
    expected

  • Brainstorming sessions are held with a wide variety of stakeholders to identify possible failures in the system

  • Tests are prioritized to ensure that those associated with critical parts of the system are executed earlier