Solved
Forum Discussion
5 Replies
- JDR2500Frequent Contributor
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
- radheshyampOccasional Contributor
Perfect Answer. Thank You!!!!
- MW_DidataRegular Contributor
I'm not sure but I don't think /rungroup is a command. you can try using tags:
https://support.smartbear.com/testcomplete/docs/scripting/tags.html
- radheshyampOccasional Contributor
Thank you the response.
I tried that but it's not working.