Field: Type
Description
For requirements, scripts, incidents and script assignments type relates to the associated "Type" picklist.
For Automated tests and automated test assignments the Type field searches the type of automated test (which relates to the tool that produces it i.e. QTP, RFT, Selenium etc.)
Examples
Available values depend on the options available in the Type picklist in Enterprise Tester, for example:
Code Block |
---|
|
Type = "Smoke Test"
|
To find all test scripts in project Testing with a type of "UAT":
Code Block |
---|
|
EntityType = Script AND Project = Testing AND Type = UAT
|
Supported Operators
=, IN, !=, NOT IN
Supported Indexes
Entity, Package, Run
Supported Types
- AgileRun
- AutomatedTest
- AutomatedTestAssignment
- AutomatedTestRun
- Incident
- Requirement
- ScriptRun
- TestExecutionPackage
- TestScript
- TestScriptAssignment
Supported Features
Feature | Supported? |
---|
Aggregation | Yes (String) |
Sortable | Yes |
Sub-selects | No |