Page 1 of 1

6.1.0: LineageGlueRule 'sap_windows' caused NullReferenceEx

Posted: Fri Sep 23, 2016 8:56 am
by BCTest
Hello,

while executing a test this message appears but I was not able to find it in the post-test-report:
LineageGlueRule.png
Is there a problem in my code? What caused this exception and how can I avoid it?

Regards,
Thomas

Re: 6.1.0: LineageGlueRule 'sap_windows' caused NullReferenceEx

Posted: Fri Sep 23, 2016 1:24 pm
by krstcs
Unless it is causing test failures, you can usually disregard LineageGlueRule exceptions. They are an internal mechanism that Ranorex uses and are expected, in some cases, to throw exceptions. These are usually caught and dealt with by the Ranorex system, so you shouldn't have any test failures, but you might see them occasionally in the progress dialog. There is nothing you can do about them, generally.

Re: 6.1.0: LineageGlueRule 'sap_windows' caused NullReferenceEx

Posted: Mon Sep 26, 2016 7:00 am
by BCTest
Hi krstcs,

thanks for the clarification.

Th.