Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

Selenium Topics – Page 19 – Make Selenium Easy

Posted on 12/29/2019 By admin

Hello Folks, In last post, we ran our testng class as a TestNG test using “Run As” option. We can run it using testng.xml which we will learn in this post. After creating testng class, we need to generate a testng.xml which is very easy. We will take same example of previous post: Right click … Continue reading TestNG Tutorials 6: How To Create and Run TestNG XML Of TestNG Class

Hello Folks, In this post, we will see some basics implementation of TestNG. A class is called TestNG class if it has annotations provided by TestNG. TestNG provides an annotation called “Test” which you need to use for any method which has some business logic to verify. When you add this “Test” annotation, you DON’T … Continue reading TestNG Tutorials 5: How To Create And Run A TestNG Class

Hello Folks, You might be asked in selenium interviews, “Why TestNG is called a testing framework?”. Why TestNg is called “Testing Framework”? TestNG, where NG stands for “Next Generation”. TestNG is a testing framework to perform unit, functional, end-to-end, integration, etc testing. This library helps you in writing automated tests. Suppose, you are launching a URL … Continue reading TestNG Tutorials 4: Why TestNG Is Called A Testing Framework?

Hello Folks, In last Post, we have seen how can we directly download and use TestNG. We will see another two ways in this post. Using Eclipse Market Place Option: Steps to be followed: Steps 1: Navigate to Help-> Eclipse Marketplace.   You will see below screen. Steps 2: Type “TestNG” in “Find” test box and … Continue reading TestNG Tutorials 3: Installation Of TestNG In Eclipse ==> Using Eclipse Market Place And Install New Software Options

Hello Folks, In last post, we have seen the requirements of TestNG in Selenium webdriver. We will learn how can we install TestNG in eclipse. TestNG is a jar file. Any JAR file stands for Java ARchive which is a package file format typically used to aggregate many Java class files and associated metadata and resources (text, images, etc.) into one file for distribution. We … Continue reading TestNG Tutorials 2: Installation Of TestNG In Eclipse ==> Download And Add To Build Path Way

Hello Folks, We have written so many automated scripts in previous posts. We wrote those scripts inside a main method. To run that particular script, we ran main method of that particular class. Let’s assume that we have 100 test scenarios to automate and we developed 100 test scripts using typical style of writing java … Continue reading TestNG Tutorials 1: Why Do We Require TestNG In Selenium?

Hello Folks, Let’s learn something interesting in selenium webdriver. We know whenever we launch a browser, first browser serve is started which helps in communication between browser and selenium commands. The same process is repeated for every test if you launch and quit browser every time. Let’s understand above point with an example below: Run … Continue reading Controlling Browser Driver Services In Selenium WebDriver

Hello Folks, It is very frequently asked interview question. Interviewer expects that you should be aware about internal logic of selenium. We know that to launch a browser through Selenium we need to download a browser driver executable file (chromedriver.exe, geckodriver.exe etc). Why do we require that? Let me relate it with a real time … Continue reading Why Do We Require Browser Driver Executable File To Launch A Browser In Selenium WebDriver?

Hello Folks, In this post, we will learn about Linear Framework of Selenium webdriver. We know, any framework has three base components: Functionality, Code and Data. When we mix up all three base components at same place is called Linear framework. In fact it is not framework , it should be called as linear scripting. … Continue reading Selenium Framework 4: Understand Linear Framework in Selenium

Hello Folks, We are aware of what is framework and its properties from previous posts. If you have not read yet, please do read before continuing this post. http://makeseleniumeasy.com/2018/04/01/selenium-framework-1-framework-what-why-and-how/ http://makeseleniumeasy.com/2018/04/05/selenium-framework-2-why-do-we-need-a-framework-in-selenium/ First of all framework has no fixed architecture or layout. Every programmer thinks in different ways and programmer can develop framework by keeping characteristics of … Continue reading Selenium Framework 3: Types Of Selenium Frameworks

Uncategorized

Post navigation

Previous Post: InitialScroll – Make Selenium Easy
Next Post: Selenium Topics – Page 21 – Make Selenium Easy

Related Posts

singleHtml – Make Selenium Easy Uncategorized
Selenium Topics – Page 10 – Make Selenium Easy Uncategorized
Learn REST Assured End to End Uncategorized
Storing Web Table With Pagination Data Into List Of Map – Java Uncategorized
Controlling Browser Driver Services In Selenium WebDriver Uncategorized
Method 2: getCssValue() : What, When and How to use? Uncategorized

Recent Posts

  • Getting Started with Selenium 4: What Is New and How to Upgrade from Selenium 3
  • Manual Testing
  • Baby Steps To Become Efficient Selenium-Java Automation Tester
  • Features of Selenium 4.0.0 Release – Java Binding
  • Part 1: Handling Drop-down Created Using SELECT Tag In Selenium

Recent Comments

No comments to show.

Archives

  • April 2026
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • August 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • March 2022
  • October 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • September 2020
  • August 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • May 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • January 2018

Categories

  • Getting Started
  • Uncategorized

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark