Source: shreyablep.medium.com

Tests every developer should run
When wondering how to fit QA into a DevOps setup, devs and QAs should ideally collaborate to achieve maximum efficiency and optimal product quality. When it comes to the developer side of the DevOps table, they should also be able to run rudimentary unit tests on their own code before pushing it to version control. This article will discuss 4 core tests every developer should run on their own code before pushing it to the Quality Assurance phase.

All developer testing, regardless of the software being created and tested, must be conducted on real devices. Developer testing can only be effective when tests are being run in real user conditions.

Related Articles