Forum Discussion
tristaanogre
15 years agoEsteemed Contributor
It depends upon what you have in your test script.
If you have your TestedApp defined in TestComplete to have the "AutoRun" option turned on, as soon as you start recording a script, the tested app will start up and show up in your test script, even if you're not doing anything with that tested app. So, what ends up happening is that your test script starts with
even if you're script is not actually doing anything with internet explorer.
If you have your TestedApp defined in TestComplete to have the "AutoRun" option turned on, as soon as you start recording a script, the tested app will start up and show up in your test script, even if you're not doing anything with that tested app. So, what ends up happening is that your test script starts with
TestedApps.iexplore.Run()
even if you're script is not actually doing anything with internet explorer.