Which of the following is not a part of Software Configuration Management Basics ?
A. Identification
B. Version
C. Auditing and Reviewing
D. Status Accounting
A. Identification
B. Version
C. Auditing and Reviewing
D. Status Accounting
A. Test File Generator
B. Coverage Analyzer
C. Output Comparator
D. Test Harness System
A. By reviews
B. By inspections
C. By testing of code
D. All of the mentioned
Explanation: Testing verifies the agreed-to description.
A. White Box Testing
B. 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 the output with expected output.
A. always possible
B. practically possible
C. 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 for different product or module under manual testing.
testing .
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 testing of an application when development is about to complete. Minor design changes can still be made as a result of alpha testing.
A. Integration testing
B. Unit testing
C. Completion of Testing
D. Regression Testing
Explanation: After source level code has been developed, reviewed, and verified for correspondence to component level design, unit test case design begins.