搜索资源列表
guitestfirst
- 《使用测试优先方法开发用户界面》 测试优先是测试驱动开发(Test-Driven Development, TDD)的核心思想,它要求在编写产品代码前先编写基于产品代码的测试代码。在测试驱动开发的单元测试中,对GUI应用实施自动测试应该是测试驱动开发的软肋之一。由于界面的操作是有由人来完成的,所以要想在GUI中完成单元自动测试是有一定难度的。Kent Beck在它的《测试驱动开发》中就曾提到过这个问题。 本文将通过一个例子来
howtousecppunit4test
- 测试驱动开发(TDD)是以测试作为开发过程的中心,它坚持,在编写实际代码之前,先写好基于产品代码的测试代码。开发过程的目标就是首先使测试能够通过,然后再优化设计结构。测试驱动开发式是极限编程的重要组成部分。XUnit,一个基于测试驱动开发的测试框架,它为我们在开发过程中使用测试驱动开发提供了一个方便的工具,使我们得以快速的进行单元测试。XUnit的成员有很多,如JUnit,PythonUnit等。今天给大家介绍的CppUnit即是XUn
guitestfirst
- 《使用测试优先方法开发用户界面》 测试优先是测试驱动开发(Test-Driven Development, TDD)的核心思想,它要求在编写产品代码前先编写基于产品代码的测试代码。在测试驱动开发的单元测试中,对GUI应用实施自动测试应该是测试驱动开发的软肋之一。由于界面的操作是有由人来完成的,所以要想在GUI中完成单元自动测试是有一定难度的。Kent Beck在它的《测试驱动开发》中就曾提到过这个问题。 本文将通过一个例子来
Test-drivenn_development
- 测试驱动开发(TDD)以测试作为开发过程的中心,它要求在编写任何产品代码之前, 首先编写用于定义产品代码行为的测试,而编写的产品代码又要以使测试通过为目的。 测试驱动开发要求测试可以完全自动化的运行,在对代码进行重构前后必须运行测试。这是一种革命性的开发方法, 能够造就简单、清晰、高质量的代码。 -test-driven development (TDD) to test as the center of the devel
TDD-Refractor
- 测试驱动开放以及软件重构原理,实际案例分析-Test-driven principles of openness as well as software reconfiguration, the actual case studies
tdscdma
- Technical Specification of IMT-2000 CDMA TDD(TD-SCDMA) (by CWTS)(Updated!!!)
tdd
- 《测试驱动开发》中文电子版,很不错的书。希望大家能够喜欢
EMU-TDD
- keil c51 keil c51
TDD-CDMA_Downlink_using_Joint_transmission
- TDD-CDMA Downlink using Joint transmission
TDD-CDMA
- 3G移动通信中tdd-cdma下行链路的联合传输源码-The system considered is a wireless multi-user direct sequence TDD-CDMA system with K active users in a cell communicating through a common base station (BS)
umtsblind
- PERFORMANCE OF A SEMI-BLIND RECEIVER FOR THE UPLINK OF THE UMTS TDD MODE
lte
- LTE在TDD模式下,不同插值方法的信道估计-LTE In the TDD mode, a different interpolation method of channel estimation
PSS_detect
- PSS码的检测算法。完成TDD-lTE的PSS检测算法的matlab仿真。-PSS code detection algorithm. TDD-lTE completed the PSS detection algorithm matlab simulation.
TDD-
- TDD 金字塔上神像的光芒 软件架构设计-TDD pyramid of light on the statue of the software architecture design
TDD-CDMA.for.Wireless.Communicatio
- this book TDD CDMA for wireless communication contains detail descr iption for TDD as well as FDD and about CDMA as well.
TDD-embedded-cpp
- TDD applied to embedded systems
TDD-LTE
- 4G LTE FDD 协议规范参考文档,详细介绍FDD物理层协议-4G LTE TDD protocol specification reference document, detailing the FDD physical layer protocol
TDD-测试驱动开发
- 测试驱动开发ppt,可以作为培训资料使用,培训的对象包括:软件开发工程师,测试工程师,产品经理,系统工程师(Test driven development PPT can be used as training data. The training targets include software development engineer, test engineer, product manager, system engineer)
TDD
- matlab信号时域分解方法(TDD),用于模态提取(matlab signal time domain decomposition method (TDD), for mode shapes extraction)
TDD
- 文件中含有《C++程序设计实践与技巧:测试驱动开发》书中的源码实例(Source code of Modern C++ Programming with Test-Driven Development)