Step by step selenium – step 2 -How to enter value in text box and how to click a button.
Abstract- In Previous post, we have learnt how to launch a web-browser in selenium. In this post…
Step by step selenium – step 1, How to launch a web browser
Introduction – In this blog post, we will see how to run first test in selenium and…
What is ITestListner interface and its Use in Selenium
There are several interfaces available in TestNG that allow you to modify TestNG’s behavior or to give…
How to Capture Screenshot in Selenium Webdriver-3 different ways
Abstract– Capturing screenshot is an essential feature of a test automation framework, They help in defect analyses…
What is Headless browser automation
Hello Readers, In this post we will read about headless browser automation and how to use or…
How to Find All/Broken links using Selenium Webdriver
Overview of This Post- Hello Readers, In this blog post, we will see how to use selenium in…
TestNG-Definition, Examples and its Usage
TestNG is a testing framework inspired from JUnit and NUnit, its existing features has make it more…
How to handle Stale Element Reference exception in Selenium Webdriver
In this post, we will see how to handle stale element reference exception. First of all. Before fixing…
What is JAR file, De-compiling selenium JAR
JAR stands for Java Archive Files, to understand a jar file, de-compile it and then extracted files…
Selenium Tricks-How to handle driver click issue while page navigation .
It is quite common that while doing web automation(using selenium) test script fails because of some exception…
Hard, Soft Assert and custom assert in selenium
Overview– TestNG provide wide range of assert options which helps an automation tester to validate actual and…
How to pass selenium webdriver object to another class
Overview – In Selenium test automation framework it is required to use or perform an action on…