ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

2 / 40

2. You are testing a web application that allows users to SEARCH for products, VIEW product details, ADD products to a shopping cart, and place an ORDER.
You have prepared the following five test cases, which you want to execute according to their priorities:

TC1: SEARCH product A Priority: medium

TC2: VIEW product A details Priority: low

TC3: ADD product B to a shopping cart Priority: medium

TC4: ADD product C to a shopping cart Priority: high

TC5: place an ORDER Priority: high

You also identified the following logical dependencies between test cases:

• SEARCH functionality must be tested before VIEW functionality can be tested, as product details rely on search functionality.
• VIEW functionality must be tested before ADD functionality, as adding products relies on the availability of accurate product details.
• ADD functionality must be tested before ORDER functionality, as placing an order relies on the availability of accurate shopping cart information.

Which test case should be executed as the fourth one?

Select ONE option.

3 / 40

3. Which of the following provides the BEST example of a scenario-oriented acceptance criterion?

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

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

Select TWO options.

7 / 40

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

Select ONE option.

8 / 40

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

9 / 40

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

10 / 40

10. Which of the following is true about exploratory testing?

Select ONE option.

11 / 40

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

 

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

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

17 / 40

17. In many software organizations the test department is called the Quality Assurance (QA) department. Is this sentence correct or not and why?

Select ONE option.

18 / 40

18. Which item correctly identifies a potential risk of performing test automation?

Select ONE option.

19 / 40

19. A phone ringing in a neighboring cubicle distracts a programmer causing him to improperly program the logic that checks the upper boundary of an input variable. Later, during system testing, a tester notices that this input field accepts invalid input values.

Which of the following correctly describes an incorrectly coded upper bound?

Select ONE option.

20 / 40

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

Select TWO options.

21 / 40

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

Select ONE option.

22 / 40

22. At the beginning of each iteration, the team estimates the amount of work (in person-days) they will need to complete during the iteration. Let E(n) be the estimated amount of work for iteration n, and let A(n) be the actual amount of work done in iteration n. From the third iteration, the team uses the following estimation model based on extrapolation:

 

 

The graph shows the estimated and actual amount of work for the first four iterations.

What is the estimated amount of work for iteration #5?

Select ONE option.

23 / 40

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

24 / 40

24. Which of the following is MOST likely to be a trigger that leads to maintenance testing of a currency exchange system?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

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

28 / 40

28. Which of the following statements is CORRECT?

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

31 / 40

31. Which of the following factors (i-v) have SIGNIFICANT influence on the test process?

i. The SDLC
ii. The number of defects detected in previous projects
iii. The identified product risks
iv. New regulatory requirements forcing formal white-box testing
v. The test environment setup

Select ONE option.

32 / 40

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

Select ONE option.

33 / 40

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

34 / 40

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

35 / 40

35. What does the test pyramid model show?

Select ONE option.

36 / 40

36. You are designing test cases based on the following decision table.

So far you have designed the following test cases:

• TC1: 19-year-old, unregistered man with no experience; expected result: category A
• TC2: 65-year-old, unregistered woman with 5 years of experience; expected result: category B
• TC3: 66-year-old, registered man with no experience; expected result: category C
• TC4: 65-year-old, registered woman with 4 years of experience; expected result:
category D

Which of the following test cases, when added to the existing set of test cases, will increase the decision table coverage?

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top