ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

2 / 40

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

Select ONE option.

3 / 40

3. Decide which of the following statements (i-v) are true for static testing.

i. Abnormal external behaviors are easier to identify with this testing
ii. Discrepancies from a coding standard are easier to find with this testing
iii. It identifies failures caused by defects when the software is run
iv. Its test objective is to identify defects as early as possible
v. Missing coverage for critical security requirements is easier to find and fix

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

6. Given the following test tool categories:

i. Collaboration tools
ii. DevOps tools
iii. Management tools
iv. Non-functional testing tools
v. Test design and implementation tools

Tools from which of the categories are MOST likely to facilitate test execution?

Select ONE options.

7 / 40

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

Select ONE option.

8 / 40

8. Which of the following is a product quality metric?

Select ONE option.

9 / 40

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

10 / 40

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

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

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

13 / 40

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

Select TWO options.

14 / 40

14. How do testers add value to iteration and release planning?

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

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

18 / 40

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

19 / 40

19. You are testing a web application that allows users to SEARCH for products, VIEW product details, ADD products to a shopping cart, and place an ORDER.
You have prepared the following five test cases, which you want to execute according to their priorities:

TC1: SEARCH product A Priority: medium

TC2: VIEW product A details Priority: low

TC3: ADD product B to a shopping cart Priority: medium

TC4: ADD product C to a shopping cart Priority: high

TC5: place an ORDER Priority: high

You also identified the following logical dependencies between test cases:

• SEARCH functionality must be tested before VIEW functionality can be tested, as product details rely on search functionality.
• VIEW functionality must be tested before ADD functionality, as adding products relies on the availability of accurate product details.
• ADD functionality must be tested before ORDER functionality, as placing an order relies on the availability of accurate shopping cart information.

Which test case should be executed as the fourth one?

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

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

Select TWO options.

23 / 40

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

24 / 40

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

25 / 40

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

26 / 40

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

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

28. Given the following benefits and drawbacks of the independence of testing:

i. The testers work in a different location from the developers
ii. Testers question the assumptions programmers make while writing code
iii. A confrontational dynamic has been established between testers and developers
iv. Developers have convinced themselves that testers are mostly accountable for quality
v. Testers have different biases than those held by the developers

Which are MOST likely to be considered benefits?

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

31 / 40

31. You need to update one of the automated test scripts to be in line with a new requirement. Which process indicates that you create a new version of the test script in the test repository?

Select ONE option.

32 / 40

32. Consider the following part of a test plan.

Testing will be performed using component testing and component integration testing. The regulations require to demonstrate that 100% branch coverage is achieved for each component classified as critical.

Which part of the test plan does this part belong to?

Select ONE option.

33 / 40

33. You are testing a sort function that gets a set of numbers as input and returns the same set of numbers sorted in ascending order. The log from the test execution looks as follows.

Which of the following provides the BEST description of the failure that can be used in a defect report?

Select ONE option.

34 / 40

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

 

Select ONE option.

35 / 40

35. Which of the following is NOT anticipated by the tester while applying error guessing?

Select ONE option.

36 / 40

36. Consider the following rule: “for every SDLC activity there is a corresponding test activity”. In which SDLC models does this rule hold?

Select ONE option.

37 / 40

37. Which of the following is LEAST likely to occur as a result of a retrospective?

Select ONE option.

38 / 40

38. Given the following descriptions:

1. Support workflow tracking
2. Facilitate communication
3. Virtual machines
4. Support reviews

And the following test tool categories:

A. Static testing tools
B. Tools supporting scalability and deployment standardization
C. DevOps tools
D. Collaboration tools

Which of the following BEST matches the descriptions and categories?

Explanation / Rationale

39 / 40

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

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top