If you are a student or developer who is using or studying the Java programming language, you will learn various methods of testing your applications that you must know.
How to write tests in Java applications
How to test Java application performance
How to test for operational environment issues
How to test your application architecture
How to test using Docker
JUnit 5, Mockito, Testcontainers, Chaos Monkey for Spring Boot, JMeter, ArchUnit
If you want to go beyond just being a developer and become a “better developer”...
You need to know how to write proper test code.
In this course, you will learn how to test Java applications in a variety of ways.
Having a lot of test codes does not mean that you have good code, or that you have to write a lot of them to be a good developer. On the contrary, having too much test codes can increase the amount of code that needs to be managed, and in some cases, it can make code analysis or modification difficult. Therefore, it is important to learn how to write a minimum number of tests by selecting a tool that is appropriate for the purpose of testing. You need to know which tool can be used for which purpose so that you can select and use the appropriate tool for the situation. So this course...
Describes several methods and tools for testing your applications.
After taking this course, you will learn a variety of ways to test Java applications. You will be able to write tests that are actually needed for your work and projects.
JUnit 5, Mockito, Testcontainers, JMeter, Chaos Monkey for Spring Boot, ArchUnit
Who is this course right for?
Any student or developer who is learning and using the Java programming language.
Students or developers who want to write test code using tools suitable for various situations.
Students or developers who are learning and using Docker and Spring primarily
Need to know before starting?
Java
91,146
Students
4,047
Reviews
2,009
Answers
4.8
Rating
20
Courses
네이버와 아마존을 거쳐 현재 Microsoft에서 시니어 소프트웨어 엔지니어로 일하고 있습니다.
아인슈타인은 "교육이란 사실을 가르치는 것이 아니라, 생각할 수 있는 힘을 기르는 것이다."라고 말했습니다. 그리고 저도 그 말에 깊이 공감하며 강의를 만들고 있습니다.
유튜브: '백기선' 채널에서 개발자 고민 상담 및 개발자에게 유용한 지식 공유
번역: 스프링 및 하이버네이트 관련 서적 다수 번역
저술: 쉽게 따라하는 자바 웹 개발
All
43 lectures ∙ (5hr 56min)
Introducing JUnit 5
05:32
JUnit 5 Assertion
20:16
JUnit 5 Custom Tags
03:37
JUnit 5 test order
07:08
JUnit 5 migration
10:52
Introducing Mockito
10:18