Forum Discussion
9 Replies
- tristaanogreEsteemed Contributor
TestComplete interacts with the UI of the Web Browser when executing many test cases. To run the scripts on IE 9, that browser needs to be installed on the machine that is running the scripts and the same for the other browser versions.
I believe there are a number of tools and utilities that can be installed on your test machine to support multiple versions of a browser at a time. Depending on your need, different tools may be necessary.
- sbharath0490New Contributor
Thanks for reply,
So can I use VM ware for installing multiple browsers and need to Install TC also in VM's and get the access through Remote desktop.
Thanks,
Bharath
- tristaanogreEsteemed Contributor
Yup. Although, if you have installation licenses for TestExecute that you can put on the VM's, that would be better than installing the full TestComplete application on those VM's. You can then write your automation tests to run on a different browser based upon the environment if need be.