Test Suite Naming Conventions

Bug reports.
costamesakid
Posts: 94
Joined: Tue Jun 16, 2009 10:27 pm

Test Suite Naming Conventions

Post by costamesakid » Tue Jan 17, 2012 8:45 pm

Under my Main Test Suite if I have something like...

Test01
> Begin_Test
> End_Test
Test02
> Begin_Test
> End_Test

Ranorex will not allow 2 Tests named the same. This makes sense in most cases but since these tests have different master test suite folders the identical names should be allowed

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 Suite Naming Conventions

Post by Support Team » Thu Jan 19, 2012 2:18 pm

Hi,

This is by design, because you can execute a specific test case via command line by its name. Therefore it is not able to use the same name for a second test case, because if you execute it via command line then we don't know which test case we should execute.

Regards,
Peter
Ranorex Team