Class TTestPlanTestCase

Unit

Declaration

type TTestPlanTestCase = class(TBackboneElement)

Description

A plan for executing testing on an artifact or specifications.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property sequence : integer read Getsequence write Setsequence;
Public property sequenceElement : Tinteger read GetsequenceElement write SetsequenceElement;
Public property scope : TReferenceArray read GetscopeArray;
Public property dependency : TTestPlanDependency1Array read GetdependencyArray;
Public property testRun : TTestPlanTestRunArray read GettestRunArray;
Public property testData : TTestPlanTestDataArray read GettestDataArray;
Public property assertion : TTestPlanAssertionArray read GetassertionArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property sequence : integer read Getsequence write Setsequence;

Sequence of test case - an ordinal number that indicates the order for the present test case in the test plan.

Public property sequenceElement : Tinteger read GetsequenceElement write SetsequenceElement;
 
Public property scope : TReferenceArray read GetscopeArray;

The scope or artifact covered by the case, when the individual test case is associated with a testable artifact.

Public property dependency : TTestPlanDependency1Array read GetdependencyArray;

The required criteria to execute the test case - e.g. preconditions, previous tests.

Public property testRun : TTestPlanTestRunArray read GettestRunArray;

The actual test to be executed.

Public property testData : TTestPlanTestDataArray read GettestDataArray;

The test data used in the test case.

Public property assertion : TTestPlanAssertionArray read GetassertionArray;

The test assertions - the expectations of test results from the execution of the test case.


Generated by PasDoc 0.15.0.