Field: ScriptStatus
Description
ScriptStatus is a field that contains values from a user defined picklist.
Examples
Values available depend on options defined in the Script Status picklist in Enterprise Tester, for example:
| Code Block |
|---|
|
ScriptStatus = Open
|
To find all Script assignments in a project called Test in the execution package called "Regression" with a status of "Critical":
| Code Block |
|---|
|
Project = Test AND Package = Regression AND ScriptStatus = Open
|
Supported Operators
=, IN, !=, NOT IN
Supported Indexes
Entity, Run
Supported Types
- AgileRun
- ScriptRun
- TestScriptAssignment
Supported Features
| Feature | Supported? |
|---|
| Aggregation | Yes (String) |
| Sortable | Yes |
| Sub-selects | No |