Junit Test
Unit Testing with Junit and Mocking
===========================
1) What is unit test ?
2) what is junit and how to use junit ?
3)what is mocking and how to use mock obj for UT
4) What is Code Coverage ? and how to improve code coverage ?
===================================================
unit test
==========
== It is the process of the testing indivisual component of the software appliacation !
== unit testing is used to identify the bug available in our code
== with the help of unit testing we can provide qualitry code for higher env
== developer are the responsible to perform UT
==To perform unit testing we will use junit and mocking
====================
Junit Unit
========
= Junit is the java based frame work which is used to implement unit for our java application
=current version of the junit is Junit 5
Junit5 =junit platform + junit jupiter + junit vintage
platform = it is provide runTime to run junit test on java app
jupiter = it is provide to annotation to implement unit test case
Vintage = it is provide backward comparability (junit 3 and junit4)
Видео Junit Test канала JavaFullStackGuru
===========================
1) What is unit test ?
2) what is junit and how to use junit ?
3)what is mocking and how to use mock obj for UT
4) What is Code Coverage ? and how to improve code coverage ?
===================================================
unit test
==========
== It is the process of the testing indivisual component of the software appliacation !
== unit testing is used to identify the bug available in our code
== with the help of unit testing we can provide qualitry code for higher env
== developer are the responsible to perform UT
==To perform unit testing we will use junit and mocking
====================
Junit Unit
========
= Junit is the java based frame work which is used to implement unit for our java application
=current version of the junit is Junit 5
Junit5 =junit platform + junit jupiter + junit vintage
platform = it is provide runTime to run junit test on java app
jupiter = it is provide to annotation to implement unit test case
Vintage = it is provide backward comparability (junit 3 and junit4)
Видео Junit Test канала JavaFullStackGuru
Комментарии отсутствуют
Информация о видео
17 января 2025 г. 17:00:36
00:20:14
Другие видео канала