rnachampasak
11 years agoNew Contributor
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 with TestExecute
Thanks in advance.
Rith
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 with TestExecute
Thanks in advance.
Rith
- 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.