Forum Discussion

VNA's avatar
VNA
Occasional Contributor
7 years ago

unable to run iexplore

Hi,

  I am getting "unable to find the specific file" when executing the code to open the browser using "Run TestedApp".

Same code is working in Test Complete but the problem is with Test Execute.

Please suggest me solution.

1 Reply

  • shankar_r's avatar
    shankar_r
    Community Hero

    Are you running TestComplete and TestExecute in the same where it is getting failed with TestExecute?

     

    And why you are using TestedApp to trigger the browser? you can use Browsers.Item("iexplore").Run()

     

    Share some logs or code that is causing the failures.