Uncategorized
-
Integration testing best practices
Starting with integration tests is not always the easiest path. Find within this article all the keys you need to…
-
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…
-
Launchpad Roadmap
Launchpad framework aims to simplify the process of working with good practices to make it more accessible and for that…
-
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…
-
You think PHPStan as a side tool? You missed the real deal
PHPStan is one of the base tools for a PHP developer as it helps a lot to double check types…