-
What is Regression Testing
Retesting a previously tested program following modification to ensure that faults have not been introduced or uncovered as a result of the changes made.
-
-
-
-
What is Bottom Up Testing
An approach to integration testing where the lowest level components are tested first, then used to facilitate the testing of higher level components. The process is repeated until the component at the top of the hierarchy is tested.
-
-
-
-
Test Procedure
What is Test Procedure ? How to write Test Procedure ?
-
What is End-to-End testing
Testing a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other hardware, applications, or systems if appropriate.
-
-
PPQA Process
What does PPQA process area exactly do?
-
-
Bench Testing
What is Bench Testing?
-
-
-
-
Defect trucking
What is defect trucking? what are the tools for trucking the bug in real time?
-
-
Statement testing and Branch Decision testing
Describe the following list of white box techniques with examples1. What is Statement testing ?2. What is Branch Decision Testing ?
Software Testing Definitions
Ans