ISTQB Learning

Test your knowledge

0%
32
Created on By Admin

Exam 5

1 / 40

1. Which of the following is a typical test objective?

Select ONE option.

2 / 40

2. Which types of failures (1-4) fit which test levels (A-D) BEST?

1. Failures in system behavior as it deviates from the user’s business needs
2. Failures in communication between components
3. Failures in logic in a module
4. Failures in not correctly implemented business rules

A. Component testing
B. Component integration testing
C. System testing
D. Acceptance testing

Select ONE option.

3 / 40

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

4 / 40

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

Select ONE option.

5 / 40

5. Which of the following is a typical test objective?

Select ONE option.

6 / 40

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

7 / 40

7. You want to apply branch testing to the code represented by the following control flow graph.

How many coverage items do you need to test?

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

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

10 / 40

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

Select ONE options.

11 / 40

11. Consider the following defect report for a web-based shopping application:

What is the MOST important information that is missing from this report?

Select ONE option.

12 / 40

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

13 / 40

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

Select ONE option.

14 / 40

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

Select TWO options.

15 / 40

15. What does the test pyramid model show?

Select ONE option.

16 / 40

16. Which of the following statements about DevOps is CORRECT?

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

18. Given the following test tasks:

1. Derive test cases from test conditions
2. Identify reusable testware
3. Organize test cases into test procedures
4. Evaluate test basis and test object

And the following test activities:

A. Test analysis
B. Test design
C. Test implementation
D. Test completion

Which of the following BEST matches the tasks with the activities?

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

21. You have been assigned as a tester to a team producing a new system incrementally. You have noticed that no changes have been made to the existing regression test cases for several iterations and no new regression defects were identified. Your manager is happy, but you are not. Which testing principle explains your skepticism?

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

23. You are working as a tester in the team that follows the V-model. The choice of software development lifecycle (SDLC) model impacts the timing of testing, which of the following statement is NOT true?

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

26. You are testing a form that verifies the correctness of the length of the password given as input. The form accepts a password with the correct length and rejects a password that is too short or too long. The password length is correct if it has between 6 and 12 characters inclusive. Otherwise, it is considered incorrect.

At first, the form is empty (password length = 0). You apply boundary value analysis to the “password length” variable.

Your set of test cases achieves 100% 2-value boundary value coverage. The team decided that due to the high risk of this component, test cases should be added to ensure 100% 3-value boundary value coverage.

Which additional password lengths should be tested to achieve this?

Select ONE option.

27 / 40

27. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

Select TWO options.

30 / 40

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

Select ONE option.

31 / 40

31. Decide which of the following statements (i-v) are true for static testing.

i. Abnormal external behaviors are easier to identify with this testing
ii. Discrepancies from a coding standard are easier to find with this testing
iii. It identifies failures caused by defects when the software is run
iv. Its test objective is to identify defects as early as possible
v. Missing coverage for critical security requirements is easier to find and fix

Select ONE option.

32 / 40

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

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

35 / 40

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

 

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

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

38 / 40

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

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top