Run selenium tests across multiple browsers in parallel
Testing your web application across different browsers to make sure: Application performs similar manner for different browsers. Webelements should be…
Testing your web application across different browsers to make sure: Application performs similar manner for different browsers. Webelements should be…
In our previous article, we have seen how to setup java & maven in both windows & mac os. In…
myStr.getChars(srcBeginIndex, srcEndIndex, dstCharArray, dstBeginIndex) is a java method which helps to get a part of the string into character array,…
There are certain scenarios where we want to perform operation on the right click menu options. let’s see the demo…
Sometimes if your mobile usb cable doesn’t work and you want to automate android devices using appium, then you can…
We have already seen many posts on how to run selenium tests in chrome browser by downloading the chromedriver and…
This post will explain the integration of any java logger (let’s say Log4j) with ITestListener to customise result output and…
Collection: Group of individual objects in one unit. It’s a root interface of collections framework, which defines most common methods…
There are situations when you invoke chrome browser using selenium, you will observe your AUT URL opens in 2nd tab…