ISTQB Learning

Test your knowledge

0%
2
Created on By Admin

2018v3.1 - Exam 4

1 / 40

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

Select ONE option.

2 / 40

2. Which of the following metrics would be MOST useful to monitor during test execution?

Select ONE option.

3 / 40

3. A smart home app measures the average temperature in the house over the previous week and provides feedback to the occupants on their environmental friendliness based on this temperature.

The feedback for different average temperature ranges (to the nearest °C) should be:

Up to 10°C - Icy Cool!
11°C to 15°C - Chilled Out!
16°C to 19°C - Cool Man!
20°C to 22°C - Too Warm!
Above 22°C - Hot & Sweaty!

Using BVA (only Min- and Max values), which of the following sets of test inputs provides the highest level of boundary coverage?

Select ONE option.

4 / 40

4. Which of the following is a defect rather than a root cause in a fitness tracker?

Select ONE option.

5 / 40

5. Which one of the statements below describes the most common situation for a failure discovered during testing or in production?

Select ONE option.

6 / 40

6. What is decision coverage?

Select ONE option.

7 / 40

7. Consider the following decision table for the portion of an online airline reservation system that allows frequent flyers to redeem points for reward travel:

Suppose that there are two equivalence partitions for the condition where “Account/password okay” is not true, one where the account is invalid and another where the account is valid, but the password is invalid. Suppose that there is only one equivalence partition corresponding to the condition where “Account/password okay” is true, where both the account and password are valid.

If you want to design tests to cover the equivalence partitions for “Account/password okay” and also for this portion of the decision table, what is the minimum number of tests required?

Select ONE option.

8 / 40

8. Which of the following should NOT be a trigger for maintenance testing?

Select ONE option.

9 / 40

9. In a formal review, what is the role name for the participant who runs an inspection meeting?

Select ONE option.

10 / 40

10. Which one of the following is NOT included in a test summary report?

Select ONE option.

11 / 40

11. Consider the following list of undesirable outcomes that could occur on a mobile app development effort:

A. Incorrect totals on screens
B. Change to acceptance criteria during acceptance testing
C. Users find the soft keyboard too hard to use with your app
D. System responds too slowly to user input during search string entry
E. Testers not allowed to report test results in daily standup meetings

Which of the following properly classifies these outcomes as project and product risks?

Select ONE option.

12 / 40

12. Which of the following is a typical objective of testing?

Select ONE option.

13 / 40

13. Which of the following can affect and be part of the (initial) test planning?

Select ONE options.

14 / 40

14. Which one of the following is TRUE?

Select ONE option.

15 / 40

15. Which of the following statements BEST compares the purposes of confirmation testing and regression testing?

Select ONE option.

16 / 40

16. Consider the following state transition diagram for a credit-card only, unattended gasoline pump:

Assume that you want to develop the minimum number of tests to cover each transition in the state transition diagram. Assume further that each test must start at the beginning state, waiting for customer, and each test ends when a transition arrives at the beginning state. How many tests do you need?

Select ONE option.

17 / 40

17. Which of the following is a true statement about exploratory testing?

Select ONE option.

18 / 40

18. Given the following test activities and tasks:

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

1. Entering change requests for open defect reports
2. Identifying test data to support the test cases
3. Prioritizing test procedures and creating test data
4. Analyzing discrepancies to determine their cause

Which of the following BEST matches the activities with the tasks?

Select ONE option.

19 / 40

19. During a project following Agile methods, you find a discrepancy between the developer’s interpretation of an acceptance criteria and the product owner’s interpretation, which you bring up during a user story refinement session. Which of the following is a benefit of test independence exemplified by this situation?

Select ONE option.

20 / 40

20. A fitness app measures the number of steps that are walked each day and provides feedback to encourage the user to keep fit.

The feedback for different numbers of steps should be:

Up to 1000 - Couch Potato!
Above 1000, up to 2000 - Lazy Bones!
Above 2000, up to 4000 - Getting There!
Above 4000, up to 6000 - Not Bad!
Above 6000 - Way to Go!

Which of the following sets of test inputs would achieve the BEST equivalence partition coverage?

Select ONE option.

21 / 40

21. Which of the following statements about static testing are MOST true?

Select ONE options.

22 / 40

22. You are defining the process for carrying out product risk analysis as part of each iteration on an Agile project. Which of the following is the proper place to document this process in a test plan?

Select ONE option.

23 / 40

23. Which of the following BEST defines risk level?

Select ONE option.

24 / 40

24. Given the following priorities and dependencies for these test cases:

Which of the following test execution schedules BEST considers the priorities and technical and logical dependencies?

Select ONE option.

25 / 40

25. Which of the following statements CORRECTLY reflects the value of static testing?

Select ONE option.

26 / 40

26. A video application has the following requirement: The application shall allow playing a video on the following display resolution:

1. 640x480
2. 1280x720
3. 1600x1200
4. 1920x1080

Which of the following list of test cases is a result of applying the equivalence partitioning test technique to test this requirement?

Select ONE option.

27 / 40

27. Given the following state model of a battery charger software:

Which of the following sequences of transitions provides the highest level of transition coverage for the model?

Select ONE option.

28 / 40

28. Which of the following is an example of a failure in a car cruise control system?

Select ONE option.

29 / 40

29. What is checklist-based testing?

Select ONE option.

30 / 40

30. How can white-box testing be applied during user acceptance testing?

Select ONE option.

31 / 40

31. Which of the following statements CORRECTLY describes a role of impact analysis in Maintenance Testing?

Select ONE option.

32 / 40

32. You are testing an e-commerce system that sells cooking supplies such as spices, flour, and other items in bulk. The units in which the items are sold are either grams (for spices and other expensive items) or kilograms (for flour and other inexpensive items). Regardless of the units, the smallest valid order amount is 0.5 units (e.g., half a gram of cardamom pods) and the largest valid order amount is 25.0 units (e.g., 25 kilograms of sugar). The precision of the units’ field is 0.1 units.

Which of the following is a MINIMAL set of input values that cover the equivalence partitions for this field?

Select ONE option.

33 / 40

33. Which of the following is an example of a task that can be carried out as part of the test process?

Select ONE option.

34 / 40

34. You have just completed a pilot project for a regression testing tool. You understand the tool much better and have tailored your testing process to it. You have standardized an approach to using the tool and its associated work products. Which of the following is a typical test automation pilot project goal that remains to be carried out?

Select ONE option.

35 / 40

35. A product owner says that your role as a tester on an Agile team is to catch all the bugs before the end of each iteration. Which of the following is a testing principle that could be used to respond to this (false) statement?

Select ONE option.

36 / 40

36. Decision table testing is being performed on a speeding fine system. Two test cases have already been generated for rules R1 and R4, which are shown below:

Given the following additional test cases:

Which two of the additional test cases would achieve full coverage of the complete decision table (when combined with the test cases that have already been generated for rules R1 and R4)?

Select ONE option.

37 / 40

37. Which one of the following is the characteristic of a metrics-based approach for test estimation?

Select ONE option.

38 / 40

38. Which of the following statements about test estimation approaches is CORRECT?

Select ONE option.

39 / 40

39. Which of the following statements about test types and test levels is CORRECT?

Select ONE option.

40 / 40

40. What is quality?

Select ONE option.

0%

Scroll to top