ISTQB Learning

Test your knowledge

0%
13
Created on By Admin

Exam 5 - 75 minutes

1 / 40

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

Select ONE option.

2 / 40

2. In your project there has been a delay in the release of a brand-new application and test execution started late, but you have very detailed domain knowledge and good analytical skills. The full list of requirements has not yet been shared with the team, but management is asking for some test results to be presented.

Which test technique fits BEST in this situation?

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

5 / 40

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

Select ONE option.

6 / 40

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

Select TWO options.

7 / 40

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

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

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

Select ONE option.

10 / 40

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

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

12. Consider the following part of a test plan.

Testing will be performed using component testing and component integration testing. The regulations require to demonstrate that 100% branch coverage is achieved for each component classified as critical.

Which part of the test plan does this part belong to?

Select ONE option.

13 / 40

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

Select ONE option.

14 / 40

14. You are working on a project to develop a system to analyze driving test results. You have been asked to design test cases based on the following decision table.

What test data will show that there are contradictory rules in the decision table?

Select ONE option.

15 / 40

15. Consider the following rule: “for every SDLC activity there is a corresponding test activity”. In which SDLC models does this rule hold?

Select ONE option.

16 / 40

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

 

Select ONE option.

17 / 40

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

18 / 40

18. Which of the following is NOT true regarding the test pyramid?

Select ONE option.

19 / 40

19. Given the following benefits and drawbacks of the independence of testing:

i. The testers work in a different location from the developers
ii. Testers question the assumptions programmers make while writing code
iii. A confrontational dynamic has been established between testers and developers
iv. Developers have convinced themselves that testers are mostly accountable for quality
v. Testers have different biases than those held by the developers

Which are MOST likely to be considered benefits?

Select ONE option.

20 / 40

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

21 / 40

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

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

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

Select ONE option.

24 / 40

24. You are testing a temperature control system for a horticultural cold storage facility. The system receives the temperature (in full degrees Celsius) as the input. If the temperature is between 0 and 2 degrees inclusive, the system displays the message “temperature OK”. For lower temperatures, the system displays the message "temperature too low" and for higher temperatures it displays the message “temperature too high”.

Using two-value boundary value analysis, which of the following sets of test inputs provides the highest level of boundary value coverage?

Select ONE option.

25 / 40

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

Select ONE option.

26 / 40

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

27 / 40

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

Select ONE option.

28 / 40

28. Which test activity involves working with test data requirements, test conditions, test environment requirements and test cases?

Select ONE option.

29 / 40

29. A wine storage system uses a control device that measures the wine cell temperature T (measured in °C, rounded to the nearest degree) and alarms the user if it deviates from the optimal value of 12, according to the following rules:

• if T = 12, the system says, “optimal temperature”

• if T < 12, the system says, “temperature is too low!”

• if T > 12, the system says, “temperature is too high!”

You want to use the 3-point boundary value analysis (BVA) to verify the behavior of the control device. A test input is a temperature in °C provided by the device.

What is the MINIMAL set of test inputs that achieves 100% of the desired coverage?

Select ONE option.

30 / 40

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

31 / 40

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

Select ONE option.

32 / 40

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

Select ONE option.

33 / 40

33. You were given a task to analyze and fix causes of failures in a new system to be released.

Which activity are you performing?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

Select ONE option.

36 / 40

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

37 / 40

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

Select ONE option.

38 / 40

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

39 / 40

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

Select ONE option.

40 / 40

40. During a risk analysis the following risk was identified and assessed:

• Risk: Response time is too long to generate a report
• Risk likelihood: medium; risk impact: high
• Response to risk:

o An independent test team performs performance testing during system testing
o A selected sample of end users performs alpha and beta acceptance testing before the release

What measure is proposed to be taken in response to this analyzed risk?

Select ONE option.

0%

Scroll to top