TestNG Tutorials 49: Need of DataProvider Method in TestNG | Make Selenium Easy Hello Folks, TestNG provides a beautiful functionality to parameterized our configuration and test methods so that we can execute the… Continue reading “TestNG Tutorials 49: Need of DataProvider Method in TestNG | Make Selenium Easy”…
Is It Possible To Use Page Factory Without FindBy In Selenium WebDriver? | 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 “Is It Possible To Use Page Factory Without FindBy In Selenium WebDriver? | Make Selenium Easy”…
TestNG Tutorials 48: How to Pass Parameters of Different Datatypes in TestNG | Make Selenium Easy Hello Folks, Most of us know that, we can pass parameter as a String to methods in TestNG class. Is… Continue reading “TestNG Tutorials 48: How to Pass Parameters of Different Datatypes in TestNG | Make Selenium Easy”…
Java Programs 15: Java Program to Print Fibonacci Series at Given Position Using Recursion | 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 “Java Programs 15: Java Program to Print Fibonacci Series at Given Position Using Recursion | Make Selenium Easy”…
Frequently Asked Java Program 01: Java Program to Check If a Given Number is Palindrome | Make Selenium Easy Palindrome program is a frequently asked programming interview question to both freshers or experienced in interviews. We will going to… Continue reading “Frequently Asked Java Program 01: Java Program to Check If a Given Number is Palindrome | Make Selenium Easy”…
TestNG Tutorials 45: Passing Parameters at Test Method Level in TestNG | Make Selenium Easy Hello folks, TestNG allows us to create parameterized methods in a TestNG class. A TestNG class may contain more than… Continue reading “TestNG Tutorials 45: Passing Parameters at Test Method Level in TestNG | Make Selenium Easy”…
TestNG Tutorials 46: Overriding Parameters in TestNG | Make Selenium Easy Hello Folks, In this post we will learn an important concept of parameters in TestNG. We know that we can… Continue reading “TestNG Tutorials 46: Overriding Parameters in TestNG | Make Selenium Easy”…
TestNG Tutorials 2: Installation Of TestNG In Eclipse ==> Download And Add To Build Path Way | Make Selenium Easy Hello Folks, In last post, we have seen the requirements of TestNG in Selenium webdriver. We will learn how can… Continue reading “TestNG Tutorials 2: Installation Of TestNG In Eclipse ==> Download And Add To Build Path Way | Make Selenium Easy”…
TestNG Tutorials 17: Can @Test Annotation Be Used For A Class In TestNG? | Make Selenium Easy Hello Folks, Let’s learn something new today. We have used @Test annotation on methods. Can we use @Test annotation on a… Continue reading “TestNG Tutorials 17: Can @Test Annotation Be Used For A Class In TestNG? | Make Selenium Easy”…
How To Handle Different Types Of Calendars In Selenium: Part 1 | Make Selenium Easy Categories: Selenium Topics Hello Folks, In this post we will see a very important topic “Handling calendar in Selenium”. We… Continue reading “How To Handle Different Types Of Calendars In Selenium: Part 1 | Make Selenium Easy”…