ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

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

Select ONE option.

3 / 40

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

4 / 40

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

Select ONE options.

5 / 40

5. Which of the following statements is CORRECT?

Select ONE option.

6 / 40

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

Select TWO options.

7 / 40

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

8 / 40

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

Select ONE option.

9 / 40

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

10 / 40

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

11 / 40

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

Select ONE option.

12 / 40

12. You are using acceptance test-driven development and designing test cases based on the following user story:

Which test case is the MOST reasonable one to test AC3?

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

15. You received the following defect report from the developers stating that the anomaly described in this test report is not reproducible.

Application hangs up
2022-May-03 – John Doe – Rejected
The application hangs up after entering “Test input: $ä” in the Name field on the new user creation screen. Tried to log off, log in with test_admin01 account, same issue. Tried with other test admin accounts, same issue. No error message received; log (see attached) contains fatal error notification. Based on the test case TC-1305, the application should accept the provided input and create the user. Please fix with high priority, this feature is related to REQ-0012, which is a critical new business requirement.

What critical information is MISSING from this test report that would have been useful for the developers?

Select ONE option.

16 / 40

16. Which of the following is NOT a purpose of a test plan?

Select ONE option.

17 / 40

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

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

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

Select TWO options.

20 / 40

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

Select ONE option.

21 / 40

21. Which of the following CANNOT be examined by static testing?

Select ONE option.

22 / 40

22. You are testing a mobile application that allows customers to access and manage their bank accounts. You are running a test suite that involves evaluating each screen, and each field on each screen, against a general list of user interface best practices derived from a popular book on the topic that maximizes attractiveness, ease-of-use, and accessibility for such applications. Which of the following options BEST categorizes the test technique you are using?

Select ONE option.

23 / 40

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

24 / 40

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

25 / 40

25. Which of the following BEST describes the concept behind error guessing?

Select ONE option.

26 / 40

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

27 / 40

27. Which of the following statements about DevOps is CORRECT?

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

29. You test a system whose lifecycle is modeled by the state transition diagram shown below. The system starts in the INIT state and ends its operation in the OFF state.

What is the MINIMAL number of test cases to achieve valid transitions coverage?

Select ONE option.

30 / 40

30. Which of the following test activities are MOST likely to involve the application of boundary value analysis and equivalence partitioning?

Select TWO options.

31 / 40

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

Select ONE option.

32 / 40

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

Select ONE option.

33 / 40

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

34 / 40

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

Select ONE option.

35 / 40

35. The reviews being used in your organization have the following attributes:

• There is the role of a scribe
• The main purpose is to evaluate quality
• The meeting is led by the author of the work product
• There is individual preparation
• A review report is produced

Which of the following review types is MOST likely being used?

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

37. Which of the following test levels is MOST likely being performed if the testing is focused on validation and is not being performed by testers?

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

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

40 / 40

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

Select ONE option.

0%

Scroll to top