Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

August 17, 2019 – Make Selenium Easy

We have already seen Usage of Path variables in Postman. We may need to retrieve provided path variables for assertion in scripts in Postman. We have already seen about Retrieving query parameters in tests in Postman. In this post we will see retrieving Path variables in tests in Postman. We can retrive provided path variables…

Read More “August 17, 2019 – Make Selenium Easy” »

Uncategorized

February 13, 2019 – Make Selenium Easy

I am starting a series of posts on best strategies to be followed in front end automation. Here is the first post. “Locators‘ are the backbone of front end automation. Your script does not see the actual UI/UX and perform the action. It depends on DOM where HTML tags and its attributes are defined. Maximum…

Read More “February 13, 2019 – Make Selenium Easy” »

Uncategorized

April 15, 2017 – Make Selenium Easy

Hello Folks, We have learnt 6 locators till now in details(Part 1 and Part 2). In this post we will learn: What is XPath. Absolute XPath Relative XPath Difference between single slash and double slash. Understating the term immediate nodes, Any nodes and indexed nodes. XPath is one of the locators available in selenium Webdriver….

Read More “April 15, 2017 – Make Selenium Easy” »

Uncategorized

July 27, 2018 – Make Selenium Easy

Hello Folks, Grouping is a best feature provided by TestNG. We group test scripts based on suite name or functionality based on our requirements. We have seen grouping concepts in previous posts. In this post we will another feature of grouping in TestNG. TestNG also allows you to create group of groups i.e. meta data….

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

Uncategorized

May 28, 2017 – Make Selenium Easy

Hello Folks, In this post we will learn: Why we need to use wait statements in selenium webdriver. Types of waits in selenium webdriver. What is Thread.sleep() and how to use it. Disadvantages of Thread.sleep() method. “Waits” are very important concepts in Selenium WebDriver. Understanding of types and usages of waits are necessary to write perfect…

Read More “May 28, 2017 – Make Selenium Easy” »

Uncategorized

July 29, 2017 – Make Selenium Easy

Hello folks, In this post, we will learn how to replace a sub string in a given string. Detailed description of problem is given below: Problem: You have an input string and you need to replace sub string from new sub string in given input string. Example: Input: This bike is my bike. Action: Replace…

Read More “July 29, 2017 – Make Selenium Easy” »

Uncategorized

October 10, 2017 – Make Selenium Easy

Hello Folks, We generally used some methods for Eg. isDisplayed(), presenceOfXXXX(), visibilityOfXXXX() etc while developing test scripts.  All methods look similar but do you know there are some differences among them. We will learn about those differences in this post. isDispalyed(): This method checks whether or not the element is displayed in visible area of…

Read More “October 10, 2017 – Make Selenium Easy” »

Uncategorized

August 18, 2017 – Make Selenium Easy

Hello Folks, In last post we have seen an important topic in Selenium Webdriver which was Handling Any Types Of Listbox/dropdown In Selenium Webdriver. Method discussed in this post will work for all types of drop-down created using any tags. Mostly drop-down are created using tag and Selenium provides a special way to handle […]

Uncategorized

July 7, 2018 – Make Selenium Easy

Hello Folks, In previous posts, we have learnt about: Grouping test methods in TestNG Grouping configuration methods in TestNG We know grouping is categorization of test scripts. Let’s ask a question to yourself: Is it possible that a test script may fall in more than one categories? Obviously Yes. So how can we achieve same…

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

Uncategorized

June 8, 2018 – Make Selenium Easy

Hello Folks, This question was asked to me by one of my readers. Actually this is an interesting topic and thought of sharing knowledge through a post. Basic Java concept says, we need a main method to execute a java class or execution of a class starts from its main method. But in case of…

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

Uncategorized

Posts pagination

Previous 1 … 119 120 121 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark