ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

2 / 40

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

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

6. The following is a list of the work products produced in the SDLC.

i. Business requirements
ii. Schedule
iii. Test budget
iv. Third-party executable code
v. User stories and their acceptance criteria

Which of them can be reviewed?

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

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

10 / 40

10. How do testers add value to iteration and release planning?

Select ONE option.

11 / 40

11. You are designing test cases based on the following decision table.

So far you have designed the following test cases:

• TC1: 19-year-old, unregistered man with no experience; expected result: category A
• TC2: 65-year-old, unregistered woman with 5 years of experience; expected result: category B
• TC3: 66-year-old, registered man with no experience; expected result: category C
• TC4: 65-year-old, registered woman with 4 years of experience; expected result:
category D

Which of the following test cases, when added to the existing set of test cases, will increase the decision table coverage?

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

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

15 / 40

15. Which of the following statements BEST describes the difference between testing and debugging?

Select ONE option.

16 / 40

16. You test a system whose lifecycle is modeled by the state transition diagram shown below. The system starts in the INIT state and ends its operation in the OFF state.

What is the MINIMAL number of test cases to achieve valid transitions coverage?

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 working as a tester in the team that follows the V-model. The choice of software development lifecycle (SDLC) model impacts the timing of testing, which of the following statement is NOT true?

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

21. The table shows the traceability matrix from test cases to requirements. “X” means that a given test case covers the corresponding requirement.

You want to prioritize the test cases following the additional coverage prioritization technique.

You execute all four test cases.

Which test case should be executed as the LAST one?

Select ONE options.

22 / 40

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

Select ONE option.

23 / 40

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

24 / 40

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

25 / 40

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

Select ONE option.

26 / 40

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

27 / 40

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

Select ONE option.

28 / 40

28. The user reported a software failure. An engineer from the support team asked the user for the software version number where the failure was observed. Based on the version number, the team reassembled all the files that made up the release. This later allowed a developer to perform analysis, find the defect, and fix it.

Which of the following enabled the above activity to be performed by the team?

Select ONE options.

29 / 40

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

Select ONE options.

30 / 40

30. You are testing a sort function that gets a set of numbers as input and returns the same set of numbers sorted in ascending order. The log from the test execution looks as follows.

Which of the following provides the BEST description of the failure that can be used in a defect report?

Select ONE option.

31 / 40

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

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 TWO of the following options are the exit criteria for testing a system?

Select TWO options.

34 / 40

34. Which of the following are advantages of DevOps?

i. Faster product release and faster time to market
ii. Increases the need for repetitive manual testing
iii. Constant availability of executable software
iv. Reduction in the number of regression tests associated with code refactoring
v. Setting up the test automation framework is inexpensive since everything is automated

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

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

37 / 40

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

Select ONE option.

38 / 40

38. What is the MAIN difference between black-box test techniques and experience-based test techniques?

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

40. You were given a task to analyze and fix causes of failures in a new system to be released.

Which activity are you performing?

Select ONE option.

0%

Scroll to top