ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

Select ONE option.

2 / 40

2. Which of the following is a factor that contributes to a successful review?

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

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. Tools from which of the following categories help with the organization of test cases, detected defects and configuration management?

 

Select ONE option.

7 / 40

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

8 / 40

8. Which of the following test levels is MOST likely being performed if the testing is focused on validation and is not being performed by testers?

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

10. Which of the following are advantages of DevOps?

i. Faster product release and faster time to market
ii. Increases the need for repetitive manual testing
iii. Constant availability of executable software
iv. Reduction in the number of regression tests associated with code refactoring
v. Setting up the test automation framework is inexpensive since everything is automated

Select ONE option.

11 / 40

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

12 / 40

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

13 / 40

13. Which test activity involves working with test data requirements, test conditions, test environment requirements and test cases?

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

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

Select TWO options.

17 / 40

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

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

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

20 / 40

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

Select ONE options.

21 / 40

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

Select ONE option.

22 / 40

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

23 / 40

23. Consider the following list:

• Correct input not accepted
• Incorrect input accepted
• Wrong output format
• Division by zero

What test technique is MOST PROBABLY used by the tester who uses this list when performing testing?

Select ONE option.

24 / 40

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

25 / 40

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

Select ONE option.

26 / 40

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

27 / 40

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

28 / 40

28. You are testing a sort function that gets a set of numbers as input and returns the same set of numbers sorted in ascending order. The log from the test execution looks as follows.

Which of the following provides the BEST description of the failure that can be used in a defect report?

Select ONE option.

29 / 40

29. In your project there has been a delay in the release of a brand-new application and test execution started late, but you have very detailed domain knowledge and good analytical skills. The full list of requirements has not yet been shared with the team, but management is asking for some test results to be presented.

Which test technique fits BEST in this situation?

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

32. Which of the following BEST describes retrospectives?

Select ONE option.

33 / 40

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

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 is MOST likely to be a benefit of test automation?

 

Select ONE option.

36 / 40

36. What does the test pyramid model show?

Select ONE option.

37 / 40

37. Which of the following is LEAST likely to occur as a result of a retrospective?

Select ONE option.

38 / 40

38. Which of the following options shows an example of test activities that contribute to success?

Select ONE option.

39 / 40

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

40 / 40

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

Select TWO options.

0%

Scroll to top