Forum Discussion

sohailalam2696's avatar
sohailalam2696
Contributor
7 months ago
Solved

Command line result storage

TestComplete.exe "E:\Projects\abc\abc-web\a-web.pjs" /r /sl /p:Regression /t:"KeywordTests|abc_login" /sl:"E:\Results\new-log.txt" I wrote this, opens TS, runs the Keyword tests abc_login but does n...
  • Marsha_R's avatar
    7 months ago

    You have the /sl argument in there twice.  Try removing the one after /r and see if that works.