ISTQB Learning

Test your knowledge

0%
34
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

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

3 / 40

3. Tools from which of the following categories help with the organization of test cases, detected defects and configuration management?

 

Select ONE option.

4 / 40

4. High-level test conditions are being used by testers to generate test cases and execute tests. Even though the test conditions remain the same, the test cases are varied each time. Which of the following ‘principles of testing’ is being addressed through the variation of test cases?

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

7. A phone ringing in a neighboring cubicle distracts a programmer causing him to improperly program the logic that checks the upper boundary of an input variable. Later, during system testing, a tester notices that this input field accepts invalid input values.

Which of the following correctly describes an incorrectly coded upper bound?

Select ONE option.

8 / 40

8. Which TWO of the following tasks belong MAINLY to a testing role?

Select TWO options.

9 / 40

9. Which TWO of the following statements provide the BEST rationale for using exploratory testing?

Select TWO options.

10 / 40

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

Select ONE option.

11 / 40

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

12 / 40

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

13 / 40

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

Select ONE option.

14 / 40

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

15 / 40

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

Select ONE options.

16 / 40

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

17 / 40

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

Select TWO options.

18 / 40

18. You are testing a form that verifies the correctness of the length of the password given as input. The form accepts a password with the correct length and rejects a password that is too short or too long. The password length is correct if it has between 6 and 12 characters inclusive. Otherwise, it is considered incorrect.

At first, the form is empty (password length = 0). You apply boundary value analysis to the “password length” variable.

Your set of test cases achieves 100% 2-value boundary value coverage. The team decided that due to the high risk of this component, test cases should be added to ensure 100% 3-value boundary value coverage.

Which additional password lengths should be tested to achieve this?

Select ONE option.

19 / 40

19. Which of the arguments below would you use to convince your manager to organize retrospectives at the end of each release cycle?

Select ONE option.

20 / 40

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

21 / 40

21. A storage system can store up to three elements and is modeled by the following state transition diagram. The variable N represents the number of currently stored elements.

Which of the following test cases, represented as sequences of events, achieves the highest level of valid transitions coverage?

Select ONE option.

22 / 40

22. Which of the following is MOST likely to be a challenge encountered when implementing DevOps?

Select ONE option.

23 / 40

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

Select ONE options.

24 / 40

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

25 / 40

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

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

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

28 / 40

28. Which of the following test activities are MOST likely to involve the application of boundary value analysis and equivalence partitioning?

Select TWO options.

29 / 40

29. Your favorite bicycle daily rental store has just introduced a new Customer Relationship Management system and asked you, one of their most loyal members, to test it.
The implemented features are as follows:

• Anyone can rent a bicycle, but members receive a 20% discount
• However, if the return deadline is missed, the discount is no longer available
• After 15 rentals, members get a gift: a T-Shirt

Decision table describing the implemented features looks as follows:

Based ONLY on the feature description of the Customer Relationship Management system, which of the above rules describes an impossible situation?

 

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

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

32 / 40

32. Which of the following is MOST likely to be an example of a tester using a generic skill when testing?

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

35 / 40

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

36 / 40

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

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

38. You were given a task to analyze and fix causes of failures in a new system to be released.

Which activity are you performing?

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top