Test driven development for mendix applications

0
I want to incorporate test driven development in my mendix app development. Do we have options for that or do we need to use only TestNG and SOAPUi as mentioned in the developer docs.  
asked
3 answers
4

You can use the Application Test Suite: https://www.mendix.com/application-platform-as-a-service/application-test-suite/

This is an tool that enables you to record test scripts by using a Mendix Application. To execute the test scripts it uses Selenium compatible test runners like BrowserStack or SauceLabs.

Optionally you can also use selenium to do functional testing of your Mendix pages.

answered
1

Also, a webinar is available on this topic which also contains Automated testing options and an introduction to using Selenium and TestNG:

http://ww2.mendix.com/expert-webinar-quality-assurance.html

answered
0

In addition to Andrej's reply, Mendix also has a module to facilitate unit testing, see here.

answered