ISTQB Quiz
BlogPrüfungssetsFragenÜbungsquiz
ENVIDEPTJA
ENVIDEPTJA

ISTQB Quiz

Kostenlose ISTQB Foundation Level Übungstests

(c) 2026 ISTQB Quiz - Not affiliated with ISTQB

Startseite/Fragen/#403
Frage 403ISTQB CTFL v4.0 Sample Exam D

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 TWO of the following test data sets should be added to achieve full valid equivalence partitioning coverage for the discount type?

Antwortmöglichkeiten

A.BY = 2001, CY = 2065
B.BY = 1900, CY = 1965✓
C.BY = 1965, CY = 1900
D.BY = 2011, CY = 2029
E.BY = 2000, CY = 2000✓

Richtige Antwort

B, E: BY = 1900, CY = 1965; BY = 2000, CY = 2000

Dieses Prüfungsset übenAlle Fragen ansehen

Weitere Fragen aus dieser Prüfung

#385

Which of the following is a typical test objective?

#386

A designer documents a design for a user interface that does not suitably address disabled users because the designer is tired. The programmer implements the user interface in line with the design but as they are working under severe time pressure, they do not include suitable exception handling in their program code for bonus calculations. When the operational system is used, complaints are made by some disabled users about the interface and the company is subsequently fined by the relevant regulatory authority. No one notices that bonus calculations are sometimes incorrect. Which of the following statements is CORRECT?

#387

High-level test conditions are being used by testers to generate test cases and execute tests. Even though the test conditions remain the same, the test cases are varied each time. Which of the following ‘principles of testing’ is being addressed through the variation of test cases?

#388

Given the following testware: i. Test completion report ii. Data held in a database used for test inputs and expected results iii. The list of elements needed to build the test environment iv. Documented sequences of test cases in execution order v. Test cases Which of the following BEST shows the testware produced as a result of performing test implementation?

#389

Which of the following is MOST likely to describe a task performed by someone in a test management role?