What Makes Code Complex?
Whether you’re a tester, or a developer, or a manager, you’ve probably wondered at some point in your life – what makes apps so complex? Where does all the complexity come from? It’s complex to 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.
Whether you’re a tester, or a developer, or a manager, you’ve probably wondered at some point in your life – what makes apps so complex? Where does all the complexity come from? It’s complex to Read more…
If you take a look at automated web testsת you’ll be overwhelmed by locators (or selectors, or elements, or whatever framework you’re using). They are everywhere, and the tests find them and make use of Read more…
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…