Show TOC

SummaryLocate this document in the navigation structure

You have now completed the Testing tutorial.

We have added many useful features to the app by creating a test first and following the test-driven development approach. Thus, we ensure a regression-free delivery of our code whenever we change something and keep the code quality high.

Our tests are written in QUnit and OPA5 and make use of the mock server for creating reliable, maintainable and stable tests that we can easily integrate into a continuous integration process.