Alpha testing is done at________________? A. Developer’s end B. User’s end C. Developer’s & User’s end D. None of the mentioned Explanation: Alpha testing takes place at the developer’s end. Developers observe the users and note problems. Alpha testing is…

What are the various Testing Levels ? A. Unit Testing B. System Testing C. Integration TestingD. All of the mentioned Explanation: Unit, system, integration testing all of them are levels in testing.

Maintenance testing is performed using which methodology ? A. Retesting B. Sanity testingC. Breadth test and depth test D. Confirmation testing Explanation: Maintenance Testing is done on the already deployed software. The deployed software needs to be enhanced, changed or…

The testing in which code is checked___________________? A. Black box testingB. White box testing C. Red box testing D. Green box testing Explanation: White-box testing is a method of testing software that tests internal structures or workings of an application,…

Boundary value analysis belong to ? A. White Box TestingB. Black Box Testing C. White Box & Black Box Testing D. None of the mentioned Explanation: Boundary value analysis is based on testing at the boundaries between partitions and checks…

Which of the following is/are White box technique ? A. Statement Testing B. Decision Testing C. Condition CoverageD. All of the mentioned Explanation: Statement testing, decision testing, condition coverage all of them uses white box technique.

White Box techniques are also classified as_________________? A. Design based testingB. Structural testing C. Error guessing technique D. None of the mentioned Explanation: The structural testing is the testing of the structure of the system or component. Structural testing is…

What is Cyclomatic complexity ? A. Black box testingB. White box testing C. Yellow box testing D. Green box testing Explanation: Cyclomatic complexity measures the amount of decision logic in the program module.Cyclomatic complexity gives the minimum number of paths…

Exhaustive testing is___________________? A. always possible B. practically possibleC. impractical but possible D. impractical and impossible Explanation: Exhaustive testing is the testing where we execute single test case for multiple test data.It means if we are using single test case…