Introduction to Testing

An introduction to testing, the Rails test structure and how to run Rails tests.

What is testing?

Testing is a process used to ensure that your application runs according to your requirements. For your web application, testing can include things such as checking for invalid redirects, validations on your form fields, data integrity, etc.

Get hands-on with 1200+ tech skills courses.