Which of the following is an example of black-box dynamic testing?

Which of the following is an example of black-box dynamic testing?A . Functional TestingB . Code inspectionC . Checking memory leaks for a program by executing itD . Coverage analysisView AnswerAnswer: A Explanation: Functional testing is an example of black-box dynamic testing. Black-box testing (also known as specification-based testing) is...

May 19, 2025 No Comments READ MORE +

Which of the following statements describes regression testing?

Which of the following statements describes regression testing? I. Retesting of a fixed defect II. Testing of an already tested program III. Testing of new functionality in a program IV. Regression testing applies only to functional testing V. Tests that do not nave to be repeatable, because They are only...

May 19, 2025 No Comments READ MORE +

Which of the following statements contradicts the general principles of testing?

Which of the following statements contradicts the general principles of testing?A . Most defects are found in a small subset of a system's modules.B . If new defects are to be found we should run the same test set more often.C . Testing is better if it starts at the...

May 18, 2025 No Comments READ MORE +

Which of the following statements is not correct?

Which of the following statements is not correct?A . Looking for defects in a system may require Ignoring system detailsB . Identifying defects may be perceived as criticism against productC . Looking for defects in system requires professional pessimism and curiosityD . Testing is often seen as a destructive activity...

May 18, 2025 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...

May 18, 2025 No Comments READ MORE +

In what way do Configuration Management effects testing?

In what way do Configuration Management effects testing?A . Without proper configuration management, test planning cannot proceed.B . Proper configuration management ensures that testers can uniquely identity the tested itemC . Configuration management is important for developers, not for testersD . There is very little influence of configuration management practices...

May 17, 2025 No Comments READ MORE +

Which of the following is a valid criticism of this report?

An Incident Management tool implements the following defect states; Open, Assigned, Solved, Closed Consider the following defect report: Id T000561 Test Object "Warehouse Management' application Tester name; John Bishop Date: 10th. April 2010 Test Case MRT558I Status OPEN Severity Serious Priority Problem- After inputting the Total Quantity item = 450...

May 17, 2025 No Comments READ MORE +

Which are the MAIN goals of risk management in a software project?

Which are the MAIN goals of risk management in a software project?A . To increase the success probability for the project regardless of costs.B . To increase focus on preventative processes and to increase satisfaction for the testers.C . To control contractual problems and minimize the impacts of company policies.D...

May 16, 2025 No Comments READ MORE +

Which of the following tools is most likely to detect defects in functions or methods in source code?

Which of the following tools is most likely to detect defects in functions or methods in source code?A . configuration management toolB . unit test framework toolC . test design toolD . monitoring toolView AnswerAnswer: B Explanation: A unit test framework tool is a tool that supports the creation, execution,...

May 15, 2025 No Comments READ MORE +

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

May 15, 2025 No Comments READ MORE +