ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

1. Customers of the TestWash car wash chain have cards with a record of the number of washes they have bought so far. The initial value is 0. After entering the car wash, the system increases the number on the card by one. This value represents the number of the current wash. Based on this number the system decides what discount the customer is entitled to.

For every tenth wash the system gives a 10% discount, and for every twentieth wash, the system gives a further 40% discount (i.e., a 50% discount in total).

Which of the following sets of input data (understood as the numbers of the current wash) achieves the highest equivalence partition coverage?

Select ONE option.

2 / 40

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

3 / 40

3. You need to update one of the automated test scripts to be in line with a new requirement. Which process indicates that you create a new version of the test script in the test repository?

Select ONE option.

4 / 40

4. Consider the following list:

• Correct input not accepted
• Incorrect input accepted
• Wrong output format
• Division by zero

What test technique is MOST PROBABLY used by the tester who uses this list when performing testing?

Select ONE option.

5 / 40

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

6 / 40

6. You are testing a mobile application that allows customers to access and manage their bank accounts. You are running a test suite that involves evaluating each screen, and each field on each screen, against a general list of user interface best practices derived from a popular book on the topic that maximizes attractiveness, ease-of-use, and accessibility for such applications. Which of the following options BEST categorizes the test technique you are using?

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

10. Which of the following tests is MOST likely to be performed as part of functional testing?

Select ONE option.

11 / 40

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

12 / 40

12. You are working on a project to develop a system to analyze driving test results. You have been asked to design test cases based on the following decision table.

What test data will show that there are contradictory rules in the decision table?

Select ONE option.

13 / 40

13. Which of the following provides the BEST example of a scenario-oriented acceptance criterion?

Select ONE option.

14 / 40

14. Which of the following BEST describes retrospectives?

Select ONE option.

15 / 40

15. You received the following defect report from the developers stating that the anomaly described in this test report is not reproducible.

Application hangs up
2022-May-03 – John Doe – Rejected
The application hangs up after entering “Test input: $ä” in the Name field on the new user creation screen. Tried to log off, log in with test_admin01 account, same issue. Tried with other test admin accounts, same issue. No error message received; log (see attached) contains fatal error notification. Based on the test case TC-1305, the application should accept the provided input and create the user. Please fix with high priority, this feature is related to REQ-0012, which is a critical new business requirement.

What critical information is MISSING from this test report that would have been useful for the developers?

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

17. Given the following review types:

1. Technical review
2. Informal review
3. Inspection
4. Walkthrough

And the following descriptions:

A. Includes objectives such as gaining consensus, generating new ideas, and motivating authors to improve
B. Includes objectives such as educating reviewers, gaining consensus, generating new ideas and detecting potential defects
C. The main objective is detecting potential defects and it requires metrics collection to support process improvement
D. The main objective is detecting potential defects and it generates no formal documented output

Which of the following BEST matches the review types and the descriptions?

Select ONE option.

18 / 40

18. How can white-box testing be useful in support of black-box testing?

Select ONE option.

19 / 40

19. Which of the following statements BEST describes the acceptance test-driven development (ATDD) approach?

Select ONE option.

20 / 40

20. Which of the following is MOST likely to be a benefit of test automation?

 

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

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

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

26 / 40

26. Which of the following is MOST likely to be performed as part of system testing?

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

28. Which of the following is MOST likely to be a benefit of test automation?

Select ONE option.

29 / 40

29. Which of the following is a factor that contributes to a successful review?

Select ONE option.

30 / 40

30. The team wants to estimate the time needed for one tester to execute four test cases for a software component. The team has gathered the following measures of the effort used to execute a single test case:

• Best-case scenario: 1 hour
• Worst-case scenario: 8 hours
• Most likely scenario: 3 hours

Given that the three-point estimation technique is being used, what is the final estimate of the time needed to execute all four test cases?

Select ONE option.

31 / 40

31. You want to estimate the test effort for the new project using estimation based on ratios. You calculate the test-to-development effort ratio using averaged data for both development effort and test effort from four historical projects similar to the new one. The table shows this historical data.

The estimated development effort for the new project is $800,000. What is your estimate of the test effort in this project?

Select ONE option.

32 / 40

32. Which of the following statements about DevOps is CORRECT?

Select ONE option.

33 / 40

33. Which of the following pieces of information contained in a test progress report is the LEAST useful for business representatives?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

35. Which test activity does a data preparation tool support?

Select ONE option.

36 / 40

36. Which of the following provides the BEST description of the shift-left approach?

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

38. Which of the following activities in the test process makes the MOST use of test progress reports?

Select ONE option.

39 / 40

39. Which of the following is MOST likely to be an example of a tester using a generic skill when testing?

Select ONE option.

40 / 40

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

Select TWO options.

0%

Scroll to top