ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

1. Consider the following list:

• Correct input not accepted
• Incorrect input accepted
• Wrong output format
• Division by zero

What test technique is MOST PROBABLY used by the tester who uses this list when performing testing?

Select ONE option.

2 / 40

2. How can the testing quadrants be beneficial for testing?

Select ONE options.

3 / 40

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

4 / 40

4. Which of the following statements about the chosen software development lifecycle is CORRECT?

Select ONE option.

5 / 40

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

6 / 40

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

Select ONE option.

7 / 40

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

8 / 40

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

9 / 40

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

Select ONE option.

10 / 40

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

Select ONE options.

11 / 40

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

Select ONE option.

12 / 40

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

13 / 40

13. Which of the following is MOST likely to be a benefit of test automation?

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

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

16 / 40

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

17 / 40

17. During risk analysis the team considered the following risk: “The system allows too high a discount for a customer”. The team estimated the risk impact to be very high.

What can one say about the risk likelihood?

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

19. Which of the arguments below would you use to convince your manager to organize retrospectives at the end of each release cycle?

Select ONE option.

20 / 40

20. Your team uses planning poker to estimate the test effort for a newly required feature. There is a rule in your team that if there is no time to reach full agreement and the variation in the results is small, applying rules like “accept the number with the most votes” can be applied.
After two rounds, the consensus was not reached, so the third round was initiated. You can see the test estimation results in the table below.

Which of the following is the BEST example of the next step?

Select ONE option.

21 / 40

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

22 / 40

22. Which of the following is an example of why testing is necessary?

Select ONE option.

23 / 40

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

Select TWO options.

24 / 40

24. You test a system whose lifecycle is modeled by the state transition diagram shown below. The system starts in the INIT state and ends its operation in the OFF state.

What is the MINIMAL number of test cases to achieve valid transitions coverage?

Select ONE option.

25 / 40

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

26 / 40

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

Select ONE option.

27 / 40

27. Which of the following BEST describes how using checklist-based testing can result in increased coverage?

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

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

32 / 40

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

33 / 40

33. Which collaborative user story writing practice enables the team to achieve a collective understanding of what needs to be delivered?

Select ONE option.

34 / 40

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

35 / 40

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

36 / 40

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

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

40. Which of the following is NOT an example of how configuration management supports testing?

Select ONE option.

0%

Scroll to top