Run selenium test using testng & maven in eclipse
In this post, we will see how to create a maven project in eclipse and run selenium java tests using…
In this post, we will see how to create a maven project in eclipse and run selenium java tests using…
If you are using maven project to run selenium or appium tests, find below pom.xml dependencies, you can just change…
So far we have seen how to write protractor scripts for angular application / site, in this post we will…
This post will explain the integration of any java logger (let’s say Log4j) with ITestListener to customise result output and…
TestNG provides many listeners (as interfaces) which you can customise to your need to get output more readable. Here are…
In this post, we will discuss how to setup android & ios simulators, write and run appium java tests using…