简体   繁体   中英

Javascript test framework for ExtJS and Spring 3.0 MVC

I am working on an Enterprise product which is based on Spring MVC as back end and Ext JS as front end.

We are planning to provide extensions/customizations on this application in a supported manner.

For Java (Spring MVC) based testing, we identified the required tools for testing.

We are relatively new to Ext JS and in fact javascript frameworks.

What should be the approach for complete test suite for the UI? We need Unit Testing and BDD for the UI (Ext JS) code we are writing.

I followed this thread and it says about different products but I dont find a solution for end-to-end set up of test project. JavaScript unit test tools for TDD

Any body can provide any inputs on this?

Try Jasmine. It's BDD and fits perfectly to test the UI. Here's an article on how to use it with Ext JS

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM