ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

1. You perform system testing of an e-commerce web application and are provided with the following requirement:

REQ 05-017. If the total cost of purchases exceeds $100, the customer gets a 5% discount on subsequent purchases. Otherwise, the customer does not receive a discount.

Which test techniques will be MOST helpful in designing test cases based on this requirement?

Select ONE option.

2 / 40

2. What does the test pyramid model show?

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

6. Which of the following statements about the chosen software development lifecycle is CORRECT?

Select ONE option.

7 / 40

7. A storage system can store up to three elements and is modeled by the following state transition diagram. The variable N represents the number of currently stored elements.

Which of the following test cases, represented as sequences of events, achieves the highest level of valid transitions coverage?

Select ONE option.

8 / 40

8. Which of the arguments below would you use to convince your manager to organize retrospectives at the end of each release cycle?

Select ONE option.

9 / 40

9. Which of the following statements about branch testing is CORRECT?

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

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

13 / 40

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

Select TWO options.

14 / 40

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

Select ONE option.

15 / 40

15. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

16 / 40

16. You are testing a mobile application that allows customers to access and manage their bank accounts. You are running a test suite that involves evaluating each screen, and each field on each screen, against a general list of user interface best practices derived from a popular book on the topic that maximizes attractiveness, ease-of-use, and accessibility for such applications. Which of the following options BEST categorizes the test technique you are using?

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

19. The following list contains risks that have been identified for a new software product to be developed:

i. Management moves two experienced testers to another project
ii. The system does not comply with functional safety standards
iii. System response time exceeds user requirements
iv. Stakeholders have inaccurate expectations
v. Disabled people have problems when using the system

Which of them are project risks?

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

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

23 / 40

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

24 / 40

24. Which of the following statements about quality assurance (QA) and/or quality control (QC) is correct?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

26. Which test activity does a data preparation tool support?

Select ONE option.

27 / 40

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

28 / 40

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

Select ONE option.

29 / 40

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

30 / 40

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

Select ONE option.

31 / 40

31. The user reported a software failure. An engineer from the support team asked the user for the software version number where the failure was observed. Based on the version number, the team reassembled all the files that made up the release. This later allowed a developer to perform analysis, find the defect, and fix it.

Which of the following enabled the above activity to be performed by the team?

Select ONE options.

32 / 40

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

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

35 / 40

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

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

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

39 / 40

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

40 / 40

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

Select TWO options.

0%

Scroll to top