CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 单元测试

搜索资源列表

  1. soft-test

    0下载:
  2. 软件测试过程主要分为四个测试步骤:单元测试、集成测试、系统测试和验收测试.软件测试应该遵守其基本原则-Software testing process is divided into four test steps: unit testing, integration testing, system testing and acceptance testing. Software testing should follow the basic principles
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:301140
    • 提供者:study
  1. TUnitMock

    0下载:
  2. 整合Nunit\Nant\NMock的单元测试案例,要求下载nunit\nant\nmock.-Integration Nunit \ Nant \ NMock the unit test cases required to download nunit \ nant \ nmock.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:735273
    • 提供者:李振德
  1. Thinking-in-Java-4st

    0下载:
  2. 本书赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。从Java的基础语法到最高级特性(深入的面向对象概念、多线程、自动项目构建、单元测试和调试等),本书都能逐步指导你轻松掌握。 -This book won wide acclaim from the world of programmers, even the most obscure concept in Bruce Eckel' s text affini
  3. 所属分类:Java Develop

    • 发布日期:2017-05-17
    • 文件大小:4337637
    • 提供者:yh
  1. Junit

    0下载:
  2. Junit 单元测试工具,他可以是用户很方便地进行测试,检测出错误,提高测试人工的工作效率,并保证程序的质量。-Junittest tolls,it can make users convinient to test,check out the errors,promise the quality of the program.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:284606
    • 提供者:图南
  1. test_online

    0下载:
  2. 在线考试系统:实现了教师出题、学生在线考试(自由测试、单元测试、模拟考试)、错题本,以及相关的系统维护功能!并配有详细设计文档说明书-Online examination system: achieving the title of teachers and students online test (free testing, unit testing, mock examinations) and error of this, and related system maintenance!
  3. 所属分类:Education soft system

    • 发布日期:2017-05-17
    • 文件大小:5085767
    • 提供者:yang
  1. gtest1.6.0

    0下载:
  2. C++单元测试框架代码最新版本1.60版本,支持Windows, Linux等跨平台软件的单元测试,非常好用的测试工具-no English .
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1122693
    • 提供者:梁勇
  1. Top

    0下载:
  2. 设计一个软件,需要进行用户需求分析、系统需求确认、系统概要设计、设计用例场景、系统的详细设计、数据库详细设计、编码、单元测试、集成测试、系统测试、维护等活动。要求用户需求分析在系统需求确认之前完成,系统的详细设计必须在系统的概要设计、设计系统用例和设计用例场景之前完成。-A software design, the need for user needs analysis, system requirements confirmation, the system level design, de
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1756
    • 提供者:lianyu
  1. check-0.9.8.tar

    0下载:
  2. c 语言单元测试工具。 基于 GNU autotools.-unit testing for c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:558943
    • 提供者:Haitao Dan
  1. JUnit

    0下载:
  2. JUnit帮助你学习单元测试,更助你在测试java源码时,知道隐藏的bug,找出所有潜在的bug,对代码健壮性有非常大的帮助-JUnit unit test to help you learn more to help you test the java source code, knowing the hidden bug, identify all potential bug, the robustness of the code has a very big help
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5238802
    • 提供者:aleck
  1. Source

    0下载:
  2. 使用c语言编写的code block实例,可以用来进行c语言程序的错误,进行单元测试,代码覆盖测试。-Using c language code block instance, can be used for c language program errors, unit testing, code coverage testing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1685279
    • 提供者:apple
  1. PureMVP

    0下载:
  2. 在C# WinForm编程过程中,我们往往按Visual Studio2003/2005/2008工具对Windows Forms的默认处理方式,将业务逻辑和视图紧密的融合在一起。比如我们双击一个Button按钮,然后它的事件里编写处理逻辑,必要时将处理的数据写会Model模型中。这样的做法一则不利于单元测试,往往靠手工点击界面来测试,至于以测试驱动开发就更难实现了。二者也不利于代码重用。提供使用MVP模式开发的例子-MVP Demo
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:61059
    • 提供者:古天乐
  1. junit

    0下载:
  2. 用于单元测试,尚学堂的一个讲junit的视频的源代码-For unit testing, junit Shangxuetang a video about the source code
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2869468
    • 提供者:zhangbairu
  1. easymock

    0下载:
  2. java测试程序,让你学会如何进行JAVA的单元测试,-java test program, you learn how to JAVA unit testing,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:108936
    • 提供者:ly
  1. Unit-Testing-C-Sharp-version-of-the-Road

    0下载:
  2. 单元测试C#指导,中文版本。可能对你的NUNIT学习有帮助-Unit Testing C# guide, Chinese version
  3. 所属分类:CSharp

    • 发布日期:2017-05-20
    • 文件大小:6112244
    • 提供者:XX
  1. ConColors_VC6_Demo

    0下载:
  2. 标准C + +的iostream库的颜色不知道。因此,控制台应用程序往往显得很枯燥,往往不能强调的重要文本洪水位。正如我通常使用控制台应用程序做单元测试,我想输入的测试案例中脱颖而出的条件和结果,并很容易解释(即通过绿色和失败红色)。 -The standard C++ iostream library does not know about colors. Hence, console applications tend to look very boring and often fail
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:64853
    • 提供者:huyg
  1. JUnitinAction

    0下载:
  2. 这是一个关于单元测试的书,本书以最经典的junit为例讲述了单元测试的方法和最佳实践。-This is a book about unit testing, junit classic book about an example unit test methods and best practices.
  3. 所属分类:Software Testing

    • 发布日期:2017-06-13
    • 文件大小:21307392
    • 提供者:yunding
  1. UnitTest

    0下载:
  2. 如何生成单元测试方法,并修改测试方法实现测试私有方法-How to generate unit test methods, test method and modify the test private methods
  3. 所属分类:Software Testing

    • 发布日期:2017-04-03
    • 文件大小:64598
    • 提供者:云端
  1. qxrunner.0.9.2

    0下载:
  2. 基于Qt的CPPUNIT单元测试框架 The QxCppUnit library provides a GUI frontend for CppUnit test execution. It is based on the QxRunner and Qt libraries. It can be used to unit test any kind of C++ software, it s not limited to Qt applications. This library
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:175215
    • 提供者:qq
  1. Cunit

    0下载:
  2. 单元测试Cunit 使用文档 介绍了主要框架和使用流程-Cunit unit test framework to use the document describes the main processes and the use of
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:433759
    • 提供者:赵小虎
  1. XiaoFangStore

    0下载:
  2. 软件测试实验单元测试 ,小芳便利店实例兼测试类.-Software testing experiment unit test, xiaofang convenience store
  3. 所属分类:Ajax

    • 发布日期:2017-04-15
    • 文件大小:5797
    • 提供者:王引刚
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 23 »
搜珍网 www.dssz.com