Testing
-
WordPress integration test: Ajax request
In some occasions it is essential to use Ajax request inside your plugin. In that article we will see how…
-
Is the test pyramid a bad sign?
The testing pyramid is a well-known pattern for testing strategy which is praised in most companies practicing tests. However, this…
-
What is the difference between Acceptance Criteria and test?
While testing often tests and acceptance criterias are used wrongly in an interchangeable way. However, they are not the same…
-
Use acceptance criteria in your projects
In 2018, I constantly had issues with my clients on what was the final state of my projects. Since then…
-
Create your first integration test for a WordPress plugin
In that article I will focus more on practice and working with the tools themselves to create a first example…
-
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…