ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

1. Which of the following statements BEST describes the difference between decision table testing and branch testing?

Select ONE option.

2 / 40

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

3 / 40

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

Select ONE option.

4 / 40

4. What task may management take on during a formal review?

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

6. Which of the following BEST describes how using checklist-based testing can result in increased coverage?

Select ONE option.

7 / 40

7. Which of the following is a benefit of early and frequent stakeholder feedback?

Select ONE option.

8 / 40

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

9 / 40

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

Select ONE option.

10 / 40

10. Which of the following BEST describe the collaborative approach to user story writing?

Select ONE option.

11 / 40

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

12 / 40

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

Select ONE option.

13 / 40

13. Which of the following statements BEST describes the acceptance test-driven development (ATDD) approach?

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

15. Which of the following is MOST likely to describe a task performed by someone in a test management role?

Select ONE option.

16 / 40

16. You are designing test cases based on the following state transition diagram:

What is the MINIMUM number of test cases required to achieve 100% valid transitions coverage?

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

18. Which of the following is NOT anticipated by the tester while applying error guessing?

Select ONE option.

19 / 40

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

20 / 40

20. Given the following test tool categories:

i. Collaboration tools
ii. DevOps tools
iii. Management tools
iv. Non-functional testing tools
v. Test design and implementation tools

Tools from which of the categories are MOST likely to facilitate test execution?

Select ONE options.

21 / 40

21. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

22 / 40

22. Which of the following is an example of why testing is necessary?

Select ONE option.

23 / 40

23. Given the following review types:

1. Technical review
2. Informal review
3. Inspection
4. Walkthrough

And the following descriptions:

A. Includes objectives such as gaining consensus, generating new ideas, and motivating authors to improve
B. Includes objectives such as educating reviewers, gaining consensus, generating new ideas and detecting potential defects
C. The main objective is detecting potential defects and it requires metrics collection to support process improvement
D. The main objective is detecting potential defects and it generates no formal documented output

Which of the following BEST matches the review types and the descriptions?

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

26 / 40

26. You test a system whose lifecycle is modeled by the state transition diagram shown below. The system starts in the INIT state and ends its operation in the OFF state.

What is the MINIMAL number of test cases to achieve valid transitions coverage?

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

28. Given the following testware:

i. Test completion report
ii. Data held in a database used for test inputs and expected results
iii. The list of elements needed to build the test environment
iv. Documented sequences of test cases in execution order
v. Test cases

Which of the following BEST shows the testware produced as a result of performing test implementation?

Select ONE option.

29 / 40

29. Which of the following is NOT true regarding the test pyramid?

Select ONE option.

30 / 40

30. You have just started designing test cases for the following user story.

In all test cases the precondition is as follows: there are only two products available, products A and B. Product A costs $100 and product B costs $110.

Which of the following is the BEST example of a test case for this user story?

Select ONE option.

31 / 40

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

32 / 40

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

33 / 40

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

Select ONE option.

34 / 40

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

35 / 40

35. Which of the following is a factor that contributes to a successful review?

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

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

38 / 40

38. You work in a team that develops a mobile application for food ordering. In the current iteration the team decided to implement the payment functionality.

Which of the following activities is a part of test analysis?

Select ONE option.

39 / 40

39. A wine storage system uses a control device that measures the wine cell temperature T (measured in °C, rounded to the nearest degree) and alarms the user if it deviates from the optimal value of 12, according to the following rules:

• if T = 12, the system says, “optimal temperature”

• if T < 12, the system says, “temperature is too low!”

• if T > 12, the system says, “temperature is too high!”

You want to use the 3-point boundary value analysis (BVA) to verify the behavior of the control device. A test input is a temperature in °C provided by the device.

What is the MINIMAL set of test inputs that achieves 100% of the desired coverage?

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top