44# JUnit Series 2# How to Download and Install JUNIT in Eclipse || Setup Jar and Maven Methods
Описание
In this video, I have discussed on a simple way to Download, Install and setup environment variables for JUNIT and setting up environment variables
We have also seen a sample example program to check if JUNIT is working
Links you can use for download
https://junit.org/junit5/
https://search.maven.org/search?q=junit
Sample program to test your JUNIT
========================================
package com.junit;
import org.junit.Test;
public class JUNIT_Sample_Test_UsingMaven
{
@Test
public void Test1()
{
System.out.println("This is test1 in JUnit Maven Type");
}
@Test
public void Test2()
{
System.out.println("This is test2 in JUnit Maven Type");
}
}
==========================================
Please download all codes from below github repository
https://github.com/knowledgeshare-technologies/framework-pre-requisites
?? ??? ???? ?? ????? ???????? ?????????? ?? ???? ???? ??? ?
Learn Selenium in easy way by dividing the concepts in to Module wise. Below are the list of Modules wise learning, each contains max 4 to 5 videos that you can complete in 1 or 2 days.
????
You have all practice programs pasted in the description on each video.
You have GitHub Repository where all the programs are stored at one place for your practice.
Links pasted at the end
Join Facebook Group
https://www.facebook.com/groups/322389966273813
Join Telegram
https://t.me/joinchat/g7XAnQ3yZ-Y2Mzk1
???? ???? ????? ???????? ????????
https://www.youtube.com/playlist?list=PL-fTR5MEeJNGjalBBnVqujCzraUeWT7RN
???? ???????? ????????
https://www.youtube.com/playlist?list=PL-fTR5MEeJNE3qbqAkuFBoYrVCrJ1oM_d
????????? ???-??????????
https://youtube.com/playlist?list=PL-fTR5MEeJNFtK5xCR3LO0S6RCdN5eHwS
?????? ???? ??? ???????? ????? ???????? ????????
https://github.com/knowledgeshare-technologies/SeleniumBasics
?????? ???? ??? ???????? ????????? ?????? ????????
https://github.com/knowledgeshare-technologies/framework-pre-requisites
?????? ???? ??? ???? ???? ???????? ????????
https://github.com/knowledgeshare-technologies/corejava
Рекомендуемые видео



















