Which one of the statements below describes the most common situation for a failure discovered during testing or in production?

Question 8. Match the following test work products (1-4) with the right description (A-D).

1. Test suite

2. Test case

3. Test script

4. Test charter

A. A set of test scripts to be executed in a specific test run

B. A set of instructions for the execution of a test

C. Contains expected results

D. Documentation of test activities in session-based exploratory testing

How can white-box testing be applied during acceptance testing?

to check if all work process flows have been covered

Which of the following statements comparing component testing and system testing is TRUE?

Test cases for component testing are usually derived from component specifications, design specifications, or data models, whereas test cases for system testing are usually derived from requirement specifications or use cases

Which one of the following is TRUE?

the purpose of regression testing is to detect unintended side effects, while the purpose of confirmation testing is to check if the original defect has been fixed

Which one of the following is the BEST definition of an incremental development model?

Defining requirements, designing software and testing are done in phases where in each phase a piece of the system is added

Which of the following should NOT be a trigger for maintenance testing?

decision to test the maintainability of the software

Which of the following options are roles in a formal review?

author, moderator, review leader, reviewer, scribe

Which activities are carried out within the planning of a formal review?

definition and verification of fulfilment of entry criteria for the review

Which of the review types below is the BEST option to choose when the review must follow a formal process based on rules and checklists?

Which of the following statements about static testing are MOST true?

static testing is a cheap way to detect and remove defects

What is checklist-based testing?

An experience-based test technique whereby the experienced tester used a list of items to be noted, checked, or remembered, or a set of rules or criteria against which a product must be verified

Which one of the following options is categorized as a black-box test technique?

A technique based on formal requeriments

The following statement refers to decision coverage:

“When the code contains only a single ‘if’ statement and no loops or CASE statements, and its execution is not nested within the test, any single test case we run will result in 50% decision coverage.”

Which of the following statement is correct?

The statement is true. Any single test case would cause the outcome of the if statement to be either true or false

Which one of the following is the description of statement coverage?

it is a metric, which is the percentage of statements in the source code that have been executed

Which statement about the relationship between statement coverage and decision coverage is true?

100% decision coverage also guarantees 100% statement coverage

For which of the following situations is exploratory testing suitable?

When testers are available who have enough knowledge of similar applications and technologies

An employee’s bonus is to be calculated. It cannot be negative, but it can be calculated down to zero. The bonus is based on the length of employment:

• less than or equal to 2 years

• more than 2 years but less than 5 years

• 5 to 10 years inclusively

• longer than 10 years

What is the minimum number of test cases required to cover all valid equivalence partitions for calculating the bonus?

A speed control and reporting system has the following characteristics:

• If you drive 50 km/h or less, nothing will happen.

• If you drive faster than 50 km/h, but no more than 55 km/h, you will be warned.

• If you drive faster than 55 km/h but not more than 60 km/h, you will be fined.

• If you drive faster than 60 km/h, your driving license will be suspended.

• The speed in km/h is available to the system as an integer value.

Which would be the most likely set of values (km/h) identified by applying the boundary value analysis, where only the values on the boundaries of the equivalence classes are selected?

Which of the following statements BEST describes how tasks are divided between the test manager and the tester?

the test manager plans, coordinates and controls the testing activities, while the tester automates the tests

Which of the following metrics would be MOST useful to monitor during test execution?

percentage of executed test cases

Which of the following can affect and be part of the (initial) test planning?

budget limitations and test objectives

Which of the following lists contains only typical exit criteria from testing?

Realiability measures, test coverage, schedule and status about fixing defect and remaining risks

Which one of the following is NOT included in a test summary report?

Defining pass/fail criteria and objectives of testing

The project develops a "smart" heating thermostat. The control algorithms of the thermostat were modeled as Matlab/Simulink models and run on the internet connected server. The thermostat uses the specifications of the server to trigger the heating valves.

The test manager has defined the following test strategy/approach in the test plan:

1. The acceptance test for the whole system is executed as an experience-based test

2. The control algorithms on the server are tested during implementation using continuous integration

3. The functional test of the thermostat is performed as risk-based testing

4. The security tests of data / communication via the internet are executed together with external security experts

What four common types of test strategies/approaches did the test manager implement in the test plan?

analytical, model-based, consultative and reactive

Which one of the following is the characteristic of a metrics-based approach for test estimation?

budget which was used by a previous similar test project

You are testing a new version of software for a coffee machine. The machine can prepare different types of coffee based on four categories. i.e., coffee size, sugar, milk, and syrup. The criteria are as follows:

• Coffee size (small, medium, large)

• Sugar (none, 1 unit, 2 units, 3 units, 4 units)

• Milk (yes or no)

• Coffee flavor syrup (no syrup, caramel, hazelnut, vanilla)

Now you are writing a defect report with the following information:

• Title: Low coffee temperature.

• Short summary: When you select coffee with milk, the time for preparing coffee is too long and the temperature of the beverage is too low (less than 40 °C).

• Expected result: The temperature of coffee should be standard (about 75 °C).

• Degree of risk: Medium

• Priority: Normal

What valuable information was omitted in the above defect report?

identification of the tested software version

Which one of the following is MOST likely to be a benefit of test execution tools?

it is easy to run regression tests

Which one of the following test tools is mostly suitable for developers rather than testers?

Which one of the following answers describes a test condition?

A testable aspect of a component or system identified as a basis for testing

Which of the following statements is a valid objective for testing?

to validate whether the test object works as expected by the users and other stakeholders

Which of the following statements correctly describes the difference between testing and debugging?

Dynamic testing shows failures caused by defects; debugging eliminates the defects, which are the source of failures

Which one of the statements below describes the most common situation for a failure discovered during testing or in production?

the product crashed when the user selected an option in a dialog box

ting mobile applications and achieves better results in a shorter time than others. Over several months Mr. Test did not modify the existing automated test cases and did not create any new test cases. This leads to fewer and fewer defects being found by executing the tests. What principle of testing did Mr. Test not observe?Which one of the statements below describes the most common situation for a failure discovered during testing or in production?

repeating of same test will not find new defects

In what way can testing be part of Quality Assurance?

testing reduces the risk of poor software quality

Which of the following activities is part of the main activity "test analysis" in the test process?

evaluating the test basis for testability

Which one of the statement below describes the most common situation for a failure discovered during testing or in production?

C. The computation algorithm used the wrong input variables.

Which of these statements accurately describe testing and debugging?

Testing removes faults; debugging identifies the causes of failures.

Which one of the following is the best description of a test condition *?

Which one of the following is the BEST description of a test condition? An aspect of the test basis that is relevant to achieve specific test objectives.

Which of the following options correctly defines failure?

Failure is deviation of the component or system from its expected delivery, service or result.