-
What is Code Inspection
A formal testing technique where the programmer reviews source code with a group who ask questions analyzing the program logic, analyzing the code with respect to a checklist of historically common programming errors, and analyzing its compliance with coding standards.
-
What is Conformance Testing
The process of testing that an implementation conforms to the specification on which it is based. Usually applied to testing conformance to a formal standard.
-
What is Cyclomatic Complexity
A measure of the logical complexity of an algorithm, used in white-box testing.
-
What is Depth Testing
A test that exercises a feature of a product in full detail.
-
What is Release Candidate
A pre-release version, which contains the desired functionality of the final version, but which needs to be tested for bugs.
-
What is Quality Management
That aspect of the overall management function that determines and implements the quality policy.
-
-
-
-
-
-
-
-
-
-
What is meant by descriptive programming
It is a way of writing test script without recording the actions. Object gets created dynamically created during the run time and destroyed at the end of test run.
-
-
-
-
Software Testing Definitions
Ans