Hi,
We recently bought Ranorex License and started to automate our manual test cases.
First, developed Smoke test:
Solution 1 --> Project 1-->Recorded module 1, Recorded module 2, etc
Second, developed Regression Test
Solution 2 --> Project 1 ---->New Recorded module 1 + Old Recorded module( reference from solution 1 with copy of Repository items).
Is it a good practice to create two separate Solutions were AUT is same?
Currently i am expanding the Regression Test. I am not sure which way of doing will be more efficient and less effort in maintaining.
Please advise!!!
Solution/Project framework
Re: Solution/Project framework
Hi,
Generally, I would suggest creating one solution for one AUT.
You can structure your test by creating test cases and smart folders which contain different recordings.
However, the way you structure your test will always depend on your specific application.
Ranorex provides some sample projects which can be opened from the Ranorex Studio start page.
You could first take a look at how they structure their tests. This might be helpful
regards, qwertzu
Generally, I would suggest creating one solution for one AUT.
You can structure your test by creating test cases and smart folders which contain different recordings.
However, the way you structure your test will always depend on your specific application.
Ranorex provides some sample projects which can be opened from the Ranorex Studio start page.
You could first take a look at how they structure their tests. This might be helpful

regards, qwertzu
Re: Solution/Project framework
Thanks for the reply.