ISTQB Learning

Test your knowledge

0%
35
Created on By Admin

Exam 5

1 / 40

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

2 / 40

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

3 / 40

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

4 / 40

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

5 / 40

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

6 / 40

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

Select ONE option.

7 / 40

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

Select ONE option.

8 / 40

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

Select ONE option.

9 / 40

9. You test a system whose lifecycle is modeled by the state transition diagram shown below. The system starts in the INIT state and ends its operation in the OFF state.

What is the MINIMAL number of test cases to achieve valid transitions coverage?

Select ONE option.

10 / 40

10. Which of the following provides the BEST example of a scenario-oriented acceptance criterion?

Select ONE option.

11 / 40

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

Select ONE option.

12 / 40

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

 

Select ONE option.

13 / 40

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

14 / 40

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

Select ONE option.

15 / 40

15. Consider the following user story:

As an Editor
I want to review content before it is published
so that I can assure the grammar is correct

and its acceptance criteria:

• The user can log in to the content management system with "Editor" role
• The editor can view existing content pages
• The editor can edit the page content
• The editor can add markup comments
• The editor can save changes
• The editor can reassign to the "content owner" role to make updates

Which of the following is the BEST example of an ATDD test for this user story?

Select ONE option.

16 / 40

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

17 / 40

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

Select ONE option.

18 / 40

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

Select ONE option.

19 / 40

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

20 / 40

20. Which of the following BEST define EXIT criteria in a testing project?

Select TWO options.

21 / 40

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

22 / 40

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

Select ONE option.

23 / 40

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

Select ONE option.

24 / 40

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

Select ONE option.

25 / 40

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

26 / 40

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

Select ONE option.

27 / 40

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

Select ONE option.

28 / 40

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

29 / 40

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

Select ONE option.

30 / 40

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

Select ONE option.

31 / 40

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

Select ONE option.

32 / 40

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

Select ONE option.

33 / 40

33. Which of the following CANNOT be examined by static testing?

Select ONE option.

34 / 40

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

Select ONE option.

35 / 40

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

36 / 40

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

37 / 40

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

38 / 40

38. Consider the following acceptance criteria for a user story written from the perspective of an online store owner.

Given that the user is logged in and on the homepage,
When the user clicks on the "Add Item" button,
Then the "Create Item" form should appear,
And the user should be able to input a name and price for the new item.

In what format is this acceptance criteria written?

Select ONE option.

39 / 40

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

 

Select ONE option.

40 / 40

40. Which of the following is NOT a valid purpose for a test report?

Select ONE options.

0%

Scroll to top