Selenium Framework for Beginners 9 | What is TestNG | How to install TestNG for Selenium

Automation Step by Step August 3, 2018
Video Thumbnail
Automation Step by Step Logo

Automation Step by Step

@raghavpal

About

Simple Basic Beginners Step-by-Step tutorials ❤️ I create videos on Automation, Testing, DevOps, CI and related tools, technologies and platform Raghav is a teacher and founder of AutomationStepByStep.com He was an Automation Architect and has led multiple teams of Automation and DevOps Engineers. For over a decade, Raghav witnessed, worked, and delivered multiple Automation Testing Projects and worked with some awesome people in this industry ► https://automationstepbystep.com/ Some topics covered: - Jenkins - JMeter - Selenium - Appium - Cypress - Playwright - Katalon Studio - API Testing - Postman - Docker - Kubernetes - Other DevOps topics Words from Raghav We often need someone to hold our hand and help us take the first few steps before we learn to walk and run. I am on a mission to spread education and make it available to anyone willing to learn Never Stop Learning Raghav All education here is FREE FOR ALL, FOREVER Share with as many people as you can in your lifetime

Video Description

New link for TestNG: https://dl.bintray.com/testng-team/testng-eclipse-release After watching take this QUIZ - https://automationstepbystep.com/2021/08/17/testng-quiz/ All FREE courses - https://automationstepbystep.com/ Today we will learn: Add TestNG plugin Add testng library (Java and Maven project) Create and run TestNG tests Create run configuration for TestNG How to create TestNg reports Create testng.xml file STEPS: TestNG on Intellij IDEA Step 1 - Open IntelliJ IDEA Step 2 - Goto Settings > Plugins (check if testng is available) Step 3 - Add TestNG jar OR Maven dependency Step 4 - Create class and test methods - Add testng annotations > Run To Create configuration - Run > Edit Configurations To create testng.xml - add plugin Create TestNg XML Stories by Raghav - https://automationstepbystep.com/stories/ My Udemy Courses - https://automationstepbystep.com/udemy-discounts/ Every LIKE & SUBSCRIPTION gives me great motivation to keep working for you You can support my mission for education by sharing this knowledge and helping as many people as you can If my work has helped you, consider helping any animal near you, in any way you can. Never Stop Learning Raghav Today we will learn - What is TestNG | How to install TestNG 1. What is TestNG 2. How to install TestNG in eclipse 3. How to add TestNG libraries in Selenium Project What is TestNG TestNG is a testing framework for the Java programming language created by Cédric Beust and inspired by JUnit and NUnit. Makes test creation, execution and reporting efficient Uses annotations like @BeforeTest, @AfterTest, @BeforeSuite, @AfterSuite @BeforeMethod, @AfterMethos @BeforeClass, @AfterClass NG = Next Generation Step 1 : Add TestNG plugin in Eclipse Step 2 : Add TestNG libraries Step 3 : Validate Advantages of TestNG Makes test creation, execution and reporting efficient Helps in Grouping of tests Helps in Prioritizing of tests Parallel execution Reporting REFERENCES https://testng.org/doc/index.html https://github.com/cbeust/testng-eclipse/ https://en.wikipedia.org/wiki/TestNG https://mvnrepository.com/ #SeleniumJavaFramework #SeleniumTutorials #SeleniumTraining #SeleniumFramework #SeleniumJavaTutorial #SeleniumBeginnerTraining FREE Courses - https://automationstepbystep.com/ Like, Subscribe & Share You can support my mission for education by sharing this knowledge and helping as many people as you can If my work has helped you, consider helping https://animalaidunlimited.org/ or any animal welfare group near you Never Stop Learning Raghav https://automationstepbystep.com/

You May Also Like