ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

1. Which TWO of the following options are common metrics used for reporting on the quality level of the test object?

Select TWO options.

2 / 40

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

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

5. Which of the following statements about branch testing is CORRECT?

Select ONE option.

6 / 40

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

Select ONE option.

7 / 40

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

8 / 40

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

9 / 40

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

10 / 40

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

11 / 40

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

Select ONE option.

12 / 40

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

13 / 40

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

14 / 40

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

Select ONE option.

15 / 40

15. Given the following roles in reviews:

1. Scribe
2. Review leader
3. Facilitator
4. Manager

And the following responsibilities in reviews:

A. Ensures the effective running of review meetings and the setting up a safe review environment
B. Records review information, such as decisions and new anomalies found during the review meeting
C. Decides what is to be reviewed and provides resources, such as staff and time for the review
D. Takes overall responsibility for the review such as organizing when and where the review will take place

Which of the following BEST matches the roles and responsibilities?

Select ONE option.

16 / 40

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

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. Which of the following BEST describes the concept behind error guessing?

Select ONE option.

19 / 40

19. What task may management take on during a formal review?

Select ONE option.

20 / 40

20. You are testing a simplified apartment search form which has only two search criteria:

• floor (with three possible options: ground floor; first floor; second or higher floor)
• garden type (with three possible options: no garden; small garden; large garden)

Only apartments on the ground floor have gardens. The form has a built-in validation mechanism that will not allow you to use the search criteria which violate this rule.

Each test has two input values: floor and garden type. You want to apply equivalence partitioning (EP) to cover each floor and each garden type in your tests.

What is the minimal number of test cases to achieve 100% EP coverage?

Select ONE option

21 / 40

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

22 / 40

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

Select ONE option.

23 / 40

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

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

Select TWO options.

27 / 40

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

Select ONE option.

28 / 40

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

29 / 40

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

30 / 40

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

31 / 40

31. You are designing test cases based on the following decision table.

So far you have designed the following test cases:

• TC1: 19-year-old, unregistered man with no experience; expected result: category A
• TC2: 65-year-old, unregistered woman with 5 years of experience; expected result: category B
• TC3: 66-year-old, registered man with no experience; expected result: category C
• TC4: 65-year-old, registered woman with 4 years of experience; expected result:
category D

Which of the following test cases, when added to the existing set of test cases, will increase the decision table coverage?

Select ONE option.

32 / 40

32. Your team uses planning poker to estimate the test effort for a newly required feature. There is a rule in your team that if there is no time to reach full agreement and the variation in the results is small, applying rules like “accept the number with the most votes” can be applied.
After two rounds, the consensus was not reached, so the third round was initiated. You can see the test estimation results in the table below.

Which of the following is the BEST example of the next step?

Select ONE option.

33 / 40

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

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

36 / 40

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

Select ONE option.

37 / 40

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

Select ONE option.

38 / 40

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

39 / 40

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

Select ONE option.

40 / 40

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

Select TWO options.

0%

Scroll to top