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 an example of a tester using a generic skill when testing?

Select ONE option.

2 / 40

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

3 / 40

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

4 / 40

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

Select ONE option.

5 / 40

5. Which work product can be used by an agile team to show the amount of work that has been completed and the amount of total work remaining for a given iteration?

Select ONE option.

6 / 40

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

7 / 40

7. Which of the following statements BEST describes the difference between decision table testing and branch testing?

Select ONE option.

8 / 40

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

9 / 40

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

Select ONE option.

10 / 40

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

11 / 40

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

Select ONE option.

12 / 40

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

 

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

14. Which of the following is an example of a defect that can be found by static testing but NOT by dynamic testing?

Select ONE option.

15 / 40

15. Consider the following user story:

As an Editor
I want to review content before it is published
so that I can assure the grammar is correct

and its acceptance criteria:

• The user can log in to the content management system with "Editor" role
• The editor can view existing content pages
• The editor can edit the page content
• The editor can add markup comments
• The editor can save changes
• The editor can reassign to the "content owner" role to make updates

Which of the following is the BEST example of an ATDD test for this user story?

Select ONE option.

16 / 40

16. Which of the following BEST describes the concept behind error guessing?

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

19. The system for selling cinema tickets calculates the discount type based on the client’s birth year (BY) and on the current year (CY) as follows:

 

Let D be the difference between CY and BY, that is, D = CY – BY

• If D < 0 then print the error message “birth year cannot be greater than current year”

• If 0 ≤ D < 18 then apply the student discount

• If 18 ≤ D < 65 then apply no discount • If D ≥ 65 then apply the pensioner discount

Your test suite already contains two test cases:

• BY = 1990, CY = 2020, expected result: no discount
• BY = 2030, CY = 2029, expected result: print the error message

Which of the following test data sets should be added to achieve full valid equivalence partitioning coverage for the discount type?

Select TWO options.

20 / 40

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

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

22. Given the following task descriptions:

1. The quality characteristics to be evaluated and the exit criteria are selected
2. Everyone has access to the work product
3. Anomalies are identified in the work product
4. Anomalies are discussed

And the following review activities

A. Individual review
B. Review initiation
C. Planning
D. Communication and analysis

Which of the following BEST matches the task descriptions and activities?

Select ONE option.

23 / 40

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

Select ONE option.

24 / 40

24. Your test suite achieved 100% statement coverage. What is the consequence of this fact?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

27 / 40

27. Which of the following statements about DevOps is CORRECT?

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

29. Consider the following rule: “for every SDLC activity there is a corresponding test activity”. In which SDLC models does this rule hold?

Select ONE option.

30 / 40

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

Select ONE options.

31 / 40

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

32 / 40

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

Select ONE option.

33 / 40

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

34 / 40

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

Select ONE option.

35 / 40

35. Which of the following statements about the independence of testing is CORRECT?

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

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

39 / 40

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

Select ONE option.

40 / 40

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

0%

Scroll to top