Signature
Helper | qcHelper |
Signature | getTestType(testCaseTypeName String) |
Description | Returns a test case type object, that includes: id, name, description. |
Introduced in | 5.0.0 |
Example use
When creating a test case on the HP ALM/QC side, Exalate needs to have data for 3 required fields:
- testCase.typeName - Test type
- testCase.parentId - Parent test folder
- testCase.summary - Test name
This example helps to set the type name of the test case during the incoming sync.
testCase.typeName = qcHelper.getTestType("MANUAL").id