ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

2. What task may management take on during a formal review?

Select ONE option.

3 / 40

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

Select ONE options.

4 / 40

4. Let the branch coverage metric be defined as BCov = (X / Y) * 100%.

What do X and Y represent in this formula?

Select ONE option.

5 / 40

5. Tools from which of the following categories help with the organization of test cases, detected defects and configuration management?

 

Select ONE option.

6 / 40

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

7 / 40

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

Select ONE option.

8 / 40

8. Consider the following defect report for a Book Lending System.

Which of the following is MOST likely to help the developer reproduce the failure quickly?

Select ONE options.

9 / 40

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

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

15. Consider the following rule: “for every SDLC activity there is a corresponding test activity”. In which SDLC models does this rule hold?

Select ONE option.

16 / 40

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

17 / 40

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

Select ONE option.

18 / 40

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

19 / 40

19. Which of the following is a typical test objective?

Select ONE option.

20 / 40

20. What does the test pyramid model show?

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

23 / 40

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

24 / 40

24. Which of the following BEST explains a benefit of independence of testing?

Select ONE option.

25 / 40

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

26 / 40

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

Select ONE option.

27 / 40

27. Which TWO of the following options are common metrics used for reporting on the quality level of the test object?

Select TWO options.

28 / 40

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

29 / 40

29. Your test suite achieved 100% statement coverage. What is the consequence of this fact?

Select ONE option.

30 / 40

30. Which of the following is NOT a valid purpose for a test report?

Select ONE options.

31 / 40

31. You are testing a mobile application that allows users to find a nearby restaurant based on the type of food they want to eat. Consider the following list of test cases, priorities (i.e., a smaller number means a higher priority), and dependencies:

Which of the following test cases should be executed as the third one?

Select ONE option.

32 / 40

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

33 / 40

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

Select ONE option.

34 / 40

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

35 / 40

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

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

37. Which of the following BEST describes retrospectives?

Select ONE option.

38 / 40

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

39 / 40

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

Select ONE option.

40 / 40

40. During risk analysis the team considered the following risk: “The system allows too high a discount for a customer”. The team estimated the risk impact to be very high.

What can one say about the risk likelihood?

Select ONE option.

0%

Scroll to top