您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. How to Write Better Test Cases

  2. Written by Dianne L. RunnelsEnglish PDF Document
  3. 所属分类:其它

    • 发布日期:2007-08-03
    • 文件大小:49152
    • 提供者:leexuhan
  1. use case testability

  2. Ross Collard analyze how to translate use cases to test cases
  3. 所属分类:其它

    • 发布日期:2009-07-15
    • 文件大小:105472
    • 提供者:mywaterweed
  1. How to Write Better Test Cases.pdf

  2. How to Write Better Test Cases.pdf
  3. 所属分类:C/C++

    • 发布日期:2009-09-26
    • 文件大小:70656
    • 提供者:longyongding
  1. How+to+Write+Better+Test+Cases

  2. What is it worth to improve test cases? What risk would impel you to invest in better test cases? As long as they cover the software requirements, isn't that good enough? The answer to these questions is that poor test cases do indeed expose you to
  3. 所属分类:其它

    • 发布日期:2009-11-13
    • 文件大小:70656
    • 提供者:xuwanjia
  1. Beautiful Testing

  2. How This Book Is Organized While waiting for chapters to trickle in, we were afraid we would end up with different versions of “this is how you test” or “keep the bar green.” Much to our relief, we ended up with a diverse mixture. Manifestos, detail
  3. 所属分类:C#

    • 发布日期:2010-01-14
    • 文件大小:4194304
    • 提供者:wolfhunterhu
  1. automated generation of test cases using MDA

  2. In this paper, we demonstrate a method that uses e model transformation technology of MDA to nerate unit test cases from a platform-independent odel of the system. The method we propose is based sequence diagrams. First we model the sequence agram a
  3. 所属分类:其它

    • 发布日期:2010-08-24
    • 文件大小:268288
    • 提供者:wrx01
  1. a study on a path-based strategy for selecting black-box generated test cases

  2. Various black-box methods for the generation of test cases have been proposed in the literature. Many of these methods, including the category-partition method and the classi cation-tree method, follow the approach of partition testing, in which the
  3. 所属分类:C#

    • 发布日期:2010-09-15
    • 文件大小:312320
    • 提供者:djaihj
  1. UPnP Certification Test Tools v1.5

  2. The UPnP™ Certification Test Tool is designed to test UPnP™ devices, rather than individual services. Positive test results imply that devices and services have demonstrated compliance, based on available test cases, with the UPnP™ Device Architectu
  3. 所属分类:嵌入式

    • 发布日期:2011-07-05
    • 文件大小:1048576
    • 提供者:qt4422
  1. [微软怎样测试软件].How.We.Test.Software.at.Microsoft

  2. Part I, "About Microsoft" Chapter 1 "Software Engineering at M Chapter 2 "Software Test Engineers a Chapter 3 "Engineering Life Cycles" Part II, "About Testing" Chapter 4 "A Practical Approach to T Chapter 5 "Functional Testing Techni Chapter 6 "Str
  3. 所属分类:软件测试

    • 发布日期:2012-03-26
    • 文件大小:3145728
    • 提供者:may_3791
  1. Generating Test Cases for Specification Mining

  2. Generating Test Cases for Specification Mining
  3. 所属分类:系统安全

    • 发布日期:2013-01-07
    • 文件大小:523264
    • 提供者:loki_shen
  1. PayPass Level2 test case

  2. PayPass Test Cases for Level 2 Terminal Testing
  3. 所属分类:金融

    • 发布日期:2013-10-11
    • 文件大小:2097152
    • 提供者:chowooooo
  1. EMVCo Type Approval_Terminal Level 1_Test Cases

  2. EMVCo Type Approval_Terminal Level 1_Test Cases
  3. 所属分类:嵌入式

    • 发布日期:2013-10-15
    • 文件大小:1048576
    • 提供者:jk0o0
  1. How To Write Good Test Cases

  2. Guidelines for writing good test cases using Robot Framework.
  3. 所属分类:其它

    • 发布日期:2015-08-31
    • 文件大小:285696
    • 提供者:gld305
  1. RDB TO RDF TEST CASES

  2. 将数据库信息转换为RDF数据的两种方法DM和R2RML的测试用例说明
  3. 所属分类:其它

    • 发布日期:2016-10-25
    • 文件大小:282624
    • 提供者:zzfsjz
  1. Test.Driven.Development.in.Ruby.pdf

  2. Learn the basics of test driven development (TDD) using Ruby. You will carry out problem domain analysis, solution domain analysis, designing test cases, and writing tests first. These fundamental concepts will give you a solid TDD foundation to bui
  3. 所属分类:其它

    • 发布日期:2017-03-27
    • 文件大小:5242880
    • 提供者:ramissue
  1. How to Write Better Test Cases

  2. Investing in test cases What is it worth to improve test cases? What risk would impel you to invest in better test cases? As long as they cover the software requirements, isn't that good enough? The answer to these questions is that poor test cases
  3. 所属分类:其它

    • 发布日期:2009-02-20
    • 文件大小:70656
    • 提供者:sunzhuqian
  1. lang-test-cases-源码

  2. lang测试案例 西方学院(Occidental College)的COMP 337编程语言(2021年Spring)的玩具语言lang的测试用例存储库。
  3. 所属分类:其它

    • 发布日期:2021-03-21
    • 文件大小:262144
    • 提供者:weixin_42120997
  1. aps-test-cases:用Deno和Typescript编写的APS测试用例运行器-源码

  2. APS测试用例和测试运行器 算法问题解决的测试用例。 还包括一些针对I / O进行了优化且与gradescope兼容的。 使用测试运行器 使用命令./run_tests 运行测试运行程序,并通过使用./run_tests --help获得更多帮助。 测试运行器编译您的代码并运行它; 在编译之前,它首先将代码复制到一个名为.build/Main.ext的文件中,其中ext是程序的扩展名,而.build文件夹与测试运行程序位于同一目录中。 因此,您可以根据需要命名文件。 如果您使用的是Java,
  3. 所属分类:其它

    • 发布日期:2021-03-09
    • 文件大小:17825792
    • 提供者:weixin_42128393
  1. test-cases-remote-源码

  2. test-cases-remote
  3. 所属分类:其它

    • 发布日期:2021-03-09
    • 文件大小:163840
    • 提供者:weixin_42171132
  1. csc330-test-cases:我们旨在彻底测试我们的任务:rocket:-源码

  2. CSC330测试用例 作业3 如何使用它 将“ /assign3/main.sml替换为“ Assignment 3”文件夹03_assign/src/main.sml 。 作业2 如何使用它? 将“ /assign2/main.sml替换为“ Assignment 2”文件夹02_assign/src/main.sml 。
  3. 所属分类:其它

    • 发布日期:2021-02-28
    • 文件大小:10240
    • 提供者:weixin_42131443
« 12 3 4 5 6 7 8 9 10 ... 16 »