ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

1. Which of the following BEST describes the way acceptance criteria can be documented?

Select ONE option.

2 / 40

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

Select ONE option.

3 / 40

3. Which of the following BEST fits as an element of the checklist used in checklist-based testing?

Select ONE option.

4 / 40

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

5 / 40

5. Given the following review types:

1. Technical review
2. Informal review
3. Inspection
4. Walkthrough

And the following descriptions:

A. Includes objectives such as gaining consensus, generating new ideas, and motivating authors to improve
B. Includes objectives such as educating reviewers, gaining consensus, generating new ideas and detecting potential defects
C. The main objective is detecting potential defects and it requires metrics collection to support process improvement
D. The main objective is detecting potential defects and it generates no formal documented output

Which of the following BEST matches the review types and the descriptions?

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

9. Which of the following statements is CORRECT?

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

11. You have just started designing test cases for the following user story.

In all test cases the precondition is as follows: there are only two products available, products A and B. Product A costs $100 and product B costs $110.

Which of the following is the BEST example of a test case for this user story?

Select ONE option.

12 / 40

12. Tools from which of the following categories help with the organization of test cases, detected defects and configuration management?

 

Select ONE option.

13 / 40

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

14 / 40

14. Which of the following are advantages of DevOps?

i. Faster product release and faster time to market
ii. Increases the need for repetitive manual testing
iii. Constant availability of executable software
iv. Reduction in the number of regression tests associated with code refactoring
v. Setting up the test automation framework is inexpensive since everything is automated

Select ONE option.

15 / 40

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

Select ONE option.

16 / 40

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

17 / 40

17. Your test suite S for a program P achieves 100% statement coverage. It consists of three test cases, each of which achieves 50% statement coverage.

Which of the following statements is CORRECT?

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

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

20 / 40

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

21 / 40

21. Which of the following statements about formal reviews is TRUE?

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

23. Your team analyzes the following user story in order to define the acceptance criteria:

As a registered customer, I want to be able to view my previous orders on the company's website, so that I can keep track of my purchases.

Which of the following test cases will NOT be relevant for this user story?

Select ONE option.

24 / 40

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

25 / 40

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

26 / 40

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

Select TWO options.

27 / 40

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

Select ONE option.

28 / 40

28. You perform system testing of an e-commerce web application and are provided with the following requirement:

REQ 05-017. If the total cost of purchases exceeds $100, the customer gets a 5% discount on subsequent purchases. Otherwise, the customer does not receive a discount.

Which test techniques will be MOST helpful in designing test cases based on this requirement?

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

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

Select TWO options.

32 / 40

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

Select ONE options.

33 / 40

33. You want to apply branch testing to the code represented by the following control flow graph.

How many coverage items do you need to test?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

36 / 40

36. Which of the following statements BEST describes the acceptance test-driven development (ATDD) approach?

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

38. The ‘absence-of-defects fallacy’ is one of the principles of testing. Which of the following is an example of addressing this principle in practice?

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top