Forum Discussion

sohailalam2696's avatar
sohailalam2696
Occasional Contributor
6 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 not store results in E drive. I looked at the Command line documentation and could not figure it out. I know it`s something small thing that I am missing in the code above.

Help is highly appreciated.

Thanks

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

1 Reply

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

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