Tim0320

Hi~, we developed website based on webix. So I have a question about is there any better way to do automation testing on the website that based on webix. I search some material on internet. It seems there are several testing frameworks can do this, such as selenium, robot test, jasmine… or is there any other recomandation? thank you

Hi,

From our experience, you can use any js unit test frameworks for code testing ( we are using Mocha locally ), as for unit tests it doesn’t matter are your working with Webix or any other framework

For UI/integration testing you can use Selenium ( our outsource team is successfully using Selenium for testing external Webix based projects ).

Thank you, that is very helpful.