Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Month: November 2019

October 29, 2017 – Make Selenium Easy

Hello Folks, I will start series of posts on topic “Handling different types of popup in selenium webdriver”. What is a popup? A popup is a window/dialog box/alert which appears when you perform some action such as click, load a URL etc. A popup can appear from website, browser and windows. Popup is way of…

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

Uncategorized

November 1, 2017 – Make Selenium Easy

Hello Folks, In last post, we have seen handing of website popups in selenium webdriver. In this post, we will see how to handle JavaScript popups in selenium webdriver. Types of JavaScript popups: There are three types of popups in JavaScript which are given below: Alert popup Confirm popup Prompt popup Alert popup: It is a simple…

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

Uncategorized

April 9, 2019 – Make Selenium Easy

As per Protractor Official Document:- Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would. It is very important to understand the term Angular and AngularJS applications. So, in this post we will see a basic…

Read More “April 9, 2019 – Make Selenium Easy” »

Uncategorized

September 5, 2018 – Make Selenium Easy

Hello Folks, TestNG provides a beautiful functionality to parameterized our configuration and test methods so that we can execute the same test script with different set of data. To make a method (Configuration and Test) parameterized , we use “Parameters” annotation. If we make a method parameterized, we must need to pass parameters values from…

Read More “September 5, 2018 – Make Selenium Easy” »

Uncategorized

March 5, 2019 – Make Selenium Easy

Verifying page title is basic step before proceeding for further validation. Generally we use getTitle() method which gives title of currently loaded page in browser.  There is also an another way of retrieving title of a web page. Title of webpage is stored in “title” tag under “head” tag. We can locate “title” web element…

Read More “March 5, 2019 – Make Selenium Easy” »

Uncategorized

January 9, 2019 – Make Selenium Easy

Apache POI provides pure Java libraries for reading and writing files in Microsoft Office formats, such as Word, PowerPoint and Excel. It has different components for reading and writing different Microsoft Office files: POIFS for OLE 2 Documents HSSF and XSSF for Excel Documents HWPF and XWPF for Word Documents HSLF and XSLF for PowerPoint Documents HPSF for OLE 2 Document Properties HDGF…

Read More “January 9, 2019 – Make Selenium Easy” »

Uncategorized

August 2019 – Make Selenium Easy

The dictionary meaning of the English word “Agile” is “Able to move quickly and easily”. You will see later in this post, how this definition is true for Software development. Waterfall methodology is a traditional Software Development Life Cycle (SDLC) which is more a linear sequential design pattern to develop software. A SDLC model consists…

Read More “August 2019 – Make Selenium Easy” »

Uncategorized

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

Posts pagination

Previous 1 … 3 4 5 … 10 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark