Unit Testing for widget

0
Hi Experts ,   I need to create unit test cases for Widget in mendix , It is possible to create unit Test Cases in mendix for Widget in microflows
asked
1 answers
0

Hi Sweta, as a widget is a front-end item, you cannot test it via microflows. If you want to test it, you might try ui testing with frameworks like selenium or develop unit tests on your javascript. You can Google for "unit test react widget" to get some suggestions for that. Good luck! 

answered