|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/beginning-test-driven-development-in-c/
课程评论:没有评论
**课程名称:** C++ 入门测试驱动开发 (Beginning Test Driven Development in C++) **课程概述:** 本课程旨在帮助软件开发者掌握测试驱动开发 (TDD) 这一关键实践,以确保代码质量。课程将深入介绍: * **什么是单元测试和测试驱动开发?** 学习它们如何提升代码质量。 * **Google Test 测试库:** 学习如何使用 Google Test 库在 C++ 中编写单元测试。 * **开发环境设置:** 指导如何配置常见的 C++ 开发环境以使用 Google Test。 * **最佳实践:** 分享单元测试和 TDD 的最佳实践。 课程还将包含**实际操作的编程示例**,通过 TDD 的实践来巩固 C++ 编程技能。
Test Driven Development is a key discipline every software developer should practice to ensure the quality of their code. In this course I'll show you how to use this discipline in your everyday coding practices to help ensure the quality of your code base. In this course we'll be going over:What is Unit Testing and Test Driven Development and how does it help you.What is the Google Test testing library and how is it used for writing unit tests in C++.How to setup some common C++ development environments to use Google Test.What are some Best Practices for unit testing and Test Driven Development.We'll also walk through some hands on example programming sessions using TDD in C++.