Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

May 13, 2018 – Make Selenium Easy

Hello Folks, We will see an interesting topic in this post. We can create an inner TestNG class as well like any normal inner class in Java. An example is as below: Let’s try to generate a testng.xml for this: TestNG includes outer and inner class names default. That’s good. Happy. Now run above testng.xml:…

Read More “May 13, 2018 – Make Selenium Easy” »

Uncategorized

February 2018 – Make Selenium Easy

Hello Folks, In this post, We will learn about javascript commands which we can use to locate a web element on web page. When to use javascript commands to locate web element? We already have enough locators in Selenium webdriver, which help us in identifying web elements on a web page. But sometimes, these locating strategies…

Read More “February 2018 – Make Selenium Easy” »

Uncategorized

March 2017 – Make Selenium Easy

Hello Folks, We have seen: How to launch Firefox browser. How to launch chrome browser. In this post we will learn: How to launch Edge browser(Windows 10 onward) How to launch Internet Explorer browser What is Edge browser: Microsoft Edge is a web browser developed by Microsoft and included in Windows 10, Windows 10 Mobile…

Read More “March 2017 – Make Selenium Easy” »

Uncategorized

June 2, 2018 – Make Selenium Easy

Hello Folks, In last post, we have seen default order of test methods in a TestNG class. You go to that post here. We know that how inheritance works in TestNG class from this post. In this post, we will see how default priority of test methods works in inherited class. When a TestNG class…

Read More “June 2, 2018 – Make Selenium Easy” »

Uncategorized

November 12, 2017 – Make Selenium Easy

Question: What will happen if you pass Hindi words in sendKeys method? Answer: Selenium webdriver will type Hindi font in text box which is intended behavior of sendkeys method. Java program: Output: Hello Folks, In this post we will see how to handle JQuery dialog box in selenium webdriver. Sample html code to create a…

Read More “November 12, 2017 – Make Selenium Easy” »

Uncategorized

May 19, 2018 – Make Selenium Easy

Hello Folks, Method overloading is an important concept in Java. Can we create overloaded method in TestNG class. Let’s give it a try. Overloaded TestNG class: Create a testng.xml and run it: Output: You will get above exception in console because TestNG does not allow you to put any type of parameters to a TestNG…

Read More “May 19, 2018 – Make Selenium Easy” »

Uncategorized

May 12, 2018 – Make Selenium Easy

Hello Folks, In this post, we will learn logic behind generation of testng.xml. When we select a class or package or project and chose to generate a testng.xml, it includes only those class names which has at least one @Test annotated method. It will not consider a class which has no @Test annotated method. Suppose…

Read More “May 12, 2018 – Make Selenium Easy” »

Uncategorized

July 3, 2018 – Make Selenium Easy

Hello Folks, In previous post, we learnt about basics of group concepts in TestNG and how to use with @Test annotated methods. Before continuing this post, I will advise you to go through this post first: @Test annotation at class level in TestNG Suppose if you need to write multiple @Test annotated methods in a class,…

Read More “July 3, 2018 – Make Selenium Easy” »

Uncategorized

June 1, 2017 – Make Selenium Easy

Hello Folks, As part of Frequently Asked Java Programs In Interviews For Freshers And Experienced,  in this post we will see a Java program to verify if a given string is palindrome using inbuilt reverse method. WHAT IS PALINDROME STRING? A palindromic string is a string that remains the same when its characters are reversed. For…

Read More “June 1, 2017 – Make Selenium Easy” »

Uncategorized

January 31, 2019 – Make Selenium Easy

Recently, a guy asked me below question: I need to verify title of an article is in bold. Article title has no or tag. How to verify it now? It was also new to me and learnt new thing that day. So I am sharing my knowledge here. HTML provides two tags to […]

Uncategorized

Posts pagination

Previous 1 … 129 130 131 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark