ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

2. Which of the following test activities are MOST likely to involve the application of boundary value analysis and equivalence partitioning?

Select TWO options.

3 / 40

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

Select ONE option.

4 / 40

4. Which of the following are product risks?

Select TWO options.

5 / 40

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

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

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

8 / 40

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

9 / 40

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

Select ONE option.

10 / 40

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

11 / 40

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

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

15. Which of the following statements describe a valid test objective?

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

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

19 / 40

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

20 / 40

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

21 / 40

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

Select TWO options.

22 / 40

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

23 / 40

23. Which of the following is MOST likely to be a challenge encountered when implementing DevOps?

Select ONE option.

24 / 40

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

 

Select ONE option.

25 / 40

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

26 / 40

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

27 / 40

27. Given the following task descriptions:

1. The quality characteristics to be evaluated and the exit criteria are selected
2. Everyone has access to the work product
3. Anomalies are identified in the work product
4. Anomalies are discussed

And the following review activities

A. Individual review
B. Review initiation
C. Planning
D. Communication and analysis

Which of the following BEST matches the task descriptions and activities?

Select ONE option.

28 / 40

28. Which of the following activities in the test process makes the MOST use of test progress reports?

Select ONE option.

29 / 40

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

What do X and Y represent in this formula?

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

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

32 / 40

32. What does the test pyramid model show?

Select ONE option.

33 / 40

33. You want to estimate the test effort for the new project using estimation based on ratios. You calculate the test-to-development effort ratio using averaged data for both development effort and test effort from four historical projects similar to the new one. The table shows this historical data.

The estimated development effort for the new project is $800,000. What is your estimate of the test effort in this project?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

35. Consider the following user story:

As an Editor
I want to review content before it is published
so that I can assure the grammar is correct

and its acceptance criteria:

• The user can log in to the content management system with "Editor" role
• The editor can view existing content pages
• The editor can edit the page content
• The editor can add markup comments
• The editor can save changes
• The editor can reassign to the "content owner" role to make updates

Which of the following is the BEST example of an ATDD test for this user story?

Select ONE option.

36 / 40

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

 

Select ONE option.

37 / 40

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

Select TWO options.

38 / 40

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

39 / 40

39. You work in a team that develops a mobile application for food ordering. In the current iteration the team decided to implement the payment functionality.

Which of the following activities is a part of test analysis?

Select ONE option.

40 / 40

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

0%

Scroll to top