Forum Discussion

ehaartmans's avatar
ehaartmans
Occasional Contributor
13 years ago

How to add multiple testitems to a project

When we make tests in TC we mainly use keyword tests.

Each keyword test contains 1 test situation.

To perform more keyword tests we add the keywordtests to the testitems of the project.



It is not possible in TC to add more than 1 keywordtest at the same time to the testitems.

Because we have a lot of keywordtests, adding them to the testitems is a lot of work. Is it possible to simplify this?

1 Reply

  • Hi Erik,

    You can create one keyword test which will run the needed tests and specify it in the Test Items panel.
    Another approach may help you if you are running your test from the command line - you can execute all keyword tests by specifying the following command:
    "C:\Program Files\SmartBear\TestComplete 9\Bin\TestComplete.exe" "C:\Work\My Projects\MySuite.pjs" /r /p:MyTest /pi:KeywordTests

    Guys, any other thoughts?