Testsoftware for Mendix (trigger micoflow buttons)

3
In our project we are using testsoftware to test a Mendix application. As an IDE Mendix allows the user to define user-interface elements. The generated code that corresponds to the web elements (buttons) is not the standard html code for buttons. In the sourcecode, divs (Mendix buttons) can be identified on the web page, but no action (i.e. click) can be executed by our testsoftware (Selenium). This causes the testing flow to end before the testscript is finished. Is there a procedure or a tool that allows for automated tests to be performed on Mendix-generated web buttons?
asked
1 answers
2

I'm currently working at Direct Axis, where they are using the tool "HP Quick Test Pro" for automated testing on all Mendix applications.

answered