Forum Discussion
No RepliesBe the first to reply
Hi,
I'm currently executing the Ready API suite using C# by triggering testrunner.bat. The execution works as expected; however, it takes approximately 30 seconds to initiate the run.
Is there any way to optimize or speed up this startup time? I’d appreciate any suggestions.
Below is the command I’m using:
string soapCommandLine = $"-s {suiteName} " + $" -c {caseName} {readyAPIprojectPath} ";