ISTQB Learning

Test your knowledge

0%
34
Created on By Admin

Exam 5

1 / 40

1. Consider the following testware.

Which test activity produces this testware as an output?

Select ONE option.

2 / 40

2. What does the test pyramid model show?

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

5 / 40

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

6 / 40

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

Select ONE option.

7 / 40

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

8 / 40

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

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

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

12 / 40

12. High-level test conditions are being used by testers to generate test cases and execute tests. Even though the test conditions remain the same, the test cases are varied each time. Which of the following ‘principles of testing’ is being addressed through the variation of test cases?

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

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

16 / 40

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

Select ONE option.

17 / 40

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

18 / 40

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

Select ONE option.

19 / 40

19. Which of the following BEST define EXIT criteria in a testing project?

Select TWO options.

20 / 40

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

Select ONE option.

21 / 40

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

Select ONE option.

22 / 40

22. Which item correctly identifies a potential risk of performing test automation?

Select ONE option.

23 / 40

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

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

Select ONE option.

27 / 40

27. How can white-box testing be useful in support of black-box testing?

Select ONE option.

28 / 40

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

29 / 40

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

Select TWO options.

30 / 40

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

31 / 40

31. A designer documents a design for a user interface that does not suitably address disabled users because the designer is tired. The programmer implements the user interface in line with the design but as they are working under severe time pressure, they do not include suitable exception handling in their program code for bonus calculations. When the operational system is used, complaints are made by some disabled users about the interface and the company is subsequently fined by the relevant regulatory authority. No one notices that bonus calculations are sometimes incorrect.

Which of the following statements is CORRECT?

Select ONE option.

32 / 40

32. You are preparing a test execution schedule for executing seven test cases TC 1 to TC 7.

The following figure includes the priorities of these test cases (1=highest priority, 3 = lowest priority).

The figure also shows the dependencies between test cases using arrows. For instance, the arrow from TC 4 to TC 5 means that TC 5 can only be executed if TC 4 was previously executed.

Which test case should be executed sixth?

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

37. Which of the following statements is CORRECT?

Select ONE option.

38 / 40

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

39 / 40

39. The system for selling cinema tickets calculates the discount type based on the client’s birth year (BY) and on the current year (CY) as follows:

 

Let D be the difference between CY and BY, that is, D = CY – BY

• If D < 0 then print the error message “birth year cannot be greater than current year”

• If 0 ≤ D < 18 then apply the student discount

• If 18 ≤ D < 65 then apply no discount • If D ≥ 65 then apply the pensioner discount

Your test suite already contains two test cases:

• BY = 1990, CY = 2020, expected result: no discount
• BY = 2030, CY = 2029, expected result: print the error message

Which of the following test data sets should be added to achieve full valid equivalence partitioning coverage for the discount type?

Select TWO options.

40 / 40

40. Which of the following is a factor that contributes to a successful review?

Select ONE option.

0%

Scroll to top