ISTQB Learning

Test your knowledge

0%
33
Created on By Admin

Exam 5

1 / 40

1. Which of the following test levels is MOST likely being performed if the testing is focused on validation and is not being performed by testers?

Select ONE option.

2 / 40

2. Consider the following part of a test plan.

Testing will be performed using component testing and component integration testing. The regulations require to demonstrate that 100% branch coverage is achieved for each component classified as critical.

Which part of the test plan does this part belong to?

Select ONE option.

3 / 40

3. Which of the following is an advantage of the whole team approach?

Select ONE option.

4 / 40

4. Customers of the TestWash car wash chain have cards with a record of the number of washes they have bought so far. The initial value is 0. After entering the car wash, the system increases the number on the card by one. This value represents the number of the current wash. Based on this number the system decides what discount the customer is entitled to.

For every tenth wash the system gives a 10% discount, and for every twentieth wash, the system gives a further 40% discount (i.e., a 50% discount in total).

Which of the following sets of input data (understood as the numbers of the current wash) achieves the highest equivalence partition coverage?

Select ONE option.

5 / 40

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

6 / 40

6. Consider the following rule: “for every SDLC activity there is a corresponding test activity”. In which SDLC models does this rule hold?

Select ONE option.

7 / 40

7. Which of the following BEST describes retrospectives?

Select ONE option.

8 / 40

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

9 / 40

9. Consider the following defect report for a Book Lending System.

Which of the following is MOST likely to help the developer reproduce the failure quickly?

Select ONE options.

10 / 40

10. You work as a tester in a project on a mobile application for food ordering for one of your clients. The client sent you a list of requirements. One of them, with high priority, says

“The order must be processed in less than 10 seconds in 95% of the cases”.

You created a set of test cases in which a number of random orders were made, the processing time measured, and the test results were checked against the requirements.

What test type did you perform?

Select ONE option.

11 / 40

11. You are working on a project to develop a system to analyze driving test results. You have been asked to design test cases based on the following decision table.

What test data will show that there are contradictory rules in the decision table?

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

13. During risk analysis the team considered the following risk: “The system allows too high a discount for a customer”. The team estimated the risk impact to be very high.

What can one say about the risk likelihood?

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

15. Which of the following BEST describes the concept behind error guessing?

Select ONE option.

16 / 40

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

 

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

18. Which of the following statements is CORRECT?

Select ONE option.

19 / 40

19. Which of the following is a good testing practice that applies to all software development lifecycles?

Select ONE option.

20 / 40

20. Which of the following is NOT true for white-box testing?

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

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

23 / 40

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

Select ONE option.

24 / 40

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

Select TWO options.

25 / 40

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

Select ONE option.

26 / 40

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

27 / 40

27. Which of the following is the BEST example of how traceability supports testing?

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

Select TWO options.

30 / 40

30. Your team follows the process that uses the DevOps delivery pipeline. The first three steps of this process are:

(1) Code development
(2) Submit code into a version control system and merge it into the “test” branch
(3) Perform component testing for the submitted code

Which of the following is BEST suited to be the entry criterion for step (2) of this pipeline?

Select ONE option.

31 / 40

31. You are working as a tester in the team that follows the V-model. The choice of software development lifecycle (SDLC) model impacts the timing of testing, which of the following statement is NOT true?

Select ONE option.

32 / 40

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

Select ONE option.

33 / 40

33. Given the following testware:

1. Coverage items
2. Change requests
3. Test execution schedule
4. Prioritized test conditions

And the following test activities

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

Which of the following BEST shows the testware produced by the activities?

Select ONE option.

34 / 40

34. Which test activity involves working with test data requirements, test conditions, test environment requirements and test cases?

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

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

Select TWO options.

37 / 40

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

38 / 40

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

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

40. Which of the following is an advantage of the whole-team approach?

Select ONE option.

0%

Scroll to top