marinb
7 years agoContributor
How to start tests using parameters in VisualStudio integration
We use VisualStudio integration to run our suites in VSTS. Is it possible to control the parameters you send with the test so that TestExecute runs using these parameters? So far I only see to have c...
- 7 years ago
I solved it for now by going back to my previous solution: Have the Release create a txt file with the required value (in our case, the Release.EnvironmentName) and have TestComplete read it.
I did see some options to overwrite parameters in the Test Assembly you use in the VSTS task list to start the TestComplete assembly, but failed to get it to work.