Forum Discussion

radheshyamp's avatar
radheshyamp
Occasional Contributor
16 days ago

How to run execution plan Group by using test execute?

I have created multiple groups base on application modules and i need to run it using TestExecute, Can you please share the command line?

I am using below command line but its not working -

TestExecute.exe "<ProjectPath>" /rungroup:"<GroupName>" /p:<ProjectName>

 

  • To run what's in your "Group1" folder I would use:  /test:Group1

    That works for us.  

    So, in your example that would be:  TestExecute.exe "<ProjectPath>" /p:<ProjectName> /test:Group1