ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

2 / 40

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

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

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

8 / 40

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

9 / 40

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

Select ONE option.

10 / 40

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

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 NOT a purpose of a test plan?

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. What does the test pyramid model show?

Select ONE option.

15 / 40

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

16 / 40

16. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

17 / 40

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

18 / 40

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

Select ONE option.

19 / 40

19. Given the following example defects:

i. Two different parts of the design specification disagree due to the complexity of the design
ii. A response time is too long and so makes users lose patience
iii. A path in the code cannot be reached during execution
iv. A variable is declared but never subsequently used in the program
v. The amount of memory needed by the program to generate a report is too high

Which of the following BEST identifies example defects that could be found by static testing (rather than dynamic testing)?

Select ONE option.

20 / 40

20. Which of the following is NOT true for white-box testing?

Select ONE option.

21 / 40

21. High-level test conditions are being used by testers to generate test cases and execute tests. Even though the test conditions remain the same, the test cases are varied each time. Which of the following ‘principles of testing’ is being addressed through the variation of test cases?

Select ONE option.

22 / 40

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

23 / 40

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

24 / 40

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

Select ONE option.

25 / 40

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

26 / 40

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

Select ONE option.

27 / 40

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

28 / 40

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

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

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. Which collaborative user story writing practice enables the team to achieve a collective understanding of what needs to be delivered?

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

34. You work as a tester in a project on a mobile application for food ordering for one of your clients. The client sent you a list of requirements. One of them, with high priority, says

“The order must be processed in less than 10 seconds in 95% of the cases”.

You created a set of test cases in which a number of random orders were made, the processing time measured, and the test results were checked against the requirements.

What test type did you perform?

Select ONE option.

35 / 40

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

36 / 40

36. Which of the following is a characteristic of experience-based test techniques?

Select ONE option.

37 / 40

37. A storage system can store up to three elements and is modeled by the following state transition diagram. The variable N represents the number of currently stored elements.

Which of the following test cases, represented as sequences of events, achieves the highest level of valid transitions coverage?

Select ONE option.

38 / 40

38. Which of the following is MOST likely to describe a task performed by someone in a test management role?

Select ONE option.

39 / 40

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

40 / 40

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

Select ONE option.

0%

Scroll to top