최신ISQI ISTQB Certified Tester Foundation Level (CTFL) v4.0 - CTFL_Syll_4.0무료샘플문제
Consider two situations:
(1) A code statement is "return x*y + z", but should be "return
x*(y+z)"
(2) For the input x=2, y=3, z=4 the system returns 10, but should
return 14
Which of the following is TRUE?
Scenario 2 "Big Drop":
The management of the company "The Big Drop" has instructed the Product Team to configure the discounts in the sales terminals so that frequent customers receive an additional discount on top of a bulk discount, based on the following table:

You must design test cases to represent all POSSIBLE and REAL business scenarios. Test cases should be generated using the input data provided in the table above.
How many POSSIBLE decision rules can be extracted from the table above?
From a testing perspective, configuration management
Which ONE of the following elements is TYPICALLY NOT part of a test progress report?
Determining the schedule for each testing activity and test milestones for a test project, using activity estimates, available resources, and other constraints is a typical task performed during
If:
- EC = number of exercised conditional branches in a code
- EU = number of exercised unconditional branches in a code
- C = number of conditional branches in a code
- U = number of unconditional branches in a code
Which metric correctly defines the branch coverage?
Which of the following statements is not correct?
A possible risk of introducing test automation is:
Which ONE of the following elements is TYPICALLY used to guide testing during exploratory testing?
When tests are being created to achieve statement coverage, what are they exercising?