Forum Discussion
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
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.
- sbharath04909 years agoNew Contributor
Hi
Please let me know,
- Does Test Complete have multiple browser support of Non Locally install browsers? Meaning does Test complete have built in Plugins for each of these browsers and OS’s. Examples Windows 7 and IE 11, IOS 9 and Safari, Windows 8 and Chrome, Windows 10 and Firefox
- If Question 1 is no. Could test complete integrate with tools like http://Browserstack.com,
Thanks,
Bharath
- Colin_McCrae9 years agoCommunity Hero
1. No. As previously stated.
2. No. Browserstack is proprietary. TestComplete relies on browser plugins.
You *might* be able to fudge something together with Selenium WebDriver, as TestComplete now supports this. And BrowserStack mentions some sort of Selenium integration. But it feels like it would be a horrible, fragile, multi-layered solution ....
- sha9 years agoContributor
One way of handling multiple versions of IE is to use the built-in emulator in IE.
I have a small function that ensures that if IE is called repeatedly in a browser loop, it goes through IE10, IE9, IE8 in the emulator. I control the emulator through the UI as I would manually (F12, Ctrl-8, click menus, drag size etc).
I am aware that some people will not like this, as it relies on emulation and does stuff in the UI that should be handled at lower levels, but I have relatively good experience with it: it has caught a lot of bugs, which were real bugs, and has not let any through. It is not 100% robust though.