What’s In The Box?
What test types do we have? Unit tests. API tests. Component tests. E2E tests. We have all kinds. The names can be a bit confusing, though.Like, what is really a unit? Is it a method, Read more…
Everybody can pick up calculator examples on TDD. Want TDD in real life applications?
We can help.
Clean code is essential for maintainability and automation. Improve your code and your life quality follows. We can show you how.
Had enough of agile certificates that just hang on the wall? Learn about agility and agile development from people who actually worked in agile companies.
What test types do we have? Unit tests. API tests. Component tests. E2E tests. We have all kinds. The names can be a bit confusing, though.Like, what is really a unit? Is it a method, Read more…
How do we approach API test planning? We usually look at the API and what it does, and check it’s functionality, along with a few more APIs. And we consider the API testing done. But Read more…
Design patterns are very useful. They help us create readable and maintainable code. But there’s only one pattern that has gone on to garner infamy. Some people might call using it a moral failure: The Read more…