...

/

Introduction: Automated Testing

Introduction: Automated Testing

An overview of adding automated tests in application.

We'll cover the following...

Overview

Now, it's time to get our QandA app ready for production. In this chapter, we are going to add automated tests to the frontend and backend of our app, which will give us the confidence to take the next step: moving our app into production.

First, we will focus on the ...