ISTQB Learning

Test your knowledge

0%
3
Created on By Admin

2018v3.1 - Exam 4 - 75 minutes

1 / 40

1. How can white-box testing be applied during user acceptance testing?

Select ONE option.

2 / 40

2. Which of the following statements BEST describes how tasks are divided between the test manager and the tester?

Select ONE option.

3 / 40

3. You are defining the process for carrying out product risk analysis as part of each iteration on an Agile project. Which of the following is the proper place to document this process in a test plan?

Select ONE option.

4 / 40

4. Which of the following statements about the given state transition diagram and table of test cases is TRUE?

Select ONE option.

5 / 40

5. Which of the following statements about static testing are MOST true?

Select ONE options.

6 / 40

6. Which one of the statements below describes the most common situation for a failure discovered during testing or in production?

Select ONE option.

7 / 40

7. The following statement refers to decision coverage:

“When the code contains only a single ‘if’ statement and no loops or CASE statements, and its execution is not nested within the test, any single test case we run will result in 50% decision coverage.”

Which of the following statement is correct?

Select ONE option.

8 / 40

8. Which of the following qualities is MORE likely to be found in a tester’s mindset rather than in a developer’s?

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

10. Match the following test work products (1-4) with the right description (A-D).

1. Test suite
2. Test case
3. Test script
4. Test charter

A. A set of test scripts to be executed in a specific test run
B. A set of instructions for the execution of a test
C. Contains expected results
D. Documentation of test activities in session-based exploratory testing

Select ONE option.

11 / 40

11. In what way can testing be part of Quality Assurance?

Select ONE option.

12 / 40

12. Which of the following can affect and be part of the (initial) test planning?

Select ONE options.

13 / 40

13. Which statement about the relationship between statement coverage and decision coverage is true?

Select ONE option.

14 / 40

14. A tester participated in a discussion about proposed database structure. The tester identified a potential performance problem related to certain common user searches. This possible problem was explained to the development team. Which of the following is a testing contribution to success that BEST matches this situation?

Select ONE option.

15 / 40

15. Given the following state model of a battery charger software:

Which of the following sequences of transitions provides the highest level of transition coverage for the model?

Select ONE option.

16 / 40

16. A batch application has been in production unchanged for over two years. It runs overnight once a month to produce statements that will be e-mailed to customers. For each customer, the application goes through every account and lists every transaction on that account in the last month. It uses a nested-loop structure to process customers (outer loop), each customer’s accounts (middle loop), and each account’s transactions (inner loop).

One night, the batch application terminates prematurely, failing to e-mail statements to some customers, when it encounters a customer with one account for which no transactions occurred in the last month. This is a very unusual situation and has not occurred in the years since this application was placed in production.

While fixing the defect, a programmer asks you to recommend test techniques that are effective against this kind of defect. Which of the following test techniques would most likely have been able to detect the underlying defect?

Select ONE option.

17 / 40

17. Programmers often write and execute unit tests against code which they have written. During this self-testing activity, which of the following is a tester mindset that programmers should adopt to perform this unit testing effectively?

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

19. Which one of the following is the description of statement coverage?

Select ONE option.

20 / 40

20. Which of the following statements about test estimation approaches is CORRECT?

Select ONE option.

21 / 40

21. Which one of the following is the characteristic of a metrics-based approach for test estimation?

Select ONE option.

22 / 40

22. Which one of the following is the BEST definition of an incremental development model?

Select ONE option.

23 / 40

23. For which of the following situations is exploratory testing suitable?

Select ONE option.

24 / 40

24. A video application has the following requirement: The application shall allow playing a video on the following display resolution:

1. 640x480
2. 1280x720
3. 1600x1200
4. 1920x1080

Which of the following list of test cases is a result of applying the equivalence partitioning test technique to test this requirement?

Select ONE option.

25 / 40

25. A mass market operating system software product is designed to run on any PC hardware with an x86-family processor. You are running a set of tests to look for defects related to support of the various PCs that use such a processor and to build confidence that important PC brands will work. What type of test are you performing?

Select ONE option.

26 / 40

26. Which of the following statements about test types and test levels is CORRECT?

Select ONE option.

27 / 40

27. Which activities are carried out within the planning of a formal review?

Select ONE option.

28 / 40

28. Which of the following descriptions of statement coverage is CORRECT?

Select ONE option.

29 / 40

29. You are testing an unattended gasoline pump that only accepts credit cards. Once the credit card is validated, the pump nozzle placed into the tank, and the desired grade selected, the customer enters the desired amount of fuel in gallons using the keypad. The keypad only allows the entry of digits. Fuel is sold in tenths (0.1) of a gallon, up to 50.0 gallons.

Which of the following is a minimum set of desired amounts that covers the equivalence partitions for this input?

Select ONE option.

30 / 40

30. Which of the following statements BEST compares the purposes of confirmation testing and regression testing?

Select ONE option.

31 / 40

31. Which of the following tools is most useful for reporting test metrics?

Select ONE option.

32 / 40

32. Consider a mobile app that allows customers to access and manage their bank accounts. A user story has just been added to the set of features that checks customers’ social media accounts and bank records to give personalized greetings on birthdays and other personal milestones. Which of the following test techniques could a PROGRAMMER use during a unit test of the code to ensure that coverage of situations when the greetings ARE supposed to occur and when the greetings ARE NOT supposed to occur?

Select ONE option.

33 / 40

33. Which of the following tasks is MOST LIKELY to be performed by the test manager?

Select ONE option.

34 / 40

34. Which one of the following is TRUE?

Select ONE option.

35 / 40

35. During a period of intensive project overtime, a system architecture document is sent to various project participants, announcing a previously unplanned technical review to occur in one week. No adjustments are made to the participants’ list of assigned tasks. Based on this information alone, which of the following is a factor for review success that is MISSING?

Select ONE option.

36 / 40

36. A speed control and reporting system has the following characteristics:

• If you drive 50 km/h or less, nothing will happen.
• If you drive faster than 50 km/h, but no more than 55 km/h, you will be warned.
• If you drive faster than 55 km/h but not more than 60 km/h, you will be fined.
• If you drive faster than 60 km/h, your driving license will be suspended.
• The speed in km/h is available to the system as an integer value.

Which would be the most likely set of values (km/h) identified by applying the boundary value analysis, where only the values on the boundaries of the equivalence classes are selected?

Select ONE option.

37 / 40

37. Which of the following should NOT be a trigger for maintenance testing?

Select ONE option.

38 / 40

38. Which of the following are two factors that can be used to determine the level of risk?

Select ONE option.

39 / 40

39. Which one of the following is MOST likely to be a benefit of test execution tools?

Select ONE option.

40 / 40

40. The reviews being used in your organization have the following attributes:

• There is a role of a scribe
• The purpose is to detect potential defects
• The review meeting is led by the author
• Reviewers find potential defects by individual review
• A review report is produced

Which of the following review types is MOST likely being used?

Select ONE option.

0%

Scroll to top