ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

2 / 40

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

Select ONE option.

3 / 40

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

Select TWO options.

4 / 40

4. You are testing a user story with three acceptance criteria: AC1, AC2 and AC3. AC1 is covered by test case TC1, AC2 by TC2, and AC3 by TC3. The test execution history had three test runs on three consecutive versions of the software as follows:

Tests are repeated once you are informed that all defects found in the test run are corrected and a new version of the software is available.
Which of the above tests are executed as regression tests?

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

7. Which of the following is NOT a valid purpose for a test report?

Select ONE options.

8 / 40

8. Which of the following is an example of a test-first approach to development?

Select ONE option.

9 / 40

9. Which of the following BEST describes retrospectives?

Select ONE option.

10 / 40

10. The team wants to estimate the time needed for one tester to execute four test cases for a software component. The team has gathered the following measures of the effort used to execute a single test case:

• Best-case scenario: 1 hour
• Worst-case scenario: 8 hours
• Most likely scenario: 3 hours

Given that the three-point estimation technique is being used, what is the final estimate of the time needed to execute all four test cases?

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

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

13 / 40

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

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

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

18 / 40

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

Select ONE option.

19 / 40

19. You are applying state transition testing to the hotel room reservation system modeled by the following state transition table, with 4 states and 5 different events:

Assuming all test cases start in the ‘Requesting’ state, which of the following test cases, represented as sequences of events, achieves the highest valid transitions coverage?

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

21. You are testing a mobile application that allows users to find a nearby restaurant based on the type of food they want to eat. Consider the following list of test cases, priorities (i.e., a smaller number means a higher priority), and dependencies:

Which of the following test cases should be executed as the third one?

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

23. You are testing a simplified apartment search form which has only two search criteria:

• floor (with three possible options: ground floor; first floor; second or higher floor)
• garden type (with three possible options: no garden; small garden; large garden)

Only apartments on the ground floor have gardens. The form has a built-in validation mechanism that will not allow you to use the search criteria which violate this rule.

Each test has two input values: floor and garden type. You want to apply equivalence partitioning (EP) to cover each floor and each garden type in your tests.

What is the minimal number of test cases to achieve 100% EP coverage?

Select ONE option

24 / 40

24. You are testing a PIN validator, which accepts valid PINs and rejects invalid PINs. A PIN is a sequence of digits. A PIN is valid if it consists of four digits, at least two of which are different. You have identified the following valid equivalence partitions:

Variable: PIN code length

• The partition “length correct” - four-digit PINs
• The partition “length incorrect” - PINs with length other than 4

Variable: Number of different digits

• The partition “number of different digits correct” - PINs with at least two different digits
• The partition “number of different digits incorrect” - PINs with all digits being the same

Which of the following is a MINIMUM set of input test data that covers all identified equivalence partitions?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

27. Which of the following is NOT true regarding the test pyramid?

Select ONE option.

28 / 40

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

29 / 40

29. What is the MAIN difference between black-box test techniques and experience-based test techniques?

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

31. Which participant in the review process is responsible for ensuring that the review meetings run effectively and that everyone at the meetings can voice their opinions freely?

Select ONE option.

32 / 40

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

 

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

35 / 40

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

Select ONE option.

36 / 40

36. You have just started designing test cases for the following user story.

In all test cases the precondition is as follows: there are only two products available, products A and B. Product A costs $100 and product B costs $110.

Which of the following is the BEST example of a test case for this user story?

Select ONE option.

37 / 40

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

38 / 40

38. Your team uses planning poker to estimate the test effort for a newly required feature. There is a rule in your team that if there is no time to reach full agreement and the variation in the results is small, applying rules like “accept the number with the most votes” can be applied.
After two rounds, the consensus was not reached, so the third round was initiated. You can see the test estimation results in the table below.

Which of the following is the BEST example of the next step?

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

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

0%

Scroll to top