Forum Discussion

egiacomi's avatar
egiacomi
Contributor
5 years ago
Solved

Lauch Group of Keyword Tests from CMD

Hi,

I want to launch a group of keyword Test like this : 

 

 

I want to run all the test in a single call , without a cycle that iterates all the tests contained in a group .

 

Do you know any solution to solve this problem?

 

Best Regards

 

Emanuele

10 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    Are you trying to launch every test at the same time?  What is it you are trying to accomplish with this?  We need more details to be able to give you a good answer without guessing.

    • egiacomi's avatar
      egiacomi
      Contributor

      I want to execute all the tests contained in a folder , to do this i want to use only one cmd call :

      example :  C.\TestComplete.exe ...... FolderName 

       

      I Don't want to use a solution like this :

      Foreach(test in folder)

      {

             C:\TestComplete.exe .... KeywordTest|FolderName |test1

      }

       

       

      It is possible?

       

      Emanuele

      • Marsha_R's avatar
        Marsha_R
        Champion Level 3

        Do you want all the tests to start at the same time or are you just avoiding a loop for some reason?  Tell us what the point is of doing it with one folder?