ISTQB Learning

Test your knowledge

0%
2
Created on By Admin

2018v3.1 - Exam 4

1 / 40

1. Which one of the following is MOST likely to be a benefit of test execution tools?

Select ONE option.

2 / 40

2. Match the following test work products (1-4) with the right description (A-D).

1. Test suite
2. Test case
3. Test script
4. Test charter

A. A set of test scripts to be executed in a specific test run
B. A set of instructions for the execution of a test
C. Contains expected results
D. Documentation of test activities in session-based exploratory testing

Select ONE option.

3 / 40

3. Which of the following is LEAST likely to be an example of product risk analysis CORRECTLY influencing the testing?

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

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

6 / 40

6. For which of the following situations is exploratory testing suitable?

Select ONE option.

7 / 40

7. A tester participated in a discussion about proposed database structure. The tester identified a potential performance problem related to certain common user searches. This possible problem was explained to the development team. Which of the following is a testing contribution to success that BEST matches this situation?

Select ONE option.

8 / 40

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

9 / 40

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

Select ONE option.

10 / 40

10. Programmers often write and execute unit tests against code which they have written. During this self-testing activity, which of the following is a tester mindset that programmers should adopt to perform this unit testing effectively?

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

12. The project develops a "smart" heating thermostat. The control algorithms of the thermostat were modeled as Matlab/Simulink models and run on the internet connected server. The thermostat uses the specifications of the server to trigger the heating valves.

The test manager has defined the following test strategy/approach in the test plan:

1. The acceptance test for the whole system is executed as an experience-based test.
2. The control algorithms on the server are checked against standard of the energy saving regulation.
3. The functional test of the thermostat is performed as risk-based testing.
4. The security tests of data / communication via the internet are executed together with external security experts.

What four common types of test strategies/approaches did the test manager implement in the test plan?

Select ONE option.

13 / 40

13. As a result of risk analysis, more testing is being directed to those areas of the system under test where initial testing found more defects than average.

Which of the following testing principles is being applied?

Select ONE option.

14 / 40

14. Which of the following statements on the use of checklists in a formal review is CORRECT?

Select ONE option.

15 / 40

15. Consider the following types of defects that a test level might focus on:

a) Defects in separately testable modules or objects
b) Not focused on identifying defects
c) Defects in interfaces and interactions
d) Defects in the whole test object

Which of the following list correctly matches test levels from the Foundation syllabus with the defect focus options given above?

Select ONE option.

16 / 40

16. You are testing an unattended gasoline pump that only accepts credit cards. Once the credit card is validated, the pump nozzle placed into the tank, and the desired grade selected, the customer enters the desired amount of fuel in gallons using the keypad. The keypad only allows the entry of digits. Fuel is sold in tenths (0.1) of a gallon, up to 50.0 gallons.

Which of the following is a minimum set of desired amounts that covers the equivalence partitions for this input?

Select ONE option.

17 / 40

17. What is checklist-based testing?

Select ONE option.

18 / 40

18. You are testing a mobile app 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 (smaller number is high priority), and dependencies, in the following format:

Which of the following is a possible test execution schedule that considers both priorities and dependencies?

Select ONE option.

19 / 40

19. Which of the following activities is part of the main activity "test analysis" in the test process?

Select ONE option.

20 / 40

20. Which of the following are two factors that can be used to determine the level of risk?

Select ONE option.

21 / 40

21. Which of the following BEST explains a benefit of independent testing?

Select ONE option.

22 / 40

22. During a period of intensive project overtime, a system architecture document is sent to various project participants, announcing a previously unplanned technical review to occur in one week. No adjustments are made to the participants’ list of assigned tasks. Based on this information alone, which of the following is a factor for review success that is MISSING?

Select ONE option.

23 / 40

23. Which statement about the relationship between statement coverage and decision coverage is true?

Select ONE option.

24 / 40

24. Which of the following statements is true?

Select ONE option.

25 / 40

25. Which of the following is MOST likely to be an example of a PRODUCT risk?

Select ONE option.

26 / 40

26. Consider the following testing activities:

1. Selecting regression tests
2. Evaluating completeness of test execution
3. Identifying which user stories have open defect reports
4. Evaluating whether the number of tests for each requirement is consistent with the level of product risk

Consider the following ways traceability can help testing:

A. Improve understandability of test status reports to include status of test basis items
B. Make testing auditable
C. Provide information to assess process quality
D. Analyze the impact of changes

Which of the following best matches the testing activity with how traceability can assist that activity?

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

30. Which of the following statements correctly describes the difference between testing and debugging?

Select ONE option.

31 / 40

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

32 / 40

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

33 / 40

33. During an Agile development effort, a product owner discovers a previously unknown regulatory requirement that applies to most of the user stories within a particular epic. The user stories are updated to provide for the necessary changes in software behavior. The programmers on the team are modifying the code appropriately. As a tester on the team, what types of tests will you run?

Select ONE option.

34 / 40

34. Which one of the following answers describes a test condition?

Select ONE option.

35 / 40

35. Which one of the following is TRUE?

Select ONE option.

36 / 40

36. Which of the following tasks is MOST LIKELY to be performed by the test manager?

Select ONE option.

37 / 40

37. Which of the following statements BEST describes how test cases are derived from a use case?

Select ONE option.

38 / 40

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

39 / 40

39. Which one of the following test tools is mostly suitable for developers rather than testers?

Select ONE option.

40 / 40

40. Which one of the following is the description of statement coverage?

Select ONE option.

0%

Scroll to top