Replacing one module with another within test suite

Ranorex Studio, Spy, Recorder, and Driver.
Deepa_8746
Posts: 4
Joined: Mon Dec 08, 2014 4:41 am

Replacing one module with another within test suite

Post by Deepa_8746 » Mon Dec 08, 2014 11:46 am

How does one replace a module used multiple places in a test suite with another module within a test suite(across multiple test suites would be even better)

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Replacing one module with another within test suite

Post by krstcs » Tue Dec 09, 2014 3:12 pm

One-at-a-time.

There is no "easy" way to do it. You will need to manually go through each spot that the old test module is used and replace it with the new one.

One thing you could do is to put a "Report - ERROR" into the OLD module and then run the test suite locally. This will cause the report to show an error in each instance of the old file so you can find them all. Then replace them with the new one as you find them.
Shortcuts usually aren't...