Forum Discussion

shankar_r's avatar
shankar_r
Community Hero
8 years ago

Test Complete HangsUp on clicking stop button

Hello there,

 

I am executing a function, during execution if i click Stop its just hanging up. Its not stopping

Function having only two Keys and one Click method.

 

Every time i have to kill the process.

 

 

 

 

5 Replies

  • cunderw's avatar
    cunderw
    Community Hero

    I was having the same problem as well and opened a support ticket. They suggested upgrading to 12.10 (we were using 12) and applying a patch they provided which seems to have solved this for us. Not sure if that patch is part of the latest release or not, but might just try that first and if there are still issues, open a support ticket. 

  • baxatob's avatar
    baxatob
    Community Hero

    Hi,

     

    Check how mapped your element(s). Possible there is some problem to find it.

    • shankar_r's avatar
      shankar_r
      Community Hero

      My Object tree is much straight forward. It is having just two or three objects.

       

      Namemapping.Sys.MainPage.Pane.txt_UserName

      Namemapping.Sys.MainPage.Pane.txt_Password

      Namemapping.Sys.MainPage.Pane.btn_Login

       

      When i run script with something like this objects, It is running fine. But When i want stop the execution in-between I'm not able to stop after clicking Stop button.

       

      As i said earlier, Its just hangsup.

       

      My system has much better space for utilizing.

      • tristaanogre's avatar
        tristaanogre
        Esteemed Contributor

        Do you have any event handlers set up for "OnStopTest" that could be attempting to execute some code against something that is in an invalid state?