Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Verification of Browser DOM(How to verify Browser DOM objects during testing)
Verification of Browser DOM [message #1795183] Tue, 18 September 2018 04:58
Kyley Jex is currently offline Kyley JexFriend
Messages: 1
Registered: September 2018
Junior Member
I have an Eclipse RCP app that makes extensive use of multiple Browser controls to display a web application within different Views. Each of the Views interact with each other via messages passed from Java/Javascript callbacks.
With the use of the "invoke evaluate" functions I am able to interact with the web DOM (i.e. enter text, select buttons, etc.) within my test case. After each action I have to wait a defined amount of time for the Web UI to refresh before executing the next test command. Is there a way for the test case to know when the Web UI has refreshed? Additionally, I haven't been able to find a way to return the DOM objects in order to validate that the Web app performed correctly.

Would custom ECL commands allow for "hooking" into the messaging in the SWT Browser Function?

Any suggestions would be greatly appreciated.

Cheers,
Kyley

Previous Topic:How to write higher-order proc?
Next Topic:Names in repeatable automated tests
Goto Forum:
  


Current Time: Wed Apr 24 23:20:22 GMT 2024

Powered by FUDForum. Page generated in 0.02736 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top