Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

September 9, 2018 – Make Selenium Easy

Hello Folks, In last post, we have seen Why do we need to use DataProvider in TestNG. Now we will see a serie of posts on DataProvider. What is DataProvider? DataProvider is an annotation to mark a method as data provider which provides data as an array of array of Objects which can be used…

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

Uncategorized

April 13, 2017 – Make Selenium Easy

Hello Folks, In last post , I explained about locating web element using ID. I explained last post in details so that you will be able to understand other locators easily. We will learn in this post: Locating web element using name. Locating web element using tag name. Locating web element using link text. Locating…

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

Uncategorized

June 15, 2018 – Make Selenium Easy

Hello Folks, As part of learning TestNG step by step, I will list all available annotations of TestNG in this post and will see each and every annotations in details in later posts. As per TestNG documentation, TestNG provides you below annotations: @BeforeSuite @AfterSuite @BeforeTest @AfterTest @BeforeGroups @AfterGroups @BeforeClass @AfterClass @BeforeMethod @AfterMethod @DataProvider @Factory @Listeners…

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

Uncategorized

June 4, 2018 – Make Selenium Easy

Hello Folks, In this post, we will learn in details about Test Scenarios and Test Coverage with proper examples. Test scenarios Test scenario is a moderate level of breakup of a business requirement in form of possible use cases to ensure more test coverage, to identify criticality of sub requirements which helps in finding critical…

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

Uncategorized

July 3, 2019 – Make Selenium Easy

Hello Folks, We already know that “A Postman collection allows you to group individual pre-built requests together. You can even group by creating folders in a Collection“. Read more about collection here. Suppose you have 10 requests in a Collection. When you run this collection using Collection Runner, you will see execution of requests happens…

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

Uncategorized

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

Posts pagination

Previous 1 … 120 121 122 … 157 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark