要求されたページは選択されたバージョンでは利用できない。
OpenInterface
integer OpenInterface (string name, string filename)
Description
Open an existing interface to add new definitions.
Parameters
name
Name for the new interface.
filename
Name of a file associated with the interface, the default file to save the interface.
Return Value
Return 1 if the call is successful; otherwise, 0.If unsuccessful, the diagnostic functions can be used to get more details.
Notes
- This function is analogous to the built-in action “open interface”. The use of this function is not recommended when TestArchitect is used to control the automation.