Forum Discussion

rrubio's avatar
rrubio
Contributor
13 years ago

how to execute several keywords from command line in TestComplete?

Hi all,



I would like to know if it is possible to execute two or more specific Keywords from TestComplete command line.

If it is, could you explain me how? I am not able to do that.





Thank you very much.



Regards,



Raul

1 Reply

  • As I know you cannot execute specific keywords from TestComplete command line.

    You should create a project with keyword test and run it like this:

    "C:\Program Files\SmartBear\TestComplete 9\Bin\TestComplete.exe" "C:\Work\My Projects\MySuite.pjs" /r /p:MyProj /t:"KeywordTests|Test1"

    where first parameter is the path to project suite, /r - run the test identified by the following parameters /p (project name) and /t (test name).

    See details here: http://support.smartbear.com/viewarticle/33353/