ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

1. You are using acceptance test-driven development and designing test cases based on the following user story:

Which test case is the MOST reasonable one to test AC3?

Select ONE option.

2 / 40

2. Which of the following provides the BEST example of a scenario-oriented acceptance criterion?

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE options.

5 / 40

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

Select TWO options.

6 / 40

6. A wine storage system uses a control device that measures the wine cell temperature T (measured in °C, rounded to the nearest degree) and alarms the user if it deviates from the optimal value of 12, according to the following rules:

• if T = 12, the system says, “optimal temperature”

• if T < 12, the system says, “temperature is too low!”

• if T > 12, the system says, “temperature is too high!”

You want to use the 3-point boundary value analysis (BVA) to verify the behavior of the control device. A test input is a temperature in °C provided by the device.

What is the MINIMAL set of test inputs that achieves 100% of the desired coverage?

Select ONE option.

7 / 40

7. Consider the following test categories (1-4) and agile testing quadrants (A-D):

1. Usability testing
2. Component testing
3. Functional testing
4. Reliability testing

A. Agile testing quadrant Q1: technology facing, supporting the development team
B. Agile testing quadrant Q2: business facing, supporting the development team
C. Agile testing quadrant Q3: business facing, critique the product
D. Agile testing quadrant Q4: technology facing, critique the product

How do the following test categories map onto the agile testing quadrants?

Select ONE option.

8 / 40

8. The following list contains risks that have been identified for a new software product to be developed:

i. Management moves two experienced testers to another project
ii. The system does not comply with functional safety standards
iii. System response time exceeds user requirements
iv. Stakeholders have inaccurate expectations
v. Disabled people have problems when using the system

Which of them are project risks?

Select ONE option.

9 / 40

9. Which of the following statements BEST describes the difference between testing and debugging?

Select ONE option.

10 / 40

10. Given the following testware:

1. Coverage items
2. Change requests
3. Test execution schedule
4. Prioritized test conditions

And the following test activities

A. Test analysis
B. Test design
C. Test implementation
D. Test completion

Which of the following BEST shows the testware produced by the activities?

Select ONE option.

11 / 40

11. Which of the following statements about the different testing roles is MOST likely to be CORRECT?

Select ONE option.

12 / 40

12. You are working on a project to develop a system to analyze driving test results. You have been asked to design test cases based on the following decision table.

What test data will show that there are contradictory rules in the decision table?

Select ONE option.

13 / 40

13. Which of the following is MOST likely to be a challenge encountered when implementing DevOps?

Select ONE option.

14 / 40

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

15 / 40

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

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

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

18 / 40

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

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

21. Which of the following is MOST likely to describe a task performed by someone in a test management role?

Select ONE option.

22 / 40

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

23 / 40

23. Which TWO of the following tasks belong MAINLY to a testing role?

Select TWO options.

24 / 40

24. One of the ‘principles of testing’ states that exhaustive testing is impossible. Which of the following is an example of addressing this principle in practice?

Select ONE option.

25 / 40

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

26 / 40

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

27 / 40

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

Select ONE option.

28 / 40

28. How is the whole team approach present in the interactions between testers and business representatives?

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

30. Which of the following is a good testing practice that applies to all software development lifecycles?

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

32. What is the MAIN difference between black-box test techniques and experience-based test techniques?

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

35. Which types of failures (1-4) fit which test levels (A-D) BEST?

1. Failures in system behavior as it deviates from the user’s business needs
2. Failures in communication between components
3. Failures in logic in a module
4. Failures in not correctly implemented business rules

A. Component testing
B. Component integration testing
C. System testing
D. Acceptance testing

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

37. In many software organizations the test department is called the Quality Assurance (QA) department. Is this sentence correct or not and why?

Select ONE option.

38 / 40

38. What does the test pyramid model show?

Select ONE option.

39 / 40

39. Which of the following activities in the test process makes the MOST use of test progress reports?

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top