Class TTestPlanTestRun

Unit

Declaration

type TTestPlanTestRun = class(TBackboneElement)

Description

A plan for executing testing on an artifact or specifications.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property narrative : string read Getnarrative write Setnarrative;
Public property narrativeElement : Tmarkdown read GetnarrativeElement write SetnarrativeElement;
Public property script : TTestPlanScript read Getscript write Setscript;

Description

Methods

Public constructor Create; override;
 

Properties

Public property narrative : string read Getnarrative write Setnarrative;

The narrative description of the tests.

Public property narrativeElement : Tmarkdown read GetnarrativeElement write SetnarrativeElement;
 
Public property script : TTestPlanScript read Getscript write Setscript;

The test cases in a structured language e.g. gherkin, Postman, or FHIR TestScript.


Generated by PasDoc 0.15.0.