Desired Capabilities in selenium
DesiredCapabilities describe a series of key/value pairs that encapsulate aspects of a browser, Basically this is used to set certain…
DesiredCapabilities describe a series of key/value pairs that encapsulate aspects of a browser, Basically this is used to set certain…
There are situation when you don’t get exact result after running your test or getting some unknown error or exception…
For initial understanding on database and SQL queries, refer MySQL Basics To automate database testing, we will use selenium with…
Testing your web application across different browsers to make sure: Application performs similar manner for different browsers. Webelements should be…
There are certain scenarios where we want to perform operation on the right click menu options. let’s see the demo…
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…
There are situations when you invoke chrome browser using selenium, you will observe your AUT URL opens in 2nd tab…
Elements like Buttons, textBoxes, Images and Links etc… are clickable, and should be present on screen & enabled to click.…