Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • About Us
  • Toggle search form

Author: admin

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

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

Posts pagination

Previous 1 … 118 119 120 … 155 Next

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark