ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

Select ONE option.

2 / 40

2. The navigation system software has been updated due to it suggesting routes that break traffic laws, such as driving the wrong way down one-way streets. Which of the following BEST describes the testing that will be performed?

Select ONE option.

3 / 40

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

Select ONE option.

4 / 40

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

Select ONE option.

5 / 40

5. Which types of failures (1-4) fit which test levels (A-D) BEST?

1. Failures in system behavior as it deviates from the user’s business needs
2. Failures in communication between components
3. Failures in logic in a module
4. Failures in not correctly implemented business rules

A. Component testing
B. Component integration testing
C. System testing
D. Acceptance testing

Select ONE option.

6 / 40

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

 

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 a characteristic of experience-based test techniques?

Select ONE option.

9 / 40

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

10 / 40

10. Which of the following is NOT an example of how configuration management supports testing?

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

12. Given the following risks:

1. Ineffective loop implementation causes long system responses
2. Consumers change their preferences
3. Flooding of the server room
4. Patients above a certain age receive inaccurate reports

And the following mitigation activities:

A. Risk acceptance
B. Performance testing
C. Using boundary value analysis as the test technique
D. Risk transfer

Which of the following BEST matches the risks with the mitigation activities?

Select ONE option.

13 / 40

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

14 / 40

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

15 / 40

15. For a given risk, its risk level is $1,000 and its risk likelihood is estimated as 50%.

What is the risk impact?

Select ONE options.

16 / 40

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

Select ONE option.

17 / 40

17. The ‘absence-of-defects fallacy’ is one of the principles of testing. Which of the following is an example of addressing this principle in practice?

Select ONE option.

18 / 40

18. Your test suite S for a program P achieves 100% statement coverage. It consists of three test cases, each of which achieves 50% statement coverage.

Which of the following statements is CORRECT?

Select ONE option.

19 / 40

19. Which of the following is MOST likely to be an example of a tester using a generic skill when testing?

Select ONE option.

20 / 40

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

Select ONE option.

21 / 40

21. Which of the following BEST explains a benefit of independence of testing?

Select ONE option.

22 / 40

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

Select ONE option.

23 / 40

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

24 / 40

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

25 / 40

25. During risk analysis the team considered the following risk: “The system allows too high a discount for a customer”. The team estimated the risk impact to be very high.

What can one say about the risk likelihood?

Select ONE option.

26 / 40

26. Which of the arguments below would you use to convince your manager to organize retrospectives at the end of each release cycle?

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

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

Select ONE option.

29 / 40

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

Select ONE option.

30 / 40

30. Which of the following tests is MOST likely to be performed as part of functional testing?

Select ONE option.

31 / 40

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

32 / 40

32. What is the MAIN difference between black-box test techniques and experience-based test techniques?

Select ONE option.

33 / 40

33. Consider the following list:

• Correct input not accepted
• Incorrect input accepted
• Wrong output format
• Division by zero

What test technique is MOST PROBABLY used by the tester who uses this list when performing testing?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

35. Your team analyzes the following user story in order to define the acceptance criteria:

As a registered customer, I want to be able to view my previous orders on the company's website, so that I can keep track of my purchases.

Which of the following test cases will NOT be relevant for this user story?

Select ONE option.

36 / 40

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

Select ONE option.

37 / 40

37. The following list contains risks that have been identified for a new software product to be developed:

i. Management moves two experienced testers to another project
ii. The system does not comply with functional safety standards
iii. System response time exceeds user requirements
iv. Stakeholders have inaccurate expectations
v. Disabled people have problems when using the system

Which of them are project risks?

Select ONE option.

38 / 40

38. Which of the following statements about the independence of testing is CORRECT?

Select ONE option.

39 / 40

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

Select ONE option.

40 / 40

40. Consider the following test categories (1-4) and agile testing quadrants (A-D):

1. Usability testing
2. Component testing
3. Functional testing
4. Reliability testing

A. Agile testing quadrant Q1: technology facing, supporting the development team
B. Agile testing quadrant Q2: business facing, supporting the development team
C. Agile testing quadrant Q3: business facing, critique the product
D. Agile testing quadrant Q4: technology facing, critique the product

How do the following test categories map onto the agile testing quadrants?

Select ONE option.

0%

Scroll to top