ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

Select ONE option.

2 / 40

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

3 / 40

3. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

4 / 40

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

5 / 40

5. Your team uses the three-point estimation technique to estimate the test effort for a new high-risk feature. The following estimates were made:

• Most optimistic estimation: 2 person-hours
• Most likely estimation: 11 person-hours
• Most pessimistic estimation: 14 person-hours

What is the final estimate?

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

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

9 / 40

9. Which of the following BEST define EXIT criteria in a testing project?

Select TWO options.

10 / 40

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

11 / 40

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

Select ONE option.

12 / 40

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

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

15. A designer documents a design for a user interface that does not suitably address disabled users because the designer is tired. The programmer implements the user interface in line with the design but as they are working under severe time pressure, they do not include suitable exception handling in their program code for bonus calculations. When the operational system is used, complaints are made by some disabled users about the interface and the company is subsequently fined by the relevant regulatory authority. No one notices that bonus calculations are sometimes incorrect.

Which of the following statements is CORRECT?

Select ONE option.

16 / 40

16. Which of the following statements is a CORRECT example of the value of traceability?

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

18. Which of the following skills (i-v) are the MOST important skills of a tester?

i. Having domain knowledge
ii. Creating a product vision
iii. Being a good team player
iv. Planning and organizing the work of the team
v. Critical thinking

Select ONE option.

19 / 40

19. You received the following defect report from the developers stating that the anomaly described in this test report is not reproducible.

Application hangs up
2022-May-03 – John Doe – Rejected
The application hangs up after entering “Test input: $ä” in the Name field on the new user creation screen. Tried to log off, log in with test_admin01 account, same issue. Tried with other test admin accounts, same issue. No error message received; log (see attached) contains fatal error notification. Based on the test case TC-1305, the application should accept the provided input and create the user. Please fix with high priority, this feature is related to REQ-0012, which is a critical new business requirement.

What critical information is MISSING from this test report that would have been useful for the developers?

Select ONE option.

20 / 40

20. Which of the following factors (i-v) have SIGNIFICANT influence on the test process?

i. The SDLC
ii. The number of defects detected in previous projects
iii. The identified product risks
iv. New regulatory requirements forcing formal white-box testing
v. The test environment setup

Select ONE option.

21 / 40

21. You have been assigned as a tester to a team producing a new system incrementally. You have noticed that no changes have been made to the existing regression test cases for several iterations and no new regression defects were identified. Your manager is happy, but you are not. Which testing principle explains your skepticism?

Select ONE option.

22 / 40

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

23 / 40

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

24 / 40

24. Which of the following statements about branch testing is CORRECT?

Select ONE option.

25 / 40

25. Which of the following is true about exploratory testing?

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

27. Your team follows the process that uses the DevOps delivery pipeline. The first three steps of this process are:

(1) Code development
(2) Submit code into a version control system and merge it into the “test” branch
(3) Perform component testing for the submitted code

Which of the following is BEST suited to be the entry criterion for step (2) of this pipeline?

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

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

32 / 40

32. Which of the following are product risks?

Select TWO options.

33 / 40

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

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

36. You work in a team that develops a mobile application for food ordering. In the current iteration the team decided to implement the payment functionality.

Which of the following activities is a part of test analysis?

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

38. The ‘absence-of-defects fallacy’ is one of the principles of testing. Which of the following is an example of addressing this principle in practice?

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

40. Which TWO of the following options are common metrics used for reporting on the quality level of the test object?

Select TWO options.

0%

Scroll to top