If you've ever heard about end to end testing before (e2e testing), then you probably heard about how difficult it is to maintain such tests and how flaky they can be. People...
Writing automated tests for complex and distributed systems is hard! 馃く If you have been involved in creating integration and end-to-end tests for this type of systems, you...
In this article, I will demonstrate the use of a custom聽Telnet聽function that I have created as a precondition to running our E2E testing. The function uses a Java API that...
It鈥檚 hard to configure the environment that is required to run end-to-end tests which use Selenium聽WebDriver. The problem is that every computer that runs our end-to-end tests...
REST API is a powerful way to run tests, however it鈥檚 not always enough. There are some pitfalls that cannot be spotted by REST API testing alone. And here comes the importance...
If you think that there are only pass/fail聽test automation outcomes, then you might want to think again. In this post, I will explain how introducing alternative test automation...