Forum Discussion

Muralidhar's avatar
Muralidhar
Occasional Contributor
5 years ago
Solved

Open file Security - Warning Popup

Hi, 

How can we handle these "Open file Security - Warning" popups in Testcomplete14.

How can I click on the Run button?

While accessing the desktop application I am getting this popup.

I can able to map those buttons 'Run' and 'Cancel' but during the Test Execution the script is failing.

 

 

 

 

11 Replies

  • I believe this is something also controlled by UAC.  For your test automation machine, you could turn down or off UAC so that such prompts won't come up.

  • Does this pop-up occur if you do these steps manually?  Is it something that you expect to happen? 

     

    It's hard to tell from the screenshot but it looks like the Run button may be disabled.

    • Muralidhar's avatar
      Muralidhar
      Occasional Contributor

      Yes, If I open the application manually I will get that popup

      Actually we are using that application in the Client RDP machine and that is how the application has to be.

      And Run is not disabled.

      • BenoitB's avatar
        BenoitB
        Community Hero

        A quick fix ..

         

        Send key alt R  or send key TAB + Enter will do the job

         

        Alt + R = shortcut for Run normally

        or

        Tab put focus on Run button (because by default it's focused on Cancel button) and then Enter to validate Run button.

         

         

  • Hi,

     

    during the Test Execution the script is failing.

    Any more details as for what and how exactly is failing?