Page 1 of 1

Copying Test Suites

Posted: Tue May 08, 2012 8:11 pm
by tallahassee101
Hi,

I have a very large test suite that I am trying to split into multiple suites. I copied the rxtst file and put the copies into two separate projects. Now everytime I do a rebuild all the variables become unbound. I believe this probably has something to do with the ids not being regenerated, or maybe when they get reassigned they lose the bindings? Some help or a better explanation on how to do this would be helpful.

I have about 150 tests in a single test suite with over 800 bindings. I want to split them into 2 test suites each with about 75 tests.

Thanks

Re: Copying Test Suites

Posted: Thu May 10, 2012 11:50 am
by Support Team
Hi,

How did you copy the test suite file?
Did you get any error messages or warnings?
I would suggest organizing your project as described at the following blog.
Sometimes it is faster to create a new structure than to manipulate the existing one.

Regards,
Markus
Ranorex Support Team

Re: Copying Test Suites

Posted: Thu May 10, 2012 3:21 pm
by tallahassee101
Markus,

Thanks, after a lot more work and trial and error I came to the same conclusion. That it's easier to create a new suite and copy/move tests from the old larger one.

Thanks,
-Nick