43# JUnit Series - Introduction to JUnit - Selenium Automation

Опубликовано: 01 Октябрь 2024
на канале: Knowledge Share
173
4

Welcome to JUnit Sessions
In this video you will learn basics on JUnit Framework

Agenda
_______________________________________
What is JUnit
JUnit Version
JUnit Java Compatibilities
Features


Introduction :
Glimpse on JUnit
JUnit is programmer –friendly testing framework for Java and the JVM
Its called a Unit Testing Framework
Current version of JUnit is v5
Note : JUnit requires Java 8 or above
Supported in Maven and Gradle


Why JUnit is used
To implement unit tests in Java by developers
To sped up programming
To maintain code Quality


Features

Open source framework
Can run testing on
Provides Annotations for organizing tests in better way
Provides Assertions for test results validation
Increases Quality with Tests
Helps for test-driven development


Annotations
Fixtures
Test Suites
Test Runners
JUNIT Classes



#JUnit
#Selenium Automation
#Framework
#KnowledgeShare