Page 1 of 1

Test Suite Naming Conventions

Posted: Tue Jan 17, 2012 8:45 pm
by costamesakid
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

Re: Test Suite Naming Conventions

Posted: Thu Jan 19, 2012 2:18 pm
by Support Team
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