Convert application models to object repositories
Use the AppModel2ORConverter.exe command line utility to convert OpenText Functional Testing for Developers application models to OpenText Functional Testing object repositories.
The utility is located in <Installdir>\bin.
Note: If you installed OpenText Functional Testing for Developers as a feature of the OpenText Functional Testing installation, then the utility is located in <UFT_One_installdir>\bin.
The usage syntax is as follows:
AppModel2ORConverter ApplicationModelFile ObjectRepositoryFile LogFile LogLevel
ApplicationModelFile | The full path of the application model (*.tsrx) file you want to convert. |
ObjectRepositoryFile |
Provide the full path to the repository that you want to create. It can be:
|
LogFile |
Recommended option. The full path of a log file containing details of the conversion. If the utility is unable to convert a test object or a specific identification property inside a test object description, that information is indicated in the log. Use this information to fix such issues manually in the OpenText Functional Testing object repository. |
LogLevel |
Optional. The minimal severity level to include in the report. Possible values: Info | Warning | Error. For example, if you specify Warning, then Warnings and Errors are written to the report, but general information data is excluded. |
For example:
AppModel2ORConverter.exe C:\OpenText Functional Testing for Developers\Notepad.tsrx C:\OpenText Functional Testing\Notepad_Repository.tsr C:\UFT\AM_Convert.log Warning
After the object repository is generated, you can use it in your OpenText Functional Testing tests.
See also: