Hi,
I am getting an error "Lineage Glue Rule" on WinForms
Because of this issue my test suite is not running properly
It will successfully execute first test case and then it will fail from second test case on the login screen itself
The issue is reproducible every time
I am currently working on Ranorex 9.0.1
Please let me know for more info
Please help me with the solution of this issue
Regards
Getting error message "Lineage Glue Rule" while running the test scripts
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Getting error message "Lineage Glue Rule" while running the test scripts
Hello premravi,
Thank you for your post.
Sincerely,
Robert
Thank you for your post.
It seems like your application under test is restarted during the test run. Please ensure the app gets properly closed. Also, add a Delay() after starting the application. The duration should match the duration of the startup of your application.It will successfully execute first test case and then it will fail from second test case on the login screen itself
Sincerely,
Robert
Re: Getting error message "Lineage Glue Rule" while running the test scripts
Hi,
Thanks for the resolution,
That's correct the browser was not closing successfully because I was using "ALT+F4" shortcut key to close the browser
Now I am handling it using Host.Current.CLoseApplication(repo.self, duration());
And it is working fine so far
Regards
Ravindra
Thanks for the resolution,
That's correct the browser was not closing successfully because I was using "ALT+F4" shortcut key to close the browser
Now I am handling it using Host.Current.CLoseApplication(repo.self, duration());
And it is working fine so far
Regards
Ravindra