|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/test-driven-development-for-professionals/
课程评论:没有评论
**课程名称:24小时学会 TDD** **课程简介:** 本课程面向 Java 开发者,旨在帮助您从手动测试转向自动化软件测试,提升专业软件测试技能。您将学习如何编写高质量的测试代码,掌握使用 Mock 对象模拟数据库的技术,以及实践测试驱动开发(TDD),即在编写生产代码之前编写测试代码,从而有效减少 bug,确保代码的正确性。课程将通过大量真实世界类的测试示例,让您深入理解测试的艺术,并轻松掌握专业的测试方法。 **学习目标:** * 停止手动测试,转向自动化软件测试。 * 掌握编写高质量测试代码的技巧。 * 学习使用 Mock 对象模拟数据库。 * 理解并实践测试驱动开发(TDD)。 * 通过测试编写出更健壮、无 bug 的 Java 代码。
Are you a Java developer and want to become an expert in software testing? That's the course for you! In this course, you will learn how to stop doing manual testing and start to do automated software testing.How many times did you write a bug? How many times did you change the software and didn't test it all? Testing software is an art. And surprisingly easy! During the videos, we will see many real world classes that need to be tested. In a nutshell, you will see that writing a test is almost like writing all those "main methods" you have written during your first programming lessons. Then, you will see how to do it professionally. And by professional, I mean learn how to have a good testing code, how to simulate databases using mock objects, and even how to practice Test-Driven Development, which is about writing the test code prior to the production code (and yes, that are many advantagens when doing it!).Good developers write good code. And good code is, among many other things, code that work. Let's learn how to test software and never have a bug again!