logo logo
End-to-End Testing

What Are The Benefits of End to End Testing?

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...

service virtualization

Increasing Test Efficiency with Service Virtualization

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...

How to Stabilize Your Automation using Telnet, Java and PowerShell

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...

Write Dockerized End-to-End Tests With JUnit 5 and Selenium WebDriver

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...

How Can You Scale Your REST API Testing?

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...

How to Generate Valuable Test Automation Reports

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...