-
What is gamma testing
Where do you use this type of testing
-
-
PPQA Process
What does PPQA process area exactly do?
-
Release Notes
What is Release Notes?What is Final Candidate?
-
Physical Configuration Audit (PCA) and Functional Configuration Audit (FCA)
Explain Physical Configuration Audit (PCA) and Functional Configuration Audit (FCA)
-
Scripted Testing
What is meant by "Scripted Testing" ?
-
Exhaustive and Non-Exhaustive Testing
What is exhaustive and non-exhaustive testing?
-
Endurance Testing
What to you mean by Endurance Testing? What its also called?
-
What is Capture/Replay Tool
A test tool that records test input as it is sent to the software under test. The input cases stored can then be used to reproduce the test at a later time. Most commonly applied to GUI test tools.
-
What is Cause Effect Graph
A graphical representation of inputs and the associated outputs effects which can be used to design test cases.
-
What is Code Complete
Phase of development where functionality is implemented in entirety; bug fixes are all that are left. All functions found in the Functional Specifications have been implemented.
-
What is Code Coverage
An analysis method that determines which parts of the software have been executed (covered) by the test case suite and which parts have not been executed and therefore may require additional attention.
-
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.
-
-
Software Testing Definitions
Ans