How to share object repository between test cases?

Hi, is there a way to share an object repo with different test cases after i have capture and store, i would like to reuse it by scripting instead of record and replay again?

The object repo is for storage of Test Objects which may (or may not) be found on any page you write tests for.

Just write your tests and re-use the Test Objects.

1 Like

@wayne.yong

Just to elaborate, you can add test steps in the manual interface of a Test Case, and then designate existing Test Objects as the targets of these test steps.

1 Like