Hi,
I am new to web testing, and I would like to know how to make my codes written for Chrome to also work with I.E11 or vice versa. Can anyone shed some lights?
Thanks.
Solved! Go to Solution.
Hi,
In addition to Robert's reply, https://support.smartbear.com/testcomplete/docs/app-testing/web/general/cross-browser/index.html help section might help.
Generally speaking, so long as you don't use browser specific properties and such, there shouldn't be a difference in the tests. If you do end up needing to do so, you should put conditional code in to check "If browser is Chrome then bar, else foo"
Hi,
In addition to Robert's reply, https://support.smartbear.com/testcomplete/docs/app-testing/web/general/cross-browser/index.html help section might help.
Thanks, Alex. I found a solution via the link you sent me in "Parameterizing the Browsers ..."
Subject | Author | Latest Post |
---|---|---|