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

Krinder

Selenium RestAssured CircleCI ready Java + Maven test framework I am writing these for those who got the java bug and weren’t cured (yet) by JS or Python, and want to keep automation suite growing with flexibility. The repository of this skeleton project is shared through GitHub krinder repo. The class diagram looks like below. […]

Continue Reading