ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

Select ONE option.

2 / 40

2. Which of the following is MOST likely to be a challenge encountered when implementing DevOps?

Select ONE option.

3 / 40

3. You are testing a web application that allows users to SEARCH for products, VIEW product details, ADD products to a shopping cart, and place an ORDER.
You have prepared the following five test cases, which you want to execute according to their priorities:

TC1: SEARCH product A Priority: medium

TC2: VIEW product A details Priority: low

TC3: ADD product B to a shopping cart Priority: medium

TC4: ADD product C to a shopping cart Priority: high

TC5: place an ORDER Priority: high

You also identified the following logical dependencies between test cases:

• SEARCH functionality must be tested before VIEW functionality can be tested, as product details rely on search functionality.
• VIEW functionality must be tested before ADD functionality, as adding products relies on the availability of accurate product details.
• ADD functionality must be tested before ORDER functionality, as placing an order relies on the availability of accurate shopping cart information.

Which test case should be executed as the fourth one?

Select ONE option.

4 / 40

4. Consider the following defect report for a web-based shopping application:

What is the MOST important information that is missing from this report?

Select ONE option.

5 / 40

5. Given the following descriptions:

1. Support workflow tracking
2. Facilitate communication
3. Virtual machines
4. Support reviews

And the following test tool categories:

A. Static testing tools
B. Tools supporting scalability and deployment standardization
C. DevOps tools
D. Collaboration tools

Which of the following BEST matches the descriptions and categories?

Explanation / Rationale

6 / 40

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

Select ONE option.

7 / 40

7. Which of the following is an example of how product risk analysis may influence the thoroughness and scope of testing?

Select ONE option.

8 / 40

8. Which of these statements is NOT a factor that contributes to successful reviews?

Select ONE option.

9 / 40

9. 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.

10 / 40

10. How is the whole team approach present in the interactions between testers and business representatives?

Select ONE option.

11 / 40

11. Which of the following statements about quality assurance (QA) and/or quality control (QC) is correct?

Select ONE option.

12 / 40

12. Which of the following statements about formal reviews is TRUE?

Select ONE option.

13 / 40

13. You are testing a PIN validator, which accepts valid PINs and rejects invalid PINs. A PIN is a sequence of digits. A PIN is valid if it consists of four digits, at least two of which are different. You have identified the following valid equivalence partitions:

Variable: PIN code length

• The partition “length correct” - four-digit PINs
• The partition “length incorrect” - PINs with length other than 4

Variable: Number of different digits

• The partition “number of different digits correct” - PINs with at least two different digits
• The partition “number of different digits incorrect” - PINs with all digits being the same

Which of the following is a MINIMUM set of input test data that covers all identified equivalence partitions?

Select ONE option.

14 / 40

14. Which of the following is an example of a test-first approach to development?

Select ONE option.

15 / 40

15. Which of the following BEST describe the collaborative approach to user story writing?

Select ONE option.

16 / 40

16. Which of the following is MOST likely to be a trigger that leads to maintenance testing of a currency exchange system?

Select ONE option.

17 / 40

17. Which of the following is an example of why testing is necessary?

Select ONE option.

18 / 40

18. 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.

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

21. Which TWO of the following tasks belong MAINLY to a testing role?

Select TWO options.

22 / 40

22. A wine storage system uses a control device that measures the wine cell temperature T (measured in °C, rounded to the nearest degree) and alarms the user if it deviates from the optimal value of 12, according to the following rules:

• if T = 12, the system says, “optimal temperature”

• if T < 12, the system says, “temperature is too low!”

• if T > 12, the system says, “temperature is too high!”

You want to use the 3-point boundary value analysis (BVA) to verify the behavior of the control device. A test input is a temperature in °C provided by the device.

What is the MINIMAL set of test inputs that achieves 100% of the desired coverage?

Select ONE option.

23 / 40

23. The navigation system software has been updated due to it suggesting routes that break traffic laws, such as driving the wrong way down one-way streets. Which of the following BEST describes the testing that will be performed?

Select ONE option.

24 / 40

24. Which of the following statements about branch testing is CORRECT?

Select ONE option.

25 / 40

25. Which of the following statements about the chosen software development lifecycle is CORRECT?

Select ONE option.

26 / 40

26. Given the following test tasks:

1. Derive test cases from test conditions
2. Identify reusable testware
3. Organize test cases into test procedures
4. Evaluate test basis and test object

And the following test activities:

A. Test analysis
B. Test design
C. Test implementation
D. Test completion

Which of the following BEST matches the tasks with the activities?

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

28. Which of the following options shows an example of test activities that contribute to success?

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

31. You have just started designing test cases for the following user story.

In all test cases the precondition is as follows: there are only two products available, products A and B. Product A costs $100 and product B costs $110.

Which of the following is the BEST example of a test case for this user story?

Select ONE option.

32 / 40

32. 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.

33 / 40

33. Which of the following BEST describes the concept behind error guessing?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

35. Which of the following is NOT true regarding the test pyramid?

Select ONE option.

36 / 40

36. You run two test cases, T1 and T2, on the same code. Test T1 achieved 40% statement coverage and test T2 achieved 65% statement coverage.

Which of the following sentences must be necessarily true?

Select ONE option.

37 / 40

37. Which of the following is an example of a test-first approach to development?

Select ONE option.

38 / 40

38. Which types of failures (1-4) fit which test levels (A-D) BEST?

1. Failures in system behavior as it deviates from the user’s business needs
2. Failures in communication between components
3. Failures in logic in a module
4. Failures in not correctly implemented business rules

A. Component testing
B. Component integration testing
C. System testing
D. Acceptance testing

Select ONE option.

39 / 40

39. Which of the following statements about the different testing roles is MOST likely to be CORRECT?

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top