Which of the following statements about re-testing and regression testing are TRUE?

Which of the following statements about re-testing and regression testing are TRUE? I. Re-testing should be performed after a defect is fixed. II. Regression testing should always be performed after a defect is fixed. III. Re-testing and regression testing may be performed at any test level. IV. Regression testing may...

April 17, 2025 No Comments READ MORE +

Which sequence of state transition stated in the answer choices is correct in accordance with the following figure depicting me life-cycle of a defect?

Which sequence of state transition stated in the answer choices is correct in accordance with the following figure depicting me life-cycle of a defect? A . S0->S1->S2->S3->S4B . S0->S1->S2->S3->S5^>S1C . S0->S1->S2->S3->S5->S1->S2->S3D . S0->S1->S2->S3->S5->S3->S4View AnswerAnswer: C Explanation: The figure depicts the life-cycle of a defect using state transition testing. State transition...

April 16, 2025 No Comments READ MORE +

Which testing principal suggests a change to the current test strategy for the next test cycle?

A team's test strategy was to invest equal effort in testing each of a system's modules. After running one test cycle, it turned out that most of the critical bugs were detected in one of the system's modules. Which testing principal suggests a change to the current test strategy for...

April 16, 2025 No Comments READ MORE +

Which of the following is a correct reason to apply test automation?

Which of the following is a correct reason to apply test automation?A . When a new test automation tool is launchedB . When there are a lot of repetitive testing tasksC . When it is easy to automateD . When it is cheap to buy test automation toolsView AnswerAnswer: B...

April 15, 2025 No Comments READ MORE +

In which of the following cases you would NOT execute maintenance testing?

In which of the following cases you would NOT execute maintenance testing?A . Retirement of the software or systemB . Modifications to a released software or systemC . Migration of the system data to a replacement systemD . Update to the Maintainability requirements during the development phaseView AnswerAnswer: D Explanation:...

April 15, 2025 No Comments READ MORE +

Which of the following statements is then guaranteed to be true?

A program got 100% decision coverage in a test. Which of the following statements is then guaranteed to be true?A . Every executable statement Is covered.B . Every output equivalence class has been tested.C . Every input equivalence class has been tested.D . The "dead" code has not been covered.View...

April 14, 2025 No Comments READ MORE +

What type of testing measures its effectiveness by tracking which lines of code were executed by the tests?

What type of testing measures its effectiveness by tracking which lines of code were executed by the tests?A . Acceptance testingB . Structural testingC . Integration testingD . Exploratory testingView AnswerAnswer: B Explanation: Structural testing is a type of testing that measures its effectiveness by tracking which lines of code...

April 13, 2025 No Comments READ MORE +

Which of the following is NOT a valid object of this pilot project?

A company runs a pilot project for evaluation of a test automation tool. Which of the following is NOT a valid object of this pilot project?A . Get familiar with the functionality and options of the toolB . Check haw the tool fits to the existing test processesC . Train...

April 12, 2025 No Comments READ MORE +

Which of the following alternatives includes correct test values for x. based on equivalence partitioning?

The following 4 equivalence classes are given: Which of the following alternatives includes correct test values for x. based on equivalence partitioning?A . -100; 100:1000; 1001B . -500; 0; 100; 1000C . -99; 99:101; 1001D . -1000; -100; 100; 1000View AnswerAnswer: D Explanation: The question is about selecting the correct...

April 12, 2025 No Comments READ MORE +

A calculator software is used to calculate the result for 5+6.

A calculator software is used to calculate the result for 5+6. The user noticed that the result given is 6. This is an example of;A . MistakeB . FaultC . ErrorD . FailureView AnswerAnswer: D Explanation: According to the ISTQB Glossary of Testing Terms, Version 4.0, 2018, page 18, a...

April 11, 2025 No Comments READ MORE +