Hierarchy of Selenium Classes and Interfaces – Make Selenium Easy Hello Folks, Selenium automates browser and to achieve this, Selenium people have provided many classes and interfaces. During learning selenium,… Continue reading “Hierarchy of Selenium Classes and Interfaces – Make Selenium Easy”…
Hierarchy of Selenium Classes and Interfaces – Make Selenium Easy Hello Folks, Selenium automates browser and to achieve this, Selenium people have provided many classes and interfaces. During learning selenium,… Continue reading “Hierarchy of Selenium Classes and Interfaces – Make Selenium Easy”…
TestNG Tutorials 54: DataProvider in TestNG – Implementing Object Oriented Concept “Encapsulation” with DataProvider Method | Make Selenium Easy Hello Folks, As part of ongoing series on DataProvider, we will learn “How does Encapsulation ( in OOPS concept) help in… Continue reading “TestNG Tutorials 54: DataProvider in TestNG – Implementing Object Oriented Concept “Encapsulation” with DataProvider Method | Make Selenium Easy”…
TestNG Tutorials 55: DataProvider in TestNG – Lazy Initialisation of DataProvider Method – Use of Iterator Return Type | Make Selenium Easy Hello, DataProvider is an important functionality provided by TestNG to achieve Data driven testing or providing a set of different… Continue reading “TestNG Tutorials 55: DataProvider in TestNG – Lazy Initialisation of DataProvider Method – Use of Iterator Return Type | Make Selenium Easy”…
Make Selenium Easy | Make Selenium Easy – Selenium Tutorials : End To End Selenium Topics TestNG Tutorials Hello Folks, In last post, we have learnt about new annotation of TestNG , named @Ignore… Continue reading “Make Selenium Easy | Make Selenium Easy – Selenium Tutorials : End To End”…
TestNG Tutorials 53: DataProvider in TestNG – Is It Mandatory To Have Return Type as Object in DataProvider Method | Make Selenium Easy Hello Guys, DataProvider method in TestNG is a way to provide test data to Test annotated methods in a TestNG… Continue reading “TestNG Tutorials 53: DataProvider in TestNG – Is It Mandatory To Have Return Type as Object in DataProvider Method | Make Selenium Easy”…
TestNG Tutorials 24: Annotations In TestNG – A Quick Guide | Make Selenium Easy Hello Folks, As part of learning TestNG step by step, I will list all available annotations of TestNG in this… Continue reading “TestNG Tutorials 24: Annotations In TestNG – A Quick Guide | Make Selenium Easy”…
Frequently Asked Java Program 24: Java Program to Capitalize First Character of Each Word in a String Sentence | Make Selenium Easy My name is Amod Mahajan and I am an IT employee with 4+ years of experience in Software testing and… Continue reading “Frequently Asked Java Program 24: Java Program to Capitalize First Character of Each Word in a String Sentence | Make Selenium Easy”…
How To Handle A Web Table In Selenium Webdriver | Make Selenium Easy Hello Folks, In this post we will learn: 1. What is a web table? 2. Types of web tables. 2.… Continue reading “How To Handle A Web Table In Selenium Webdriver | Make Selenium Easy”…
Advanced Selenium Concepts – Custom Select Class – Select Value Containing Specific Text in Drop down | Make Selenium Easy Hello Folks, Most of us we know that to handle a dropdown developed using Select tag, we can use inbuilt… Continue reading “Advanced Selenium Concepts – Custom Select Class – Select Value Containing Specific Text in Drop down | Make Selenium Easy”…