SuiteCreateModel interface

Suite create model

Properties

name

Name of test suite.

queryString

For query based suites, query string that defines the suite.

requirementIds

For requirements test suites, the IDs of the requirements.

suiteType

Type of test suite to create. It can have value from DynamicTestSuite, StaticTestSuite and RequirementTestSuite.

Property Details

name

Name of test suite.

name: string

Property Value

string

queryString

For query based suites, query string that defines the suite.

queryString: string

Property Value

string

requirementIds

For requirements test suites, the IDs of the requirements.

requirementIds: number[]

Property Value

number[]

suiteType

Type of test suite to create. It can have value from DynamicTestSuite, StaticTestSuite and RequirementTestSuite.

suiteType: string

Property Value

string