ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

2 / 40

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

3 / 40

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

Select ONE option.

4 / 40

4. Consider the following acceptance criteria for a user story written from the perspective of an online store owner.

Given that the user is logged in and on the homepage,
When the user clicks on the "Add Item" button,
Then the "Create Item" form should appear,
And the user should be able to input a name and price for the new item.

In what format is this acceptance criteria written?

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

7. Given the following test tool categories:

i. Collaboration tools
ii. DevOps tools
iii. Management tools
iv. Non-functional testing tools
v. Test design and implementation tools

Tools from which of the categories are MOST likely to facilitate test execution?

Select ONE options.

8 / 40

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

Select ONE option.

9 / 40

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

10 / 40

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

11 / 40

11. Your team uses the three-point estimation technique to estimate the test effort for a new high-risk feature. The following estimates were made:

• Most optimistic estimation: 2 person-hours
• Most likely estimation: 11 person-hours
• Most pessimistic estimation: 14 person-hours

What is the final estimate?

Select ONE option.

12 / 40

12. Which of the following statements about the value of static testing is CORRECT?

Select ONE option.

13 / 40

13. In many software organizations the test department is called the Quality Assurance (QA) department. Is this sentence correct or not and why?

Select ONE option.

14 / 40

14. Which test activity involves working with test data requirements, test conditions, test environment requirements and test cases?

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

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

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

20 / 40

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

Select ONE option.

21 / 40

21. Which of the following statements describe a valid test objective?

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

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

31 / 40

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

Select ONE option.

32 / 40

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

33 / 40

33. Which of the following statements is CORRECT?

Select ONE option.

34 / 40

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

Select TWO options.

35 / 40

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

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top