-
-
-
-
-
-
-
-
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.
-
What is Quality Audit
A systematic and independent examination to determine whether quality activities and related results comply with planned arrangements and whether these arrangements are implemented effectively and are suitable to achieve objectives.
-
-
-
-
-
Software Testing Definitions
Ans