qtmj_getStoryHavingTCExeLike
Description | This function returns a list of stories where any of their test case executions match the specified execution filter criteria. | |||
Details |
| |||
Supported Operators |
| |||
Supported Fields Test Execution | Field Name | Field | Type | Description |
| Environment | execution.environment | string | Execution Environment Name. Example: execution.environment = 'Dev' |
| Build | execution.build | string | Execution Build Name. Example: execution.build = 'Beta' |
| Assignee | execution.assignee | string | Execution Assignee Name. Example: execution.assignee = 'John Doe' |
| Planned On | execution.plannedon | date | Execution Planned On Date (Format: 'dd/MMM/yyyy'). Example: execution.plannedon = '01/Jan/2024' |
| Has Defect | execution.hasdefect | boolean | Execution Has Defect or Not. Example: execution.hasdefect = true |
| Execution Result | execution.result | string | Execution Result Name. Example: execution.result = 'Pass' |
| Executed By | execution.executedby | string | Executed By Name. Example: execution.executedby = 'John Doe' |
| Executed On | execution.executedon | date | Executed On Date (Format: 'dd/MMM/yyyy'). Example: execution.executedon = '01/Jan/2024' |
| Custom Field | execution.qcf_id | As per the custom field type | The custom fields will be displayed as per the custom fields configured for the project under QMetry > Configuration > Project Configuration > Custom Fields > Test Execution. |
Examples | Example 1
| |||
Example 2
|