Forum Discussion

ArunKarunakaran's avatar
ArunKarunakaran
Occasional Contributor
5 years ago
Solved

Error: There was an attempt to perform an action at a point, which is out of the window bound

I have encountered an error: There was an attempt to perform an action at a point, which is out of the window bound while running test using Testcomplete 14 . I have recently migrated all my tests fr...
  • tristaanogre's avatar
    5 years ago

    It sounds like you have code that is using co-ordinates for clicking and something is not sized properly at the time you do the click.  Could be multiple reasons.

     

    1) The screen resolution on the target machine is less than the resolution when you developed the automation

    2) The object that is being clicked on probably hasn't fully rendered yet and so may have zero size.  

    3) The target machine does not have an active user session.

     

    It would be helpful to be able to see:

     

    1) The actual error log from the TestComplete/TestExecute execution rather than just the Jenkins report

    2) The code being attempted at the point of error.