Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Master Tdd Junit4 Junit5 Hamcrest Mockito Testing

Posted By: ELK1nG
Master Tdd Junit4 Junit5 Hamcrest Mockito Testing

Master Tdd Junit4 Junit5 Hamcrest Mockito Testing
Published 8/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.28 GB | Duration: 2h 58m

Java Software Testing: Test Driven Development, JUnit4, JUnit5, Hamcrest Testing, Mockito, Best Practices of testing

What you'll learn
Maven Basics
Intellij IDEA
Software Testing Basics
Bad Unit Testing vs Good Unit Testing
Test principles
Debug Test
Test coverage
Test Driven Development
JUnit4
JUnit5
Hamcrest Testing
Mockito Testing
Requirements
Have basic understanding about Java
Have heard about Maven
Have used Intellij IDEA before
Description
As everyone knows, testing is very important for software development. Writing good test code can improve the quality of the software application and make code changes much easier. - Software testing can also provide an objective, independent view of the software to allow the business to appreciate and understand the risks of software implementation.- Software testing can provide objective, independent information about the quality of software and risk of its failure to usersThis course covers some common software testing techniques and will teach you with code examples. Not only TDD, JUnit, but also Hamcrest Testing, Mockito Testing. I will show you step by step how to write a unit test method and explain the raisons behind.Keep coding following each section, I believe you will be able to write good testing code throughout your development phase.Software Testing Basics- First Unit testing- Debug Test- Test coverage- Test Principles & Good Unit Testing- Test Driven DevelopmentJUnit4 Testing- JUnit4 Assertions- JUnit4 Lifecycles- JUnit4 Parameterized Test- JUnit4 Test RulesJUnit5 Testing- JUnit5 Assertions- JUnit5 Lifecycles- RepeatedTest & Order of Test- JUnit5 Parameterized Test- JUnit5 TestInfoHamcrest Testing- Hamcrest Basic- Hamcrest Matcher Assertions- Hamcrest Custom MatcherMock Testing- Mockito Mock Class- Mockito Mock Interface- Mockito Argument Matchers- Mockito  thenAnswerIf you are interested, join this course and enjoy ~Finally, you can download the project source code from attachment in the last section.

Overview

Section 1: Setup Development Environment

Lecture 1 Setup Development Environment

Section 2: Software Testing Basics

Lecture 2 First Unit Testing

Lecture 3 Debug Test

Lecture 4 Test Coverage

Lecture 5 Test Principles & Good Unit Testing

Lecture 6 TDD (Test Driven Development)

Section 3: JUnit4 Testing

Lecture 7 JUnit4 Assertions

Lecture 8 JUnit4 Lifecycles

Lecture 9 JUnit4 Parameterized Test

Lecture 10 JUnit4 Test Rules

Section 4: JUnit5 Testing

Lecture 11 JUnit5 Assertions

Lecture 12 JUnit5 Lifecycles

Lecture 13 RepeatedTest & Order of Test

Lecture 14 JUnit5 Parameterized Test

Lecture 15 JUnit5 TestInfo

Section 5: Hamcrest Testing

Lecture 16 Hamcrest basic

Lecture 17 Hamcrest matcher assert

Lecture 18 Hamcrest custom matcher

Section 6: Mock Testing

Lecture 19 Mockito mock class

Lecture 20 Mockito mock interface

Lecture 21 Mockito argument matchers

Lecture 22 Mockito thenAnswer

Section 7: Project Source Code

Lecture 23 Project Source Code

Students who want to make progress in software testing,Students who want to know Intellij IDEA and Maven,Students who want to know test driven development,Students who want to learn unit testing with Junit4 and Junit5,Students who want to learn hamcrest testing,Students who want to learn mock mockito testing