ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE options.

2 / 40

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

Select ONE option.

3 / 40

3. During a risk analysis the following risk was identified and assessed:

• Risk: Response time is too long to generate a report
• Risk likelihood: medium; risk impact: high
• Response to risk:

o An independent test team performs performance testing during system testing
o A selected sample of end users performs alpha and beta acceptance testing before the release

What measure is proposed to be taken in response to this analyzed risk?

Select ONE option.

4 / 40

4. W A developer was asked to implement the following business rule:

You design the test cases using 2-value boundary value analysis.

Which of the following sets of test inputs achieves the greatest coverage?

Select ONE option.

5 / 40

5. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

6 / 40

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

7 / 40

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

Select ONE option.

8 / 40

8. Given the following testware:

1. Coverage items
2. Change requests
3. Test execution schedule
4. Prioritized test conditions

And the following test activities

A. Test analysis
B. Test design
C. Test implementation
D. Test completion

Which of the following BEST shows the testware produced by the activities?

Select ONE option.

9 / 40

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

10 / 40

10. Your organization’s test strategy suggests that once a system is going to be retired, data migration shall be tested. As part of what test type is this testing MOST likely to be performed?

Select ONE option.

11 / 40

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

12 / 40

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

Select ONE option.

13 / 40

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

14 / 40

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

Select ONE option.

15 / 40

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

16 / 40

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

Select ONE option.

17 / 40

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

18 / 40

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

19 / 40

19. You run two test cases, T1 and T2, on the same code. Test T1 achieved 40% statement coverage and test T2 achieved 65% statement coverage.

Which of the following sentences must be necessarily true?

Select ONE option.

20 / 40

20. Which of the following statements about quality assurance (QA) and/or quality control (QC) is correct?

Select ONE option.

21 / 40

21. Which of the following statements about the different testing roles is MOST likely to be CORRECT?

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

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

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

25. You were given a task to analyze and fix causes of failures in a new system to be released.

Which activity are you performing?

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

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

28 / 40

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

Select ONE options.

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

31 / 40

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

Select TWO options.

32 / 40

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

Select ONE option.

33 / 40

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

34 / 40

34. You are working on a project to develop a system to analyze driving test results. You have been asked to design test cases based on the following decision table.

What test data will show that there are contradictory rules in the decision table?

Select ONE option.

35 / 40

35. What does the test pyramid model show?

Select ONE option.

36 / 40

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

Select TWO options.

37 / 40

37. Which of the following statements about the value of static testing is CORRECT?

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

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

40 / 40

40. You need to update one of the automated test scripts to be in line with a new requirement. Which process indicates that you create a new version of the test script in the test repository?

Select ONE option.

0%

Scroll to top