How to execute nested test case

Ask general questions here.
Tilak
Posts: 3
Joined: Mon Feb 24, 2014 9:18 pm

How to execute nested test case

Post by Tilak » Mon Feb 24, 2014 9:23 pm

I want to execute a nested test case. The test case structure is as
Alltests
-> TC1
-> NestedTC11
-> NestedTC12
-> TC2
-> NestedTC21
-> NestedTC22

I want to run only NestedTC11. In the test suite file TC1 is selected.

I have tried folloiwng
abc.exe /tc:NestedTC11
It is executing all TC1. I have tried deselecting TC1, and some other combinations similar to it. But somehow I am not able to start only nested TC11.

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

Re: How to execute nested test case

Post by Support Team » Wed Feb 26, 2014 1:16 pm

Hello Tilak,

Unfortunately I’m not able to reproduce your issue. Please make sure that the spelling of the “nested TestCase” is correct. I may ask you to upload the console output of your test run?

Regards,
Robert