Creates a script template for the specified test based on a template test.
Visual Basic |
---|
Public Function CreateScriptTemplateEx( _ ByVal TestKey As Long, _ ByVal lTemplateID As Long, _ ByRef LocalPath As String _ ) As Long |
As input, pass the path on the local host in which to place the script. The path does not have to exist.
If the script is created and successfully loaded by the TestType object, and the database has been updated, the output value is an empty string.
If the upload and database update is performed by ALM rather than by the TestType object, the output value is the path in which the script was created and from which it is downloaded. This is not necessarily the same path as the input.