ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

2 / 40

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

Select ONE options.

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

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

6 / 40

6. Given the following risks:

1. Ineffective loop implementation causes long system responses
2. Consumers change their preferences
3. Flooding of the server room
4. Patients above a certain age receive inaccurate reports

And the following mitigation activities:

A. Risk acceptance
B. Performance testing
C. Using boundary value analysis as the test technique
D. Risk transfer

Which of the following BEST matches the risks with the mitigation activities?

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

8. Which of the following tests is MOST likely to be performed as part of functional testing?

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

10. You are testing a temperature control system for a horticultural cold storage facility. The system receives the temperature (in full degrees Celsius) as the input. If the temperature is between 0 and 2 degrees inclusive, the system displays the message “temperature OK”. For lower temperatures, the system displays the message "temperature too low" and for higher temperatures it displays the message “temperature too high”.

Using two-value boundary value analysis, which of the following sets of test inputs provides the highest level of boundary value coverage?

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

13. The following list contains risks that have been identified for a new software product to be developed:

i. Management moves two experienced testers to another project
ii. The system does not comply with functional safety standards
iii. System response time exceeds user requirements
iv. Stakeholders have inaccurate expectations
v. Disabled people have problems when using the system

Which of them are project risks?

Select ONE option.

14 / 40

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

 

Select ONE option.

15 / 40

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

Select TWO options.

16 / 40

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

Select ONE option.

17 / 40

17. What does the test pyramid model show?

Select ONE option.

18 / 40

18. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

19 / 40

19. Which of the following CANNOT be examined by static testing?

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

21. Why does white-box testing facilitate defect detection even when the software specification is vague, outdated or incomplete?

Select ONE option.

22 / 40

22. Which of the following is NOT a purpose of a test plan?

Select ONE option.

23 / 40

23. Which of the following BEST describes retrospectives?

Select ONE option.

24 / 40

24. Which of the following activities in the test process makes the MOST use of test progress reports?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

26. Your team analyzes the following user story in order to define the acceptance criteria:

As a registered customer, I want to be able to view my previous orders on the company's website, so that I can keep track of my purchases.

Which of the following test cases will NOT be relevant for this user story?

Select ONE option.

27 / 40

27. Which item correctly identifies a potential risk of performing test automation?

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

30. Which of the following are product risks?

Select TWO options.

31 / 40

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

32 / 40

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

33 / 40

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

Select ONE option.

34 / 40

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

35 / 40

35. You are testing a system that calculates the final course grade for a given student.

The final grade is assigned based on the final result, according to the following rules:

• 0 – 50 points: failed
• 51 – 60 points: fair
• 61 – 70 points: satisfactory
• 71 – 80 points: good
• 81 – 90 points: very good
• 91 – 100 points: excellent

You have prepared the following set of test cases:

What is the 2-value Boundary Value Analysis (BVA) coverage for the final result that is achieved with the existing test cases?

Select ONE option.

36 / 40

36. During a risk analysis the following risk was identified and assessed:

• Risk: Response time is too long to generate a report
• Risk likelihood: medium; risk impact: high
• Response to risk:

o An independent test team performs performance testing during system testing
o A selected sample of end users performs alpha and beta acceptance testing before the release

What measure is proposed to be taken in response to this analyzed risk?

Select ONE option.

37 / 40

37. One of the ‘principles of testing’ states that exhaustive testing is impossible. Which of the following is an example of addressing this principle in practice?

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

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

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