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.