Forum Discussion

williamlee's avatar
williamlee
Contributor
15 years ago

Automatic call IE explorer when the Script is running

Hi



I faced a problem that when I press play button on the individual script that which didn't involved any webtest, it automatic goto call IE explorer, I don't Know whether this is related to some setting or not.



Please help



thanks

3 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed 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 



    TestedApps.iexplore.Run()




    even if you're script is not actually doing anything with internet explorer.