ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

2 / 40

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

Select ONE option.

3 / 40

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

4 / 40

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

Select ONE option.

5 / 40

5. You are testing a form that verifies the correctness of the length of the password given as input. The form accepts a password with the correct length and rejects a password that is too short or too long. The password length is correct if it has between 6 and 12 characters inclusive. Otherwise, it is considered incorrect.

At first, the form is empty (password length = 0). You apply boundary value analysis to the “password length” variable.

Your set of test cases achieves 100% 2-value boundary value coverage. The team decided that due to the high risk of this component, test cases should be added to ensure 100% 3-value boundary value coverage.

Which additional password lengths should be tested to achieve this?

Select ONE option.

6 / 40

6. Your team uses the three-point estimation technique to estimate the test effort for a new high-risk feature. The following estimates were made:

• Most optimistic estimation: 2 person-hours
• Most likely estimation: 11 person-hours
• Most pessimistic estimation: 14 person-hours

What is the final estimate?

Select ONE option.

7 / 40

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

Select ONE options.

8 / 40

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

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

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

What do X and Y represent in this formula?

Select ONE option.

11 / 40

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

12 / 40

12. Given the following descriptions of review activities:

1. Detected anomalies are deliberated upon, and determinations are reached regarding their status, ownership, and any further steps needed
2. Issues are recorded, and any needed updates are addressed prior to the acceptance of the work product
3. Reviewers employ techniques to come up with suggestions and questions about the work product and to spot anomalies
4. The objective of the review and its schedule are established to ensure a focused and efficient review
5. Participants are provided with access to the item being reviewed

Which of the following is the CORRECT sequence in the review process of the activities that correspond to the descriptions?

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

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

15 / 40

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

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. Which of the following is MOST likely to be a trigger that leads to maintenance testing of a currency exchange system?

Select ONE option.

18 / 40

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

Select TWO options.

19 / 40

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

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

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

22 / 40

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

Select ONE option.

23 / 40

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

24 / 40

24. Which of the following is an example of how product risk analysis may influence the thoroughness and scope of testing?

Select ONE option.

25 / 40

25. Which of the following statements is CORRECT?

Select ONE option.

26 / 40

26. A storage system can store up to three elements and is modeled by the following state transition diagram. The variable N represents the number of currently stored elements.

Which of the following test cases, represented as sequences of events, achieves the highest level of valid transitions coverage?

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

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

33 / 40

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

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

36 / 40

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

Select ONE option.

37 / 40

37. One of the ‘principles of testing’ states that exhaustive testing is impossible. Which of the following is an example of addressing this principle in practice?

Select ONE option.

38 / 40

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

Select ONE option.

39 / 40

39. You are designing test cases based on the following state transition diagram:

What is the MINIMUM number of test cases required to achieve 100% valid transitions coverage?

Select ONE option.

40 / 40

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

Select ONE option.

0%

Scroll to top