
No Gui Maps
Design and develop of a new test automation framework that manages the GUI objects to test:
- dynamically at runtime
- minimizing maintenance in case of changes
- allowing developing the automated tests early in the lifecycle
Maveryx is an open and extensible automated testing framework powered by an innovative engine that eliminates dependency on GUI Maps providing a dynamic test objects handling Maveryx at runtime during test execution:
- takes “snapshots” of the current user interface
- …and turn them into a XML documents
- searches within snapshots for the GUI objects to test
- executes the test actions on the test objects


Viewer
Gets the GUI objects hierarchy by the Java Virtual Machine where the application-under-test is running
- Based on Java Accessibility technology
Builds a snapshot using an XML syntax and semantics
















