ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

2 / 40

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

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 true about exploratory testing?

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

9. Given the following descriptions:

1. Support workflow tracking
2. Facilitate communication
3. Virtual machines
4. Support reviews

And the following test tool categories:

A. Static testing tools
B. Tools supporting scalability and deployment standardization
C. DevOps tools
D. Collaboration tools

Which of the following BEST matches the descriptions and categories?

Explanation / Rationale

10 / 40

10. Given the following testware:

i. Test completion report
ii. Data held in a database used for test inputs and expected results
iii. The list of elements needed to build the test environment
iv. Documented sequences of test cases in execution order
v. Test cases

Which of the following BEST shows the testware produced as a result of performing test implementation?

Select ONE option.

11 / 40

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

12 / 40

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

Select ONE option.

13 / 40

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

14 / 40

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

15 / 40

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

Select TWO options.

16 / 40

16. The navigation system software has been updated due to it suggesting routes that break traffic laws, such as driving the wrong way down one-way streets. Which of the following BEST describes the testing that will be performed?

Select ONE option.

17 / 40

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

18 / 40

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

Select ONE option.

19 / 40

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

20 / 40

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

21 / 40

21. Customers of the TestWash car wash chain have cards with a record of the number of washes they have bought so far. The initial value is 0. After entering the car wash, the system increases the number on the card by one. This value represents the number of the current wash. Based on this number the system decides what discount the customer is entitled to.

For every tenth wash the system gives a 10% discount, and for every twentieth wash, the system gives a further 40% discount (i.e., a 50% discount in total).

Which of the following sets of input data (understood as the numbers of the current wash) achieves the highest equivalence partition coverage?

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. What is the relationship between the testing quadrants, test levels and test types?

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

27. Which of the following provides the BEST description of the shift-left approach?

Select ONE option.

28 / 40

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

Select TWO options.

29 / 40

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

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

31. A storage system can store up to three elements and is modeled by the following state transition diagram. The variable N represents the number of currently stored elements.

Which of the following test cases, represented as sequences of events, achieves the highest level of valid transitions coverage?

Select ONE option.

32 / 40

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

33 / 40

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

34 / 40

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

Select ONE option.

35 / 40

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

36 / 40

36. Which of the following is NOT anticipated by the tester while applying error guessing?

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

38. Which of the following is MOST likely to be performed as part of system testing?

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

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

0%

Scroll to top