Book Image

Backbone.js Testing

By : Ryan Glenn Roemer
Book Image

Backbone.js Testing

By: Ryan Glenn Roemer

Overview of this book

Table of Contents (13 chapters)
Backbone.js Testing
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we have learned how to remove manual browser interaction from the test process with an introduction to test automation approaches and use cases. We have investigated different tools to drive our tests from the command line and worked through a concrete test automation implementation using PhantomJS to drive our Backbone.js application tests.

Also, we left with a few final thoughts on the principles that we have developed throughout the course of this book and where to turn next. Hopefully, you now have the fundamentals and direction to create your own Backbone.js test infrastructures, apply good test-driven application development practices, and tackle your frontend tests with confidence.