Convert Method
You must convert object repository files from QuickTest Professional 8.2.1 or earlier to the current format before you can use them in QuickTest Professional 9.0 or later or UFT.
Note: You do not need to use the Load method to load the object repository before converting it.
object.Convert(OldFile, NewFile)
Argument | Description |
object | An expression evaluating to an object of type ObjectRepositoryUtil. |
OldFile | Required. A String value. The full name and path of the object repository you want to convert to the current format. |
NewFile | Required. A String value. The full name and path under which you want to save the converted object repository. The file must be a new file (one that does not already exist). The folder path must be an existing one. |