More Java, different ways to test your applications
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.
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.
🗒 Course Introduction
Having a lot of test code doesn't necessarily mean you have good code, nor does writing a lot mean you're a good developer. In fact, excessive test code can actually increase the amount of code you have to manage, making code analysis and modification more difficult. Therefore, it's crucial to learn how to write minimal tests by selecting tools appropriate to your testing needs. Knowing which tools are suitable for which purposes allows you to choose the right tool for the right situation. Therefore, this course...
Describes several methods and tools for testing applications.
Finally, you will learn how to test the architecture of your application with ArchUnit .
After completing this course, you'll master a variety of methods for testing Java applications. You'll be able to write tests that meet the needs of your specific tasks and projects.
🙌 Tools covered here
JUnit 5, Mockito, Testcontainers, JMeter, Chaos Monkey for Spring Boot, ArchUnit
Recommended for these people
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
Hello This is
92,167
Learners
4,200
Reviews
2,010
Answers
4.8
Rating
20
Courses
네이버와 아마존을 거쳐 현재 Microsoft에서 시니어 소프트웨어 엔지니어로 일하고 있습니다.
아인슈타인은 "교육이란 사실을 가르치는 것이 아니라, 생각할 수 있는 힘을 기르는 것이다."라고 말했습니다. 그리고 저도 그 말에 깊이 공감하며 강의를 만들고 있습니다.
유튜브: '백기선' 채널에서 개발자 고민 상담 및 개발자에게 유용한 지식 공유 번역: 스프링 및 하이버네이트 관련 서적 다수 번역 저술: 쉽게 따라하는 자바 웹 개발
Common features of Baekgi Seon's lectures, but
Advantages:
He meticulously organizes and teaches only the essential items and allows you to study on your own
References are well written, so it's a great lecture to look back on later when needed
Disadvantages
The level of knowledge is higher than other lectures, and beginners may be confused because he doesn't explain everything in detail
I'll listen to this great lecture again!
The flow is good. You can quickly absorb the learning content.
IDE is Intelli-Writing
The lecture is conducted as a reference introduction/instructor live coding.
I am writing this because I see people giving one star for this.
I think it would be better to set the difficulty level to intermediate, not beginner. There are quite a few basic knowledge items that you need to know.
Thank you for always giving great lectures~
I always had a lot of trouble with test codes, but I think I was able to grasp the concept a little more through this lecture.
And thank you for introducing various tests and showing them through live coding.