ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

2 / 40

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

Select ONE option.

3 / 40

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

4 / 40

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

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. Which of the following test activities are MOST likely to involve the application of boundary value analysis and equivalence partitioning?

Select TWO options.

7 / 40

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

Select ONE option.

8 / 40

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

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. Which of the following is an example of a defect that can be found by static testing but NOT by dynamic testing?

Select ONE option.

11 / 40

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

Select TWO options.

12 / 40

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

13 / 40

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

Select ONE option.

14 / 40

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

Select TWO options.

15 / 40

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

Select ONE option.

16 / 40

16. How is the whole team approach present in the interactions between testers and business representatives?

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

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

19 / 40

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

Select ONE options.

20 / 40

20. Decide which of the following statements (i-v) are true for static testing.

i. Abnormal external behaviors are easier to identify with this testing
ii. Discrepancies from a coding standard are easier to find with this testing
iii. It identifies failures caused by defects when the software is run
iv. Its test objective is to identify defects as early as possible
v. Missing coverage for critical security requirements is easier to find and fix

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

23. Given the following testware:

1. Coverage items
2. Change requests
3. Test execution schedule
4. Prioritized test conditions

And the following test activities

A. Test analysis
B. Test design
C. Test implementation
D. Test completion

Which of the following BEST shows the testware produced by the activities?

Select ONE option.

24 / 40

24. Which of the following is MOST likely to be a trigger that leads to maintenance testing of a currency exchange system?

Select ONE option.

25 / 40

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

26 / 40

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

27 / 40

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

28 / 40

28. How can white-box testing be useful in support of black-box 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. Which of the following statements about branch testing is CORRECT?

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 of the following is a benefit of early and frequent stakeholder feedback?

Select ONE option.

33 / 40

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

34 / 40

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

Select ONE option.

35 / 40

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

36 / 40

36. The user reported a software failure. An engineer from the support team asked the user for the software version number where the failure was observed. Based on the version number, the team reassembled all the files that made up the release. This later allowed a developer to perform analysis, find the defect, and fix it.

Which of the following enabled the above activity to be performed by the team?

Select ONE options.

37 / 40

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

38 / 40

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

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

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

0%

Scroll to top