ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

2 / 40

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

3 / 40

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

Select ONE option.

4 / 40

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

5 / 40

5. Your team uses planning poker to estimate the test effort for a newly required feature. There is a rule in your team that if there is no time to reach full agreement and the variation in the results is small, applying rules like “accept the number with the most votes” can be applied.
After two rounds, the consensus was not reached, so the third round was initiated. You can see the test estimation results in the table below.

Which of the following is the BEST example of the next step?

Select ONE option.

6 / 40

6. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

7 / 40

7. Which of the following BEST describes an example of how configuration management (CM) supports testing?

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

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

10 / 40

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

11 / 40

11. Your test suite S for a program P achieves 100% statement coverage. It consists of three test cases, each of which achieves 50% statement coverage.

Which of the following statements is CORRECT?

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

13. What does the test pyramid model show?

Select ONE option.

14 / 40

14. You are working on a project to develop a system to analyze driving test results. You have been asked to design test cases based on the following decision table.

What test data will show that there are contradictory rules in the decision table?

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

16. Which of the following factors (i-v) have SIGNIFICANT influence on the test process?

i. The SDLC
ii. The number of defects detected in previous projects
iii. The identified product risks
iv. New regulatory requirements forcing formal white-box testing
v. The test environment setup

Select ONE option.

17 / 40

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

18 / 40

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

Select ONE option.

19 / 40

19. Which of the following BEST describes the way acceptance criteria can be documented?

Select ONE option.

20 / 40

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

21 / 40

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

22 / 40

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

Select ONE option.

23 / 40

23. Your organization’s test strategy suggests that once a system is going to be retired, data migration shall be tested. As part of what test type is this testing MOST likely to be performed?

Select ONE option.

24 / 40

24. Which of the following BEST define EXIT criteria in a testing project?

Select TWO options.

25 / 40

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

Select ONE option.

26 / 40

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

27 / 40

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

Select ONE option.

28 / 40

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

 

Select ONE option.

29 / 40

29. Which of the following is a product quality metric?

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

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

33 / 40

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

Select ONE options.

34 / 40

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

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. Which of the following is NOT a purpose of a test plan?

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

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

39 / 40

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

Select ONE option.

40 / 40

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

0%

Scroll to top