Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact


Decision
2008-07-19 02:00:46
A program point at which the control flow has two or more alternative routes.


Debugging
2008-07-19 02:00:28
The process of finding and removing the causes of failures in software.


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: Testing , Definition

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-use Coverage
2008-07-19 01:54:33
The percentage of data definition-use pairs in a component that are exercised by a test case suite.
Read more: Coverage , 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 P-use Coverage
2008-07-19 01:53:23
The percentage of data definition P-use pairs in a component that are exercised by a test case suite
Read more: Coverage , 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 C-use Coverage
2008-07-19 01:52:08
The percentage of data definition C-use pairs in a component that are exercised by a test case suite
Read more: Coverage , 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


Customer Satisfaction
2008-07-18 01:23:44
Meeting or exceeding a customer's expectations for a product or service.
Read more: Customer , Satisfaction

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


Correctness
2008-07-18 01:22:20
The degree to which software conforms to its specification


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: Testing , Conversion

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.


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.


What is the use of Test Director software
2008-07-30 00:20:43
a. TestDirector is Mercury Interactive’s software test management tool. It helps quality assurance personnel plan and organize the testing process. With TestDirector you can create a database of manual and automated tests, build test cycles, run tests, and report and track defects. You can also create reports and graphs to help review the progress of planning tests, running tests, and tracking d


How do you analyze results and report the defects
2008-07-30 00:16:57
Following each test run, WinRunner displays the results in a report . The report details all the major events that occurred during the run, such as checkpoints, error messages, system messages, or user messages. If mismatches are detected at checkpoints during the test run, you can view the expected results and the actual results from the Test Results window. If a test run fails due to a defect in


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.


Page 1 of 2 « < 1 2 > »
eXTReMe Tracker