Forum Discussion
3 Replies
- tristaanogreEsteemed ContributorIt 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 withTestedApps.iexplore.Run()
even if you're script is not actually doing anything with internet explorer. - williamleeContributorHi,
Where is the AutoRun option? Can you show me?
thanks