Session 2 TestNG Framework | How to create TestNG Project In Eclipse IDE | With Selenium Test Cases





📌 Questions that we covered in this video:

1. How to create TestNG Project In Eclipse? 
2. Simple TestNG Example with Selenium Test Cases
3. What are the Annotations of TestNG 
4. Run selenium java tests with testNG using Maven 
5. How to write test cases using TestNG with Selenium

📌 Brief introduction of TestNG:

1. TestNG is an automation testing framework in which NG stands for "Next Generation" 
2. TestNG is inspired from Junit which uses the annotations (@) 
3. TestNG is a preferred framework of QA analysts as it allows you to generate test reports in both HTML and XML formats.  4. TestNG enable you to group test cases easily which is not possible in JUnit.

Good Luck for Your Learning 🙏

Comments

Popular Post

MCQ questions for graphics class method in Java

Print Hello World In Different Programming Languages | Boost Coding Skill | Developer Life

How to run Selenium script when system is locked?

Read Any Type Of JSON File in JAVA | Simple Introduction And Demo Of JavaScript Object Notation