ISTQB Learning

Test your knowledge

0%
34
Created on By Admin

Exam 5

1 / 40

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

Select ONE options.

2 / 40

2. Which of the following provides the BEST example of a scenario-oriented acceptance criterion?

Select ONE option.

3 / 40

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

4 / 40

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

Select ONE option.

5 / 40

5. Consider the following test categories (1-4) and agile testing quadrants (A-D):

1. Usability testing
2. Component testing
3. Functional testing
4. Reliability testing

A. Agile testing quadrant Q1: technology facing, supporting the development team
B. Agile testing quadrant Q2: business facing, supporting the development team
C. Agile testing quadrant Q3: business facing, critique the product
D. Agile testing quadrant Q4: technology facing, critique the product

How do the following test categories map onto the agile testing quadrants?

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

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

9 / 40

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

Select TWO options.

10 / 40

10. You are testing a PIN validator, which accepts valid PINs and rejects invalid PINs. A PIN is a sequence of digits. A PIN is valid if it consists of four digits, at least two of which are different. You have identified the following valid equivalence partitions:

Variable: PIN code length

• The partition “length correct” - four-digit PINs
• The partition “length incorrect” - PINs with length other than 4

Variable: Number of different digits

• The partition “number of different digits correct” - PINs with at least two different digits
• The partition “number of different digits incorrect” - PINs with all digits being the same

Which of the following is a MINIMUM set of input test data that covers all identified equivalence partitions?

Select ONE option.

11 / 40

11. Which of the following BEST explains a benefit of independence of testing?

Select ONE option.

12 / 40

12. At the beginning of each iteration, the team estimates the amount of work (in person-days) they will need to complete during the iteration. Let E(n) be the estimated amount of work for iteration n, and let A(n) be the actual amount of work done in iteration n. From the third iteration, the team uses the following estimation model based on extrapolation:

 

 

The graph shows the estimated and actual amount of work for the first four iterations.

What is the estimated amount of work for iteration #5?

Select ONE option.

13 / 40

13. Given the following example defects:

i. Two different parts of the design specification disagree due to the complexity of the design
ii. A response time is too long and so makes users lose patience
iii. A path in the code cannot be reached during execution
iv. A variable is declared but never subsequently used in the program
v. The amount of memory needed by the program to generate a report is too high

Which of the following BEST identifies example defects that could be found by static testing (rather than dynamic testing)?

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

15. Let the branch coverage metric be defined as BCov = (X / Y) * 100%.

What do X and Y represent in this formula?

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

17. Which of the following is a characteristic of experience-based test techniques?

Select ONE option.

18 / 40

18. Which of the following BEST describes an example of how configuration management (CM) supports testing?

Select ONE option.

19 / 40

19. You are a member of a test team located in North America, developing a product for a client located in Europe. The team is agile and follows the DevOps approach and uses a continuous integration/continuous delivery pipeline.

Which of the following is the LEAST effective way to communicate test progress to the customer?

Select ONE option.

20 / 40

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

21 / 40

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

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

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

24 / 40

24. Your organization’s test strategy suggests that once a system is going to be retired, data migration shall be tested. As part of what test type is this testing MOST likely to be performed?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

28. Which of the following BEST describes the way acceptance criteria can be documented?

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

30. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

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

Select ONE options.

33 / 40

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

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

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

37 / 40

37. Which of the following is an example of how product risk analysis may influence the thoroughness and scope of testing?

Select ONE option.

38 / 40

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

39 / 40

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

40 / 40

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

Select ONE option.

0%

Scroll to top