Forum Discussion

Joothi's avatar
Joothi
Occasional Visitor
27 days ago

Running ReadyAPI Suite via Command Line / C# took ~ 30 sec to initiate

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} ";

 

No RepliesBe the first to reply