-
-
-
-
-
-
-
-
What is Basis Path Testing
A white box test case design technique that uses the algorithmic flow of the program to design tests.
-
What is Recovery Testing
Confirms that the program recovers from expected or unexpected events without loss of data or functionality. Events can include shortage of disk space, unexpected loss of communication, or power out conditions.
-
What is Quality Assurance
All those planned or systematic actions necessary to provide adequate confidence that a product or service is of the type and quality needed and expected by the customer.
-
-
Risk / Contingency / Mitigation Plan
What is meant by Risk / Contingency / Mitigation in test Plan?
-
-
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.
-
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.
-
What is Exhaustive Testing
Testing which covers all combinations of input values and preconditions for an element of the software under test.
-
What is Exploratory testing
Often taken to mean a creative, informal software test that is not based on formal test plans or test cases; testers may be learning the software as they test it.
-
What is Quality Policy
The overall intentions and direction of an organization as regards quality as formally expressed by top management.
-
-
Software Testing Definitions
Ans