Page 1 of 1

Test structure

Posted: Wed May 12, 2010 10:14 am
by smigup
Hi,

Trying to figure out how to structure my test packs .. need help!

I have 1 AUT for which I need to automate my test packs. Few qns around structure the whole stuff.
1) So for a AUT, I have 1 solution .. right?
2) Do I create 1 / multiple projects ? What do I base my decision on ? ( modules?)
3) Currently, Inside the project.. I have these all as direct childern-
- references ( ranorex files)
- Reports
- for each "test case", a rxrec file and "test code" inside *.UserCode.cs( I am using c#).
- Program.cs
- all csv's
4) I have a csv fiel for list of test case. In my Program.cs file, I am looping through these test cases.

Is the above structure appropriate?

Regards,
Smita

Re: Test structure

Posted: Wed May 12, 2010 3:13 pm
by Support Team
Hi!

In our tutorial on our web page there is a short description about "How to organize a test automation project with Ranorex Studio"
http://www.ranorex.com/Documentation/Ra ... torial.pdf (starts on Page 41)

IMHO, it depends on how big the software project is, but the more modular a project is built, the easier it is to manage and maintain. So it's useful to create common (shared) classes which are needed in more than one test case.

BTW, we are creating an example "How to organize a test automation project with Ranorex Studio" which will be published near future.

Regards,
Peter
Ranorex Support Team

Re: Test structure

Posted: Thu May 13, 2010 9:56 am
by smigup
Thanks.

Unable to download pdf .. times out. Any alternate way ? ( does'nt open directly as well)

Yes, working with utility and shared classes.

thansk
Smita

Re: Test structure

Posted: Fri May 14, 2010 8:08 am
by Support Team
smigup wrote:Unable to download pdf .. times out. Any alternate way ? ( does'nt open directly as well)
Just tried to download the tutorial and had no problem. Please, try again using the following link:
http://www.ranorex.com/Documentation/Ra ... torial.pdf

Regards,
Alex
Ranorex Team