-
What is Baseline
The point at which some deliverable produced during the software engineering process is put under formal change control.
-
What is Bug
A fault in a program which causes the program to perform in an unintended or unanticipated manner.
-
-
-
-
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.
-
-
-
-
-
-
-
-
-
Project Estimation
Explain What do you mean by Project Estimation?
-
What is Basis Path Testing
A white box test case design technique that uses the algorithmic flow of the program to design tests.
Software Testing Definitions
Ans