ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

Select ONE option.

2 / 40

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

3 / 40

3. Which of the following pieces of information contained in a test progress report is the LEAST useful for business representatives?

Select ONE option.

4 / 40

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

5 / 40

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

6 / 40

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

7 / 40

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

8 / 40

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

9 / 40

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

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

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

13 / 40

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

14 / 40

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

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. Which of the following statements about the different testing roles is MOST likely to be CORRECT?

Select ONE option.

17 / 40

17. Why does white-box testing facilitate defect detection even when the software specification is vague, outdated or incomplete?

Select ONE option.

18 / 40

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

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

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

22 / 40

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

Select ONE option.

23 / 40

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

Select ONE option.

24 / 40

24. Which TWO of the following statements provide the BEST rationale for using exploratory testing?

Select TWO options.

25 / 40

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

Select ONE option.

26 / 40

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

Select TWO options.

27 / 40

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

28 / 40

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

Select ONE options.

29 / 40

29. You are preparing a test execution schedule for executing seven test cases TC 1 to TC 7.

The following figure includes the priorities of these test cases (1=highest priority, 3 = lowest priority).

The figure also shows the dependencies between test cases using arrows. For instance, the arrow from TC 4 to TC 5 means that TC 5 can only be executed if TC 4 was previously executed.

Which test case should be executed sixth?

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. Consider the following rule: “for every SDLC activity there is a corresponding test activity”. In which SDLC models does this rule hold?

Select ONE option.

32 / 40

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

Select ONE option.

33 / 40

33. Which of the following is a characteristic of experience-based test techniques?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

Select ONE option.

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

38 / 40

38. How is the whole team approach present in the interactions between testers and business representatives?

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. Given the following roles in reviews:

1. Scribe
2. Review leader
3. Facilitator
4. Manager

And the following responsibilities in reviews:

A. Ensures the effective running of review meetings and the setting up a safe review environment
B. Records review information, such as decisions and new anomalies found during the review meeting
C. Decides what is to be reviewed and provides resources, such as staff and time for the review
D. Takes overall responsibility for the review such as organizing when and where the review will take place

Which of the following BEST matches the roles and responsibilities?

Select ONE option.

0%

Scroll to top