ISTQB Learning

Test your knowledge

0%
34
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

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

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

4. Which work product can be used by an agile team to show the amount of work that has been completed and the amount of total work remaining for a given iteration?

Select ONE option.

5 / 40

5. Which of the following provides the BEST description of the shift-left approach?

Select ONE option.

6 / 40

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

7 / 40

7. Which collaborative user story writing practice enables the team to achieve a collective understanding of what needs to be delivered?

Select ONE option.

8 / 40

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

9 / 40

9. Which of the following statements is CORRECT?

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. You are a member of a test team located in North America, developing a product for a client located in Europe. The team is agile and follows the DevOps approach and uses a continuous integration/continuous delivery pipeline.

Which of the following is the LEAST effective way to communicate test progress to the customer?

Select ONE option.

12 / 40

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

13 / 40

13. Which of the following statements about quality assurance (QA) and/or quality control (QC) is correct?

Select ONE option.

14 / 40

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

Select ONE option.

15 / 40

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

What do X and Y represent in this formula?

Select ONE option.

16 / 40

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

Select ONE option.

17 / 40

17. Which of the following pieces of information contained in a test progress report is the LEAST useful for business representatives?

Select ONE option.

18 / 40

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

19 / 40

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

20 / 40

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

Select ONE option.

21 / 40

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

22 / 40

22. The table shows the traceability matrix from test cases to requirements. “X” means that a given test case covers the corresponding requirement.

You want to prioritize the test cases following the additional coverage prioritization technique.

You execute all four test cases.

Which test case should be executed as the LAST one?

Select ONE options.

23 / 40

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

Select ONE option.

24 / 40

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

25 / 40

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

26 / 40

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

27 / 40

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

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

30 / 40

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

Select ONE option.

31 / 40

31. What does the test pyramid model show?

Select ONE option.

32 / 40

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

Select ONE options.

33 / 40

33. Which of the following is a typical test objective?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

 

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

37. In many software organizations the test department is called the Quality Assurance (QA) department. Is this sentence correct or not and why?

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

39. Which of the following is an example of a defect that can be found by static testing but NOT by dynamic testing?

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top