Forum Discussion
tristaanogre
7 years agoEsteemed Contributor
My suggestion:
Instead of making the installation part of your TestExecute test project, run the installation seperately using PowerShell and then invoke your TestExecute test project. Unless you are actually TESTING the installation, it's not necessary to run it as part of TestExecute.
zsloan112
7 years agoNew Contributor
I am testing the installation of all the MSI's becasue part of my build steps are copying all the correct MSI's to a cloned VM, install it all (where my issue is now), then continue on with the testing of my application. I need this all to be automated so that is why I have it as part of my test steps.