ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

1. You work in a team that develops a mobile application for food ordering. In the current iteration the team decided to implement the payment functionality.

Which of the following activities is a part of test analysis?

Select ONE option.

2 / 40

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

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

4. According to the testing quadrants model, which of the following falls into quadrant Q1 (“technology facing” and “support the team”)?

Select ONE option.

5 / 40

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

Select ONE option.

6 / 40

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

Select TWO options.

7 / 40

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

8 / 40

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

Select ONE option.

9 / 40

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

10 / 40

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

Select ONE option.

11 / 40

11. Which of the following skills (i-v) are the MOST important skills of a tester?

i. Having domain knowledge
ii. Creating a product vision
iii. Being a good team player
iv. Planning and organizing the work of the team
v. Critical thinking

Select ONE option.

12 / 40

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

13 / 40

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

Select ONE option.

14 / 40

14. Which of the following is MOST likely to impact how testing is performed for a given test object?

Select ONE option.

15 / 40

15. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

16 / 40

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

17 / 40

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

Select ONE options.

18 / 40

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

Select ONE option.

19 / 40

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

Select ONE option.

20 / 40

20. You want to estimate the test effort for the new project using estimation based on ratios. You calculate the test-to-development effort ratio using averaged data for both development effort and test effort from four historical projects similar to the new one. The table shows this historical data.

The estimated development effort for the new project is $800,000. What is your estimate of the test effort in this project?

Select ONE option.

21 / 40

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

22 / 40

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

Select ONE option.

23 / 40

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

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

26 / 40

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

 

Select ONE option.

27 / 40

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

28 / 40

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

Select ONE option.

29 / 40

29. Which of the following BEST describe the collaborative approach to user story writing?

Select ONE option.

30 / 40

30. Consider the following acceptance criteria for a user story written from the perspective of an online store owner.

Given that the user is logged in and on the homepage,
When the user clicks on the "Add Item" button,
Then the "Create Item" form should appear,
And the user should be able to input a name and price for the new item.

In what format is this acceptance criteria written?

Select ONE option.

31 / 40

31. You are applying state transition testing to the hotel room reservation system modeled by the following state transition table, with 4 states and 5 different events:

Assuming all test cases start in the ‘Requesting’ state, which of the following test cases, represented as sequences of events, achieves the highest valid transitions coverage?

Select ONE option.

32 / 40

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

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

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. What does the test pyramid model show?

Select ONE option.

37 / 40

37. You work as a tester in a project on a mobile application for food ordering for one of your clients. The client sent you a list of requirements. One of them, with high priority, says

“The order must be processed in less than 10 seconds in 95% of the cases”.

You created a set of test cases in which a number of random orders were made, the processing time measured, and the test results were checked against the requirements.

What test type did you perform?

Select ONE option.

38 / 40

38. You are testing a temperature control system for a horticultural cold storage facility. The system receives the temperature (in full degrees Celsius) as the input. If the temperature is between 0 and 2 degrees inclusive, the system displays the message “temperature OK”. For lower temperatures, the system displays the message "temperature too low" and for higher temperatures it displays the message “temperature too high”.

Using two-value boundary value analysis, which of the following sets of test inputs provides the highest level of boundary value coverage?

Select ONE option.

39 / 40

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

40 / 40

40. Why does white-box testing facilitate defect detection even when the software specification is vague, outdated or incomplete?

Select ONE option.

0%

Scroll to top