Combine TestNGListener with log4j for selenium result reporting
This post will explain the integration of any java logger (let’s say Log4j) with ITestListener to customise result output and…
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…
Every moment an automation engineer think to make the framework more flexible, using an external source file as test data…
So far we have seen how to identify a webelement and perform actions on different webelements using protractor. In this…
In this post, we will come to know – How to identify tables or ng-repeater elements. Identify rows and columns…
In this post, we will come to know – How to identify dropdown elements and different ways to select an…
In this post, we will come to know – Enter text into a textbox Clicking on a button Handle alerts,…
Protractor Console output As protractor is built on top of webdriver JS, we should resolve promise while printing to console…