Forum Discussion

Kaloyan's avatar
Kaloyan
Occasional Contributor
7 years ago
Solved

run tests on another computer

Hi Guys,
I have the following scenario. I already created about 10 desktop functional UI test cases. So far I execute them on demand on the same machine on which i do record the scripts.

 

Now I have a task to ran this 10 test cases on another machine. On another machine I will have my product  under test installed. 

I am wondering can I somehow execute my test cases against this other machine which have only product under test installed?
What approach will you suggest me to use ?

 

Kind Regards

Kaloyan Chipilev

  • There has to be either TC or TE installed on that other machine.  This is what does the actual test execution.  Without one of those two applications installed on that other machine, there's no way of running the tests over there.

     

    With a copy of TC or TE installed over there, you can then utilize the Network Suite feature to execute the test on the remote box but you do need the install on the remote box.

7 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    In order to run the tests on the other machine, you need either a license of TestComplete or a license of TestExecute in order to execute the tests.  If you have that, then it's a simple matter of running the tests as you would on your own machine.

    • Kaloyan's avatar
      Kaloyan
      Occasional Contributor

      Yes we currently have 2 floating Test Complete licenses. 
      Let me ask two more questions.

       
      Should I install the test complete on the other machine ?


      Is it possible somehow to tell to my project suite to be executed against the other machine without installing the TC there as well ?

      • tristaanogre's avatar
        tristaanogre
        Esteemed Contributor

        There has to be either TC or TE installed on that other machine.  This is what does the actual test execution.  Without one of those two applications installed on that other machine, there's no way of running the tests over there.

         

        With a copy of TC or TE installed over there, you can then utilize the Network Suite feature to execute the test on the remote box but you do need the install on the remote box.