测试驱动开发
test-driven development
缩写:TDD
中文定义
一种软件开发技术,先开发、自动化测试用例,然后通过这些测试用 例增量开发软件。 缩写: 缩写:
English Definition
A software development technique in which the test cases are developed, automated and then the software is developed incrementally to pass those test cases.