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!