-
-
-
-
-
-
-
Project Estimation
Explain What do you mean by Project Estimation?
-
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.
-
-
-
-
-
Basic Block
A sequence of one or more consecutive, executable statements containing no branches.
-
What is Code Walkthrough
A formal testing technique where source code is traced by a group with a small set of test cases, while the state of program variables is manually monitored, to analyze the programmer's logic and assumptions.
-
What is Conversion Testing
Testing of programs or procedures used to convert data from existing systems for use in replacement systems.
-
What is Data Driven Testing
Testing in which the action of a test case is parameterized by externally defined data values, maintained as a file or spreadsheet. A common technique in Automated Testing.
-
What is Endurance Testing
Checks for memory leaks or other problems that may occur with prolonged execution.
-
What is Equivalence Partitioning
A test case design technique for a component in which test cases are designed to execute representatives from equivalence classes.
-
What is Ramp Testing
Continuously raising an input signal until the system breaks down.
Software Testing Definitions
Ans