Owner: testing tools URL:http://allinformationabouttestingtools.blogspot.com/ Join Date: Sat, 19 Jul 2008 03:29:08 -0500 Rating:0 Site Description: Testing involves operation of a system or application under controlled conditions and evaluating the results (e.g., 'if the user is in interface A of the application while using hardware B, and does C, then D should happen'). The controlled cond Site statistics:Click here
Decision 2008-07-19 02:00:46 A program point at which the control flow has two or more alternative routes.
Data Use 2008-07-19 02:00:02 An executable statement where the value of a variable is accessed.
Data Flow Testing 2008-07-19 01:56:42 Testing in which test cases are designed based on variable usage within the code. Read more:Testing
Data Flow Coverage 2008-07-19 01:56:03 Test coverage measure based on variable usage within the code. Examples are data definition-use coverage, data definition P-use coverage, data definition C-use coverage, etc. Read more:Coverage
Data Definition-use Testing 2008-07-19 01:55:38 A test case design technique for a component in which test cases are designed to execute data definition-use pairs. Read more:Definition
, Testing
Data Definition-use Pair 2008-07-19 01:55:17 A data definition and data use , where the data use uses the value defined in the data definition. Read more:Definition
Data Definition P-use Pair 2008-07-19 01:53:54 A data definition and predicate data use, where the data use uses the value defined in the data definition. Read more:Definition
Data Definition C-use Pair 2008-07-19 01:52:44 A data definition and computation data use, where the data use uses the value defined in the data definition. Read more:Definition
Data Definition 2008-07-19 01:51:35 An executable statement where a variable is assigned a value. Read more:Definition
Data Coupling 2008-07-18 01:24:12 Data coupling is where one piece of code interacts with another by modifying a data object that the other code reads. Data coupling is normal in computer operations, where data is repeatedly modified until the desired result is obtained. However, unintentional data coupling is bad. It causes many hard to find bugs, and it causes all "side effect" bugs caused by changing existing systems. It's the
Coverage Item 2008-07-18 01:23:23 An entity or property used as a basis for testing. Read more:Coverage
Coverage 2008-07-18 01:22:55 The degree, expressed as a percentage, to which a specified coverage item has been exercised by a test case suite.A measure applied to a set of tests. The most important are called Code Coverage
and Path Coverage. There are a number of intermediate types of coverage defined, moving up the ladder from Code Coverage (weak) to Path Coverage (strong, but hard to get). These definitions are called thin
Conversion Testing 2008-07-18 01:21:49 Testing of programs or procedures used to convert data from existing systems for use in replacement systems. Read more:Conversion
, Testing
Control Flow Path 2008-07-18 01:21:08 A sequence of executable statements of a component, from an entry point to an exit point. Read more:Control
Control Flow Graph 2008-07-18 01:20:29 The diagrammatic representation of the possible alternative control flow paths through a component Read more:Control
, Graph
Control Flow 2008-07-18 01:20:06 An abstract representation of all possible sequences of events in a program's execution. Read more:Control
Continuous Improvement 2008-07-18 01:19:38 The PDSA process of iteration which results in improving a product. Read more:Improvement
Conformance Testing 2008-07-18 01:18:49 The process of testing that an implementation conforms to the specification on which it is based. Read more:Testing
Conformance Criterion 2008-07-18 01:17:34 Some method of judging whether or not the component's action on a particular specified input value conforms to the specification. Read more:Criterion
logical name of the object 2008-08-01 08:19:18 An object’s logical name is determined by its class. In most cases, the logical name is the label that appears on an object.
How you integrated your automated scripts from TestDirector 2008-07-30 00:21:38 a. When you work with WinRunner, you can choose to save your tests directly to your TestDirector database or while creating a test case in the TestDirector we can specify whether the script is automated or manual. And if it is automated script then TestDirector will build a skeleton for the script that can be later modified into one which could be used to test the AUT.
How do you run your test scripts 2008-07-30 00:15:39 a. We run tests in Verify mode to test your application. Each time WinRunner encounters a checkpoint in the test script, it compares the current data of the application being tested to the expected data captured earlier. If any mismatches are found, WinRunner captures them as actual results.