CTFL Block21

List List Menú
  • Home
  • Exam Simulator
  • Bus Stop Practice
  • Questions Blocks

Block 21

CTFL – 10 Questions

  • <<
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • >>
 0%

Question 1 of 10

1. Given the following descriptions of review activities:
  1. Detected anomalies are deliberated upon, and determinations are reached regarding their status, ownership, and any further steps needed
  2. Issues are recorded, and any needed updates are addressed prior to the acceptance of the work product
  3. Reviewers employ techniques to come up with suggestions and questions about the work product and to spot anomalies
  4. The objective of the review and its schedule are established to ensure a focused and efficient review
  5. Participants are provided with access to the item being reviewed
Which of the following is the CORRECT sequence in the review process of the activities that correspond to the descriptions?
A.
B.
C.
D.

Question 1 of 10

Question 2 of 10

2. Which participant in the review process is responsible for ensuring that the review meetings run effectively and that everyone at the meetings can voice their opinions freely?
A.
B.
C.
D.

Question 2 of 10

Question 3 of 10

3. You perform system testing of an e-commerce web application and are provided with the following requirement:

REQ 05-017. If the total cost of purchases exceeds $100, the customer gets a 5% discount on subsequent purchases. Otherwise, the customer does not receive a discount.

Which test techniques will be MOST helpful in designing test cases based on this requirement?
A.
B.
C.
D.

Question 3 of 10

Question 4 of 10

4. The system for selling cinema tickets calculates the discount type based on the client’s birth year (BY) and on the current year (CY) as follows:

Let D be the difference between CY and BY, that is, D = CY – BY
  • If D < 0 then print the error message “birth year cannot be greater than current year”
  • If 0 ≤ D < 18 then apply the student discount
  • If 18 ≤ D < 65 then apply no discount
  • If D ≥ 65 then apply the pensioner discount
Your test suite already contains two test cases:
  • BY = 1990, CY = 2020, expected result: no discount
  • BY = 2030, CY = 2029, expected result: print the error message
Which of the following test data sets should be added to achieve full valid equivalence partitioning coverage for the discount type?
Select TWO options.
A.
B.
C.
D.
E.

Question 4 of 10

Question 5 of 10

5. You are testing a temperature control system for a horticultural cold storage facility. The system receives the temperature (in full degrees Celsius) as the input. If the temperature is between 0 and 2 degrees inclusive, the system displays the message “temperature OK”. For lower temperatures, the system displays the message "temperature too low" and for higher temperatures it displays the message “temperature too high”.
Using two-value boundary value analysis, which of the following sets of test inputs provides the highest level of boundary value coverage?
A.
B.
C.
D.

Question 5 of 10

Question 6 of 10

6.

You are designing test cases based on the following decision table.

So far you have designed the following test cases:

  •  TC1: 19-year-old, unregistered man with no experience; expected result: category A
  •  TC2: 65-year-old, unregistered woman with 5 years of experience; expected result: category B
  •  TC3: 66-year-old, registered man with no experience; expected result: category C
  •  TC4: 65-year-old, registered woman with 4 years of experience; expected result: category D

Which of the following test cases, when added to the existing set of test cases, will increase the decision table coverage?

A.
B.
C.
D.

Question 6 of 10

Question 7 of 10

7.

You are applying state transition testing to the hotel room reservation system modeled by the following state transition table, with 4 states and 5 different events:

Assuming all test cases start in the ‘Requesting’ state, which of the following test cases, represented as sequences of events, achieves the highest valid transitions coverage?

A.
B.
C.
D.

Question 7 of 10

Question 8 of 10

8. Your test suite S for a program P achieves 100% statement coverage. It consists of three test cases, each of which achieves 50% statement coverage.
Which of the following statements is CORRECT?
A.
B.
C.
D.

Question 8 of 10

Question 9 of 10

9. Why does white-box testing facilitate defect detection even when the software specification is vague, outdated or incomplete?
A.
B.
C.
D.

Question 9 of 10

Question 10 of 10

10. Which of the following is NOT anticipated by the tester while applying error guessing?
A.
B.
C.
D.

Question 10 of 10

Loading... Loading...

© Copyright - ISTQB Certification Trainer
Desplazarse hacia arriba Desplazarse hacia arriba Desplazarse hacia arriba