ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

2 / 40

2. Consider the following part of a test plan.

Testing will be performed using component testing and component integration testing. The regulations require to demonstrate that 100% branch coverage is achieved for each component classified as critical.

Which part of the test plan does this part belong to?

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

4. Which of the following activities in the test process makes the MOST use of test progress reports?

Select ONE option.

5 / 40

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

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. Which of the following pieces of information contained in a test progress report is the LEAST useful for business representatives?

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

9. Which of the following BEST describes the way acceptance criteria can be documented?

Select ONE option.

10 / 40

10. You are testing a system that calculates the final course grade for a given student.

The final grade is assigned based on the final result, according to the following rules:

• 0 – 50 points: failed
• 51 – 60 points: fair
• 61 – 70 points: satisfactory
• 71 – 80 points: good
• 81 – 90 points: very good
• 91 – 100 points: excellent

You have prepared the following set of test cases:

What is the 2-value Boundary Value Analysis (BVA) coverage for the final result that is achieved with the existing test cases?

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

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

14 / 40

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

15 / 40

15. Given the following descriptions of review activities:

1. Detected anomalies are deliberated upon, and determinations are reached regarding their status, ownership, and any further steps needed
2. Issues are recorded, and any needed updates are addressed prior to the acceptance of the work product
3. Reviewers employ techniques to come up with suggestions and questions about the work product and to spot anomalies
4. The objective of the review and its schedule are established to ensure a focused and efficient review
5. Participants are provided with access to the item being reviewed

Which of the following is the CORRECT sequence in the review process of the activities that correspond to the descriptions?

Select ONE option.

16 / 40

16. Which of the following statements is CORRECT?

Select ONE option.

17 / 40

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

18 / 40

18. Which of the following statements describe a valid test objective?

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

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

Select ONE options.

22 / 40

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

Select ONE option.

23 / 40

23. Which of the following is MOST likely to describe a task performed by someone in a test management role?

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

26 / 40

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

27 / 40

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

28 / 40

28. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

31 / 40

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

Select ONE option.

32 / 40

32. You are using acceptance test-driven development and designing test cases based on the following user story:

Which test case is the MOST reasonable one to test AC3?

Select ONE option.

33 / 40

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

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. Which of the following BEST define EXIT criteria in a testing project?

Select TWO options.

36 / 40

36. Which of the following is NOT a purpose of a test plan?

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

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

Select TWO options.

39 / 40

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

Select ONE option.

40 / 40

40. Tools from which of the following categories help with the organization of test cases, detected defects and configuration management?

 

Select ONE option.

0%

Scroll to top