cbrundell
12 years agoOccasional Contributor
Cross Broweser testing failing in some areas
I am using TestComplete 9.31 to test a project page, I am setting up automated testing for this across the main browsers however some tests are failing on some browsers but if I was to test this manually I would not have a problem.
For example I record my test in IE 10 and configure this to run across all browsers, if I run the test then IE will function but the other browsers will fail the test and when reviewing the screenshots of the test run the steps at a certain point to not occur. It is not a case of the mouse click is not over the page component expected, but rather the mouse cursour stays in the same position as the last action and the steps just go through and error or provide a warning without actioning the step. The following is an example of the message returned during a test:
For example I record my test in IE 10 and configure this to run across all browsers, if I run the test then IE will function but the other browsers will fail the test and when reviewing the screenshots of the test run the steps at a certain point to not occur. It is not a case of the mouse click is not over the page component expected, but rather the mouse cursour stays in the same position as the last action and the steps just go through and error or provide a warning without actioning the step. The following is an example of the message returned during a test:
An error occurred while accessing the "Click" method or property of the "selectSelecteduserid" object.
The object or one of its parent objects was not found.
As I have stated if I perform the same action manually then it works fine, I have made sure that my browsers have the plugins needed where required and other tests on other page elements complete ok. Can anyone offer a suggestion why I am getting these error messges?