Test structure

Ask general questions here.
smigup
Posts: 13
Joined: Mon Nov 30, 2009 9:49 am

Test structure

Post by smigup » Wed May 12, 2010 10:14 am

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Test structure

Post by Support Team » Wed May 12, 2010 3:13 pm

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

smigup
Posts: 13
Joined: Mon Nov 30, 2009 9:49 am

Re: Test structure

Post by smigup » Thu May 13, 2010 9:56 am

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

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Test structure

Post by Support Team » Fri May 14, 2010 8:08 am

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