Alpha testing is done at________________?
(A) Developer’s end
(B) User’s end
(C) Developer’s & User’s end
(D) None of the mentioned
What are the various Testing Levels ?
(A) Unit Testing
(B) System Testing
(C) Integration Testing
(D) All of the mentioned
Maintenance testing is performed using which methodology ?
(A) Retesting
(B) Sanity testing
(C) Breadth test and depth test
(D) Confirmation testing
The testing in which code is checked___________________?
(A) Black box testing
(B) White box testing
(C) Red box testing
(D) Green box testing
Boundary value analysis belong to ?
(A) White Box Testing
(B) Black Box Testing
(C) White Box & Black Box Testing
(D) None of the mentioned
Which of the following is/are White box technique ?
(A) Statement Testing
(B) Decision Testing
(C) Condition Coverage
(D) All of the mentioned
White Box techniques are also classified as_________________?
(A) Design based testing
(B) Structural testing
(C) Error guessing technique
(D) None of the mentioned
Which of the following is not regression test case ?
(A) A representative sample of tests that will exercise all software functions
(B) Additional tests that focus on software functions that are likely to be affected by the change
(C) Tests that focus on the software components that have been changed
(D) Low-level components are combined into clusters that perform a specific software sub-function
In which testing level the focus is on customer usage ?
(A) Alpha Testing
(B) Beta Testing
(C) Validation Testing
(D) Both Alpha and Beta
By collecting __________________ during software testing, it is possible to develop meaningful guidelines to halt the testing process?
(A) Failure intensity
(B) Testing time
(C) Metrics
(D) All of the mentioned