ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

2 / 40

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

Select ONE option.

3 / 40

3. Which of the following statements is CORRECT?

Select ONE option.

4 / 40

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

5 / 40

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

Select ONE option.

6 / 40

6. Your team uses the three-point estimation technique to estimate the test effort for a new high-risk feature. The following estimates were made:

• Most optimistic estimation: 2 person-hours
• Most likely estimation: 11 person-hours
• Most pessimistic estimation: 14 person-hours

What is the final estimate?

Select ONE option.

7 / 40

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

8 / 40

8. Which of the following options shows an example of test activities that contribute to success?

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

10. Your favorite bicycle daily rental store has just introduced a new Customer Relationship Management system and asked you, one of their most loyal members, to test it.
The implemented features are as follows:

• Anyone can rent a bicycle, but members receive a 20% discount
• However, if the return deadline is missed, the discount is no longer available
• After 15 rentals, members get a gift: a T-Shirt

Decision table describing the implemented features looks as follows:

Based ONLY on the feature description of the Customer Relationship Management system, which of the above rules describes an impossible situation?

 

Select ONE option.

11 / 40

11. Which of the following is LEAST likely to occur as a result of a retrospective?

Select ONE option.

12 / 40

12. Which of the following are advantages of DevOps?

i. Faster product release and faster time to market
ii. Increases the need for repetitive manual testing
iii. Constant availability of executable software
iv. Reduction in the number of regression tests associated with code refactoring
v. Setting up the test automation framework is inexpensive since everything is automated

Select ONE option.

13 / 40

13. The navigation system software has been updated due to it suggesting routes that break traffic laws, such as driving the wrong way down one-way streets. Which of the following BEST describes the testing that will be performed?

Select ONE option.

14 / 40

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

15 / 40

15. Which of the following BEST fits as an element of the checklist used in checklist-based testing?

Select ONE option.

16 / 40

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

Select TWO options.

17 / 40

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

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. In many software organizations the test department is called the Quality Assurance (QA) department. Is this sentence correct or not and why?

Select ONE option.

20 / 40

20. You are applying state transition testing to the hotel room reservation system modeled by the following state transition table, with 4 states and 5 different events:

Assuming all test cases start in the ‘Requesting’ state, which of the following test cases, represented as sequences of events, achieves the highest valid transitions coverage?

Select ONE option.

21 / 40

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

22 / 40

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

23 / 40

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

Select ONE option.

24 / 40

24. Which of the following is an example of how product risk analysis influences thoroughness and scope of testing?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

28. Given the following benefits and drawbacks of the independence of testing:

i. The testers work in a different location from the developers
ii. Testers question the assumptions programmers make while writing code
iii. A confrontational dynamic has been established between testers and developers
iv. Developers have convinced themselves that testers are mostly accountable for quality
v. Testers have different biases than those held by the developers

Which are MOST likely to be considered benefits?

Select ONE option.

29 / 40

29. You were given a task to analyze and fix causes of failures in a new system to be released.

Which activity are you performing?

Select ONE option.

30 / 40

30. High-level test conditions are being used by testers to generate test cases and execute tests. Even though the test conditions remain the same, the test cases are varied each time. Which of the following ‘principles of testing’ is being addressed through the variation of test cases?

Select ONE option.

31 / 40

31. During a risk analysis the following risk was identified and assessed:

• Risk: Response time is too long to generate a report
• Risk likelihood: medium; risk impact: high
• Response to risk:

o An independent test team performs performance testing during system testing
o A selected sample of end users performs alpha and beta acceptance testing before the release

What measure is proposed to be taken in response to this analyzed risk?

Select ONE option.

32 / 40

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

Select ONE option.

33 / 40

33. Which of the following is true about exploratory testing?

Select ONE option.

34 / 40

34. You are using acceptance test-driven development and designing test cases based on the following user story:

Which test case is the MOST reasonable one to test AC3?

Select ONE option.

35 / 40

35. Which of the following statements about formal reviews is TRUE?

Select ONE option.

36 / 40

36. Which TWO of the following options are common metrics used for reporting on the quality level of the test object?

Select TWO options.

37 / 40

37. Tools from which of the following categories help with the organization of test cases, detected defects and configuration management?

 

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

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

0%

Scroll to top