ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

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

3 / 40

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

Select ONE option.

4 / 40

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

5 / 40

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

Select ONE option.

6 / 40

6. Your favorite bicycle daily rental store has just introduced a new Customer Relationship Management system and asked you, one of their most loyal members, to test it.
The implemented features are as follows:

• Anyone can rent a bicycle, but members receive a 20% discount
• However, if the return deadline is missed, the discount is no longer available
• After 15 rentals, members get a gift: a T-Shirt

Decision table describing the implemented features looks as follows:

Based ONLY on the feature description of the Customer Relationship Management system, which of the above rules describes an impossible situation?

 

Select ONE option.

7 / 40

7. Which of the following statements describe a valid test objective?

Select ONE option.

8 / 40

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

 

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

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

12 / 40

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

Select ONE option.

13 / 40

13. Which of the following BEST describes how using checklist-based testing can result in increased coverage?

Select ONE option.

14 / 40

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

Select ONE options.

15 / 40

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

16 / 40

16. The team wants to estimate the time needed for one tester to execute four test cases for a software component. The team has gathered the following measures of the effort used to execute a single test case:

• Best-case scenario: 1 hour
• Worst-case scenario: 8 hours
• Most likely scenario: 3 hours

Given that the three-point estimation technique is being used, what is the final estimate of the time needed to execute all four test cases?

Select ONE option.

17 / 40

17. You are working as a tester in the team that follows the V-model. The choice of software development lifecycle (SDLC) model impacts the timing of testing, which of the following statement is NOT true?

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

19. During a risk analysis the following risk was identified and assessed:

• Risk: Response time is too long to generate a report
• Risk likelihood: medium; risk impact: high
• Response to risk:

o An independent test team performs performance testing during system testing
o A selected sample of end users performs alpha and beta acceptance testing before the release

What measure is proposed to be taken in response to this analyzed risk?

Select ONE option.

20 / 40

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

21 / 40

21. Let the branch coverage metric be defined as BCov = (X / Y) * 100%.

What do X and Y represent in this formula?

Select ONE option.

22 / 40

22. Which test activity does a data preparation tool support?

Select ONE option.

23 / 40

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

24 / 40

24. Given the following testware:

i. Test completion report
ii. Data held in a database used for test inputs and expected results
iii. The list of elements needed to build the test environment
iv. Documented sequences of test cases in execution order
v. Test cases

Which of the following BEST shows the testware produced as a result of performing test implementation?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

Select TWO options.

27 / 40

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

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

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. Which of the following BEST describes retrospectives?

Select ONE option.

32 / 40

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

33 / 40

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

Select ONE option.

34 / 40

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

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. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

37 / 40

37. W A developer was asked to implement the following business rule:

You design the test cases using 2-value boundary value analysis.

Which of the following sets of test inputs achieves the greatest coverage?

Select ONE option.

38 / 40

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

39 / 40

39. Which of the following is MOST likely to be a trigger that leads to maintenance testing of a currency exchange system?

Select ONE option.

40 / 40

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

Select TWO options.

0%

Scroll to top