Systems | Development | Analytics | API | Testing

March 2022

Automated Smoke Testing: Everything You Need to Know

In software testing, smoke tests are a small set of end-to-end tests that make sure the most essential functions of an application or website work properly. Many software teams run a smoke testing suite of 10 to 15 tests as a preliminary step before running an entire regression suite (which could have anywhere from 50 to 500+ tests) to make sure the app is stable enough to merit further testing.

A Quick Start Guide to User Interface Testing

User interface testing (sometimes called graphical user interface testing) involves testing software applications according to what the end user will see on their screen and how they’ll interact with it. For example, can you type in text boxes or click the checkboxes? Are fonts, headers, and other visual elements correct? UI testing can be done manually or with a test automation tool.