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...
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...
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)...
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...
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...
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...
If not ST certified with 5-10 years of testing experience - allow limited access.
If not ST certified with 5-10 years of testing experience - allow limited access. What would be the results for: A - ST certified. 12 years of testing experience B - Not ST certified. 7 years of testing experience C - Not ST certified. 3 years of testing experienceA ....
Which of the following statements about decision tables are TRUE?
Which of the following statements about decision tables are TRUE? I) Generally, decision tables are generated for low risk test items. II) Test cases derived from decision tables can be used for component tests. III) Several test cases can be selected for each column of the decision table. IV) The...
Which of the following can be considered a VALID exit criterion?
Which of the following can be considered a VALID exit criterion? I Estimates of defect density or reliability measures. II, The completion and publication of an exhaustive Test Report. III, Accuracy measures, such as code, functionality or risk coverage. IV Residual risks such as lack of code coverage in certain...
Which of the following is correct with regards to debugging?
Which of the following is correct with regards to debugging?A . Debugging identifies the cause of a failureB . Debugging is often performed by test engineersC . Debugging is considered part of the testing activitiesD . Debugging is intended to find as many defects as possible in the codeView AnswerAnswer:...