ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

2. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

3 / 40

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

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

6 / 40

6. You need to update one of the automated test scripts to be in line with a new requirement. Which process indicates that you create a new version of the test script in the test repository?

Select ONE option.

7 / 40

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

8 / 40

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

9 / 40

9. Your test suite achieved 100% statement coverage. What is the consequence of this fact?

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

12. Which work product can be used by an agile team to show the amount of work that has been completed and the amount of total work remaining for a given iteration?

Select ONE option.

13 / 40

13. The following is a list of the work products produced in the SDLC.

i. Business requirements
ii. Schedule
iii. Test budget
iv. Third-party executable code
v. User stories and their acceptance criteria

Which of them can be reviewed?

Select ONE option.

14 / 40

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

15 / 40

15. Which of the following is MOST likely to impact how testing is performed for a given test object?

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 the following is an example of a defect that can be found by static testing but NOT by dynamic testing?

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

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

21 / 40

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

Select ONE option.

22 / 40

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

 

Select ONE option.

23 / 40

23. Which of the following statements about the independence of testing is CORRECT?

Select ONE option.

24 / 40

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

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 is a typical test objective?

Select ONE option.

27 / 40

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

28 / 40

28. Which of the following statements BEST describes the difference between testing and debugging?

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

31 / 40

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

32 / 40

32. Given the following descriptions of review activities:

1. Detected anomalies are deliberated upon, and determinations are reached regarding their status, ownership, and any further steps needed
2. Issues are recorded, and any needed updates are addressed prior to the acceptance of the work product
3. Reviewers employ techniques to come up with suggestions and questions about the work product and to spot anomalies
4. The objective of the review and its schedule are established to ensure a focused and efficient review
5. Participants are provided with access to the item being reviewed

Which of the following is the CORRECT sequence in the review process of the activities that correspond to the descriptions?

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

34. Which of the following is NOT a valid purpose for a test report?

Select ONE options.

35 / 40

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

Select TWO options.

36 / 40

36. Which of the following skills (i-v) are the MOST important skills of a tester?

i. Having domain knowledge
ii. Creating a product vision
iii. Being a good team player
iv. Planning and organizing the work of the team
v. Critical thinking

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

38. Which of the following is a product quality metric?

Select ONE option.

39 / 40

39. Which of the following is NOT a benefit of static testing?

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top