ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

1. Which of the following is true about exploratory testing?

Select ONE option.

2 / 40

2. 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?

Select ONE option.

3 / 40

3. What does the test pyramid model show?

Select ONE option.

4 / 40

4. Consider the following acceptance criteria for a user story written from the perspective of an online store owner.

Given that the user is logged in and on the homepage,
When the user clicks on the "Add Item" button,
Then the "Create Item" form should appear,
And the user should be able to input a name and price for the new item.

In what format is this acceptance criteria written?

Select ONE option.

5 / 40

5. Which of the following BEST describes an example of how configuration management (CM) supports testing?

Select ONE option.

6 / 40

6. Your team follows the process that uses the DevOps delivery pipeline. The first three steps of this process are:

(1) Code development
(2) Submit code into a version control system and merge it into the “test” branch
(3) Perform component testing for the submitted code

Which of the following is BEST suited to be the entry criterion for step (2) of this pipeline?

Select ONE option.

7 / 40

7. Which of the following is NOT a purpose of a test plan?

Select ONE option.

8 / 40

8. Which of the following is NOT an example of the shift left approach?

Select ONE option.

9 / 40

9. Which of the following is a product quality metric?

Select ONE option.

10 / 40

10. Which of the following is an example of how product risk analysis influences thoroughness and scope of testing?

Select ONE option.

11 / 40

11. Which of the following test levels is MOST likely being performed if the testing is focused on validation and is not being performed by testers?

Select ONE option.

12 / 40

12. The following list contains risks that have been identified for a new software product to be developed:

i. Management moves two experienced testers to another project
ii. The system does not comply with functional safety standards
iii. System response time exceeds user requirements
iv. Stakeholders have inaccurate expectations
v. Disabled people have problems when using the system

Which of them are project risks?

Select ONE option.

13 / 40

13. Consider the following test categories (1-4) and agile testing quadrants (A-D):

1. Usability testing
2. Component testing
3. Functional testing
4. Reliability testing

A. Agile testing quadrant Q1: technology facing, supporting the development team
B. Agile testing quadrant Q2: business facing, supporting the development team
C. Agile testing quadrant Q3: business facing, critique the product
D. Agile testing quadrant Q4: technology facing, critique the product

How do the following test categories map onto the agile testing quadrants?

Select ONE option.

14 / 40

14. You are designing test cases based on the following state transition diagram:

What is the MINIMUM number of test cases required to achieve 100% valid transitions coverage?

Select ONE option.

15 / 40

15. W A developer was asked to implement the following business rule:

You design the test cases using 2-value boundary value analysis.

Which of the following sets of test inputs achieves the greatest coverage?

Select ONE option.

16 / 40

16. Which of the following statements is a CORRECT example of the value of traceability?

Select ONE option.

17 / 40

17. What is the relationship between the testing quadrants, test levels and test types?

Select ONE option.

18 / 40

18. Which of the following statements BEST describes the difference between decision table testing and branch testing?

Select ONE option.

19 / 40

19. A storage system can store up to three elements and is modeled by the following state transition diagram. The variable N represents the number of currently stored elements.

Which of the following test cases, represented as sequences of events, achieves the highest level of valid transitions coverage?

Select ONE option.

20 / 40

20. Which of the following is NOT anticipated by the tester while applying error guessing?

Select ONE option.

21 / 40

21. Why does white-box testing facilitate defect detection even when the software specification is vague, outdated or incomplete?

Select ONE option.

22 / 40

22. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

23 / 40

23. Which of the following CANNOT be examined by static testing?

Select ONE option.

24 / 40

24. Which of the following is a benefit of early and frequent stakeholder feedback?

Select ONE option.

25 / 40

25. 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?

Select ONE option.

26 / 40

26. Which of the following is NOT an example of how configuration management supports testing?

Select ONE option.

27 / 40

27. Which of the following is LEAST likely to occur as a result of a retrospective?

Select ONE option.

28 / 40

28. One of the ‘principles of testing’ states that exhaustive testing is impossible. Which of the following is an example of addressing this principle in practice?

Select ONE option.

29 / 40

29. In many software organizations the test department is called the Quality Assurance (QA) department. Is this sentence correct or not and why?

Select ONE option.

30 / 40

30. According to the testing quadrants model, which of the following falls into quadrant Q1 (“technology facing” and “support the team”)?

Select ONE option.

31 / 40

31. You have been assigned as a tester to a team producing a new system incrementally. You have noticed that no changes have been made to the existing regression test cases for several iterations and no new regression defects were identified. Your manager is happy, but you are not. Which testing principle explains your skepticism?

Select ONE option.

32 / 40

32. Which of the following BEST define EXIT criteria in a testing project?

Select TWO options.

33 / 40

33. Which of the following is the BEST example of how traceability supports testing?

Select ONE option.

34 / 40

34. Which of the following is an advantage of the whole-team approach?

Select ONE option.

35 / 40

35. Which of the following is a good testing practice that applies to all software development lifecycles?

Select ONE option.

36 / 40

36. Which of the following is MOST likely to be a risk of test automation?

Select ONE options.

37 / 40

37. 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?

Select ONE option.

38 / 40

38. Which of the following BEST fits as an element of the checklist used in checklist-based testing?

Select ONE option.

39 / 40

39. You want to apply branch testing to the code represented by the following control flow graph.

How many coverage items do you need to test?

Select ONE option.

40 / 40

40. The following decision table contains the rules for determining the risk of atherosclerosis.

You designed the test cases with the following test input data:

TC1: Cholesterol = 125 mg/dl Blood pressure = 141 mm Hg
TC2: Cholesterol = 200 mg/dl Blood pressure = 201 mm Hg
TC3: Cholesterol = 124 mg/dl Blood pressure = 201 mm Hg
TC4: Cholesterol = 109 mg/dl Blood pressure = 200 mm Hg
TC5: Cholesterol = 201 mg/dl Blood pressure = 140 mm Hg

What is the decision table coverage achieved by these test cases?

Select ONE option.

0%

Scroll to top