Page 1 of 1

How to run .cs file from command line

Posted: Mon Jul 30, 2018 9:48 pm
by kumprave5
1. I have a TestSuiteRunner.cs file which runs all my 200 test cases . I am not using ranorex provides tree structured Test suite view but creating test suite, test case and modules using programming methods provided by ranorex.
2. Earlier I was clicking on Run button but now i want to create a command line script to run my TestSuiteRunner. cs file. How do i do that?

Re: How to run .cs file from command line

Posted: Tue Jul 31, 2018 8:29 am
by asdf
Hi,
It is not possible to run a *.cs file. However, you can simply execute the *.exe file of your tests located in the \bin\Debug folder of your project. Here you can find more information about executing tests without Ranorex Studio.
Hope that helps.
asdf

Re: How to run .cs file from command line

Posted: Tue Jul 31, 2018 4:59 pm
by kumprave5
Thank you