ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

2 / 40

2. How can the testing quadrants be beneficial for testing?

Select ONE options.

3 / 40

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

 

Select ONE option.

4 / 40

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

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. You are testing a web application that allows users to SEARCH for products, VIEW product details, ADD products to a shopping cart, and place an ORDER.
You have prepared the following five test cases, which you want to execute according to their priorities:

TC1: SEARCH product A Priority: medium

TC2: VIEW product A details Priority: low

TC3: ADD product B to a shopping cart Priority: medium

TC4: ADD product C to a shopping cart Priority: high

TC5: place an ORDER Priority: high

You also identified the following logical dependencies between test cases:

• SEARCH functionality must be tested before VIEW functionality can be tested, as product details rely on search functionality.
• VIEW functionality must be tested before ADD functionality, as adding products relies on the availability of accurate product details.
• ADD functionality must be tested before ORDER functionality, as placing an order relies on the availability of accurate shopping cart information.

Which test case should be executed as the fourth one?

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

8. Which of these statements is NOT a factor that contributes to successful reviews?

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

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

11 / 40

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

12 / 40

12. Which of the following statements about quality assurance (QA) and/or quality control (QC) is correct?

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

14. You are using acceptance test-driven development and designing test cases based on the following user story:

Which test case is the MOST reasonable one to test AC3?

Select ONE option.

15 / 40

15. Which work product can be used by an agile team to show the amount of work that has been completed and the amount of total work remaining for a given iteration?

Select ONE option.

16 / 40

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

17 / 40

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

Select ONE option.

18 / 40

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

19 / 40

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

20 / 40

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

Select ONE option.

21 / 40

21. The following decision table contains the rules for determining the risk of atherosclerosis.

You designed the test cases with the following test input data:

TC1: Cholesterol = 125 mg/dl Blood pressure = 141 mm Hg
TC2: Cholesterol = 200 mg/dl Blood pressure = 201 mm Hg
TC3: Cholesterol = 124 mg/dl Blood pressure = 201 mm Hg
TC4: Cholesterol = 109 mg/dl Blood pressure = 200 mm Hg
TC5: Cholesterol = 201 mg/dl Blood pressure = 140 mm Hg

What is the decision table coverage achieved by these test cases?

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

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

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

25. For a given risk, its risk level is $1,000 and its risk likelihood is estimated as 50%.

What is the risk impact?

Select ONE options.

26 / 40

26. Which of the following is an example of a test-first approach to development?

Select ONE option.

27 / 40

27. Which TWO of the following options are the exit criteria for testing a system?

Select TWO options.

28 / 40

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

What do X and Y represent in this formula?

Select ONE option.

29 / 40

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

Select ONE options.

30 / 40

30. Which of the following statements about branch testing is CORRECT?

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

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

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

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

37 / 40

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

Select ONE option.

38 / 40

38. Given the following benefits and drawbacks of the independence of testing:

i. The testers work in a different location from the developers
ii. Testers question the assumptions programmers make while writing code
iii. A confrontational dynamic has been established between testers and developers
iv. Developers have convinced themselves that testers are mostly accountable for quality
v. Testers have different biases than those held by the developers

Which are MOST likely to be considered benefits?

Select ONE option.

39 / 40

39. Which of the following is NOT a benefit of static testing?

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top