-
Book Overview & Buying
-
Table Of Contents
MEAN Web Development - Second Edition
By :
In this chapter, you learned how to test your MEAN application. You learned about testing in general and the common TDD/BDD testing paradigms. You then used the Mocha test framework and created controller and model unit tests, where you utilized different assertion libraries. Then, we discussed the methods of testing Angular, where you learned the difference between unit and E2E testing. We then proceeded to unit test your Angular application using the Jasmine test framework and the Karma test runner. Then, you learned how to create and run E2E tests using Protractor. Once you've built and tested your real-time MEAN application, in the next chapter, you'll learn how to improve your development-cycle time using some popular automation tools.