ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

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

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

4. You are testing a user story with three acceptance criteria: AC1, AC2 and AC3. AC1 is covered by test case TC1, AC2 by TC2, and AC3 by TC3. The test execution history had three test runs on three consecutive versions of the software as follows:

Tests are repeated once you are informed that all defects found in the test run are corrected and a new version of the software is available.
Which of the above tests are executed as regression tests?

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

6. You are applying state transition testing to the hotel room reservation system modeled by the following state transition table, with 4 states and 5 different events:

Assuming all test cases start in the ‘Requesting’ state, which of the following test cases, represented as sequences of events, achieves the highest valid transitions coverage?

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

8. Which of the following BEST describes how using checklist-based testing can result in increased coverage?

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

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

11 / 40

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

12 / 40

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

Select ONE option.

13 / 40

13. Which of the following statements about the independence of testing is CORRECT?

Select ONE option.

14 / 40

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

15 / 40

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

Select ONE option.

16 / 40

16. Which item correctly identifies a potential risk of performing test automation?

Select ONE option.

17 / 40

17. Which of the following is MOST likely to impact how testing is performed for a given test object?

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

19. Given the following risks:

1. Ineffective loop implementation causes long system responses
2. Consumers change their preferences
3. Flooding of the server room
4. Patients above a certain age receive inaccurate reports

And the following mitigation activities:

A. Risk acceptance
B. Performance testing
C. Using boundary value analysis as the test technique
D. Risk transfer

Which of the following BEST matches the risks with the mitigation activities?

Select ONE option.

20 / 40

20. Consider the following part of a test plan.

Testing will be performed using component testing and component integration testing. The regulations require to demonstrate that 100% branch coverage is achieved for each component classified as critical.

Which part of the test plan does this part belong to?

Select ONE option.

21 / 40

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

 

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

23. The ‘absence-of-defects fallacy’ is one of the principles of testing. Which of the following is an example of addressing this principle in practice?

Select ONE option.

24 / 40

24. Which participant in the review process is responsible for ensuring that the review meetings run effectively and that everyone at the meetings can voice their opinions freely?

Select ONE option.

25 / 40

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

26 / 40

26. Which TWO of the following options are the exit criteria for testing a system?

Select TWO options.

27 / 40

27. Which of the following is NOT a benefit of static testing?

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

29. Which TWO of the following statements provide the BEST rationale for using exploratory testing?

Select TWO options.

30 / 40

30. Which collaborative user story writing practice enables the team to achieve a collective understanding of what needs to be delivered?

Select ONE option.

31 / 40

31. Which of the following skills (i-v) are the MOST important skills of a tester?

i. Having domain knowledge
ii. Creating a product vision
iii. Being a good team player
iv. Planning and organizing the work of the team
v. Critical thinking

Select ONE option.

32 / 40

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

33 / 40

33. The reviews being used in your organization have the following attributes:

• There is the role of a scribe
• The main purpose is to evaluate quality
• The meeting is led by the author of the work product
• There is individual preparation
• A review report is produced

Which of the following review types is MOST likely being used?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

35. In your project there has been a delay in the release of a brand-new application and test execution started late, but you have very detailed domain knowledge and good analytical skills. The full list of requirements has not yet been shared with the team, but management is asking for some test results to be presented.

Which test technique fits BEST in this situation?

Select ONE option.

36 / 40

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

37 / 40

37. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

38 / 40

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

39 / 40

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

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