Testing
-
How to write an integration test?
Any product needs to keep constantly high quality on the long run and integration tests are the tool you need…
-
Why testing your code matters?
Well in a previous article I insisted on why architecture was key in the IT but I totally passed aside…
-
Setup integration tests for your WordPress Plugin
A while ago I created a first article about unit tests nearly 2 years ago promising for a next article on integration…
-
Why you should be using Fixtures for your Jest tests
Testing your code is always a good practice. However this can easily become time consuming to write tests and maintaining…
-
Create Unit tests for WordPress Plugin
Automated tests are the base of modern programming development process and are as important as the architecture from the code…
-
What is TDD and why you should learn it
Most of people hear about this but we force to see that most of people still fail to apply it…