Which of the following is correct?

A test engineer finds a defect while testing. After the developer has fixed the defect, the test engineer decides to re-run a complete section of the tests. Which of the following is correct?A . The lest engineer should not re-run the tests, as they have already been run, and results...

January 28, 2025 No Comments READ MORE +

Which of the following statements is LEAST likely to be describing component testing?

Which of the following statements is LEAST likely to be describing component testing?A . It identifies defects in modules and classes.B . Simulators and stubs may be required.C . It mainly tests interfaces and interaction between components.D . It may be applied using a test-first approach.View AnswerAnswer: C Explanation: Component...

January 26, 2025 No Comments READ MORE +

Which coverage metric will provide the needed information for this analysis?

A program is used to control a manufacturing line (turn machines on and off. start and stop conveyer belts, add raw materials to the flow. etc.). Not all actions are possible at all times. For example, there are certain manufacturing stages that cannot be stopped - unless there is an...

January 25, 2025 No Comments READ MORE +

Which of the following would be the LEAST likely to be used as the basis for a test exit criteria?

Which of the following would be the LEAST likely to be used as the basis for a test exit criteria?A . Test schedulesB . Cost of testing performed so farC . Confidence of testers in tested codeD . Number of unfixed defectsView AnswerAnswer: A Explanation: Test exit criteria are the...

January 23, 2025 No Comments READ MORE +

Which of the following is true about Oracles?

Which of the following is true about Oracles?A . Sometimes old version of a product can be used as an OracleB . Oracles help in reproducing the irreproducible bugsC . Oracles are derived from the designD . Oracles can be generated automatically using data generatorsView AnswerAnswer: A Explanation: An oracle...

September 29, 2024 No Comments READ MORE +

Which of the following is a function of a dynamic analysis tool?

Which of the following is a function of a dynamic analysis tool?A . Provide support for traceability of tests, test results and incidents to source documentsB . Monitor the allocation, use and de-allocation of memory during run-time of a programC . Execute programs step-by-step in order to reproduce failures and...

September 28, 2024 No Comments READ MORE +

Which of the following statements is NOT correct?

Given the following requirement: Requirement ID: 2 8 Requirement Description Additional Entrance Fee Detailed Description An additional fee of S3 is charged during the weekend, but 1) Visitors aged under 7 are not charged. 2) Visitors aged 7 to 13 inclusive get a 20% discount off the additional fee. 3)...

September 28, 2024 No Comments READ MORE +

Which of the following is NOT a deciding factor m determining the extent of testing required?

Which of the following is NOT a deciding factor m determining the extent of testing required?A . Level of risk of the product or featuresB . Budget to do testingC . A particular tester involved in testingD . Time available to do testingView AnswerAnswer: C Explanation: The extent of testing...

September 27, 2024 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...

September 27, 2024 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...

September 27, 2024 No Comments READ MORE +