Testing Your Support for Retrieving Property Values

After implementing the methods required for OpenText Functional Testing to retrieve test object identification property run-time values, you can test this functionality of your Testing Agent by using the GetROProperty method in an OpenText Functional Testing GUI test.

To test your support for retrieving property values:

  1. Do the following, as described in Testing Your Support for Running Tests:

    1. Ensure that the Testing Agent and OpenText Functional Testing are closed and upgrade the Testing Agent.

    2. Open OpenText Functional Testing and run the Testing Agent.

    3. Create an OpenText Functional Testing test with objects from your environment.

  2. Add steps to the test to call GetROProperty on an object from your environment and to display the retrieved identification property value in a message box.

    For more information on the GetROProperty method, see the OpenText Functional Testing Help Center and the Object Model Reference.

  3. Run the test you created and ensure that the correct identification property value is displayed in the message box.