Forum Discussion

rnachampasak's avatar
rnachampasak
New Contributor
10 years ago
Solved

TestComplet to Automate Installation of Application on the VM machine.

Could someone please help or point me to the right direction? I have an EXE and would like to automate the installation, configure it on the test unit which is a VM machine. -VM is installed wit...
  • nnguyen_1's avatar
    10 years ago
    Are you going to use Keyword testing or writing your own test script? I have done the same task by using my own script (VBScript). Basically what I did was simple. In my test script, I specify my builder servers. Then every night, I have Windows task to execute my script so that I can grab the new build and execute it on VMs. All my VMs have my code and TestExecute installed. Windows Task actually calls TestExecute to launch my test project via command. I can tell you more detail if your requirement is alike.