Test Automation Revisit

Simplest steps to automate API & UI tests

Running UI Test on Docker

Continuous integration tools spin up generic linux system to build and run tests. It’s essential to have a Docker image that comes with dependencies such as JDK, maven, and the web browser if we are running UI test in the system. There are public images that come with JDK and Maven, and we can make […]

Continue Reading