Save Method
Description
Syntax
Visual Basic |
---|
Public Sub Save() |
Remarks
Use this method to save existing tests and components. To save an untitled test, use the Test.SaveAs method.
If OpenText Functional Testing is Visible, and the open test is untitled, the Save <Document> or Save <Document> As dialog box opens in OpenText Functional Testing and prompts you to specify a file name.
If OpenText Functional Testing is in minimized mode (Visible=False) and the test is untitled, then the Test.Save statement fails and returns error code: 1013 qtErrSaveFail.
Example
Save a Test While Working with ALM | Save a Test | Save a Test with Associated Library Files | Convert a Set of Tests from an Older Version to the Current Version
See Also