Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 2.25 KB

Step_10_Automated_Testing_07c97a2.md

File metadata and controls

33 lines (17 loc) · 2.25 KB
loio
07c97a2e497d443eb6fa74bb9445ab9c

Step 10: Automated Testing

In this step, we will step back from our tests and application features that we have implemented so far and take a closer look at another important piece of the test setup - the test automation. We will learn how to set up a basic test automation, which might be used in a continuous integration system or locally to run tests via shell.


Automated Testing

Please, follow the steps described in Test Automation to configure an automated test setup.

Parent topic:Testing Tutorial

Next:Step 9: Adding the Post Page

Previous:Step 11: Testing User Input

Related Information

Karma Home Page

Test Automation