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 benefit of test automation?

 

Select ONE option.

2 / 40

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

3 / 40

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

Select ONE options.

4 / 40

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

5 / 40

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

6 / 40

6. Which of the following is NOT true for white-box testing?

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

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

9 / 40

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

Select ONE option.

10 / 40

10. Which of the following is a benefit of early and frequent feedback?

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

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

13 / 40

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

14 / 40

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

15 / 40

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

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

17. You are designing test cases based on the following state transition diagram:

What is the MINIMUM number of test cases required to achieve 100% valid transitions coverage?

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

19. What is the relationship between the testing quadrants, test levels and test types?

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

21. You want to estimate the test effort for the new project using estimation based on ratios. You calculate the test-to-development effort ratio using averaged data for both development effort and test effort from four historical projects similar to the new one. The table shows this historical data.

The estimated development effort for the new project is $800,000. What is your estimate of the test effort in this project?

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

23. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

26 / 40

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

Select ONE option.

27 / 40

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

28 / 40

28. You are a member of a test team located in North America, developing a product for a client located in Europe. The team is agile and follows the DevOps approach and uses a continuous integration/continuous delivery pipeline.

Which of the following is the LEAST effective way to communicate test progress to the customer?

Select ONE option.

29 / 40

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

30 / 40

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

31 / 40

31. A phone ringing in a neighboring cubicle distracts a programmer causing him to improperly program the logic that checks the upper boundary of an input variable. Later, during system testing, a tester notices that this input field accepts invalid input values.

Which of the following correctly describes an incorrectly coded upper bound?

Select ONE option.

32 / 40

32. Which TWO of the following statements provide the BEST rationale for using exploratory testing?

Select TWO options.

33 / 40

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

34 / 40

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

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

38. You are testing a temperature control system for a horticultural cold storage facility. The system receives the temperature (in full degrees Celsius) as the input. If the temperature is between 0 and 2 degrees inclusive, the system displays the message “temperature OK”. For lower temperatures, the system displays the message "temperature too low" and for higher temperatures it displays the message “temperature too high”.

Using two-value boundary value analysis, which of the following sets of test inputs provides the highest level of boundary value coverage?

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 of the following statements about formal reviews is TRUE?

Select ONE option.

0%

Scroll to top