码迷,mamicode.com
首页 >  
搜索关键字:testing    ( 1026个结果
java单元测试(使用junit)
JUnit是由 Erich Gamma 和 Kent Beck 编写的一个回归测试框架(regression testing framework),供Java开发人员编写单元测试之用。 1、概述 Junit测试是程序员测试,即所谓白盒测试,因为程序员知道被测试的软件如何(How)完成功能和完成什.....
分类:编程语言   时间:2015-03-12 11:19:28    阅读次数:135
使用Jenkins进行android项目的自动构建(6)
之前已经介绍过使用Maven做构建,在来介绍一下Gralde的自动化构建。什么是Gralde?官方的解释是Gradle is an open source build automation system. Gradle can automate the building, testing, publ...
分类:移动开发   时间:2015-03-11 18:42:35    阅读次数:142
android unit test
Android Unit and Integration testing:https://github.com/codepath/android_guides/wiki/Android-Unit-and-Integration-testing Unit Testing with JUnit - Tutorial:http://www.vogella.com/tutorials/JUnit/a...
分类:移动开发   时间:2015-03-10 12:21:12    阅读次数:161
WatiN框架学习
WatiN 是一个源于 Watir的工具,开源且用于web测试自动化的类库。Web Application Testing in .NET. WatiN 通过与浏览器的交互来实现自动化,使用起来具有轻便,简单的特点。 WatiN.Core: WatiN的核心部分,与浏览器的交互都包含在此模块中。 ....
分类:其他好文   时间:2015-03-10 11:48:36    阅读次数:153
js正则匹配
var text = "testing: 1, 2, 3";var pattern = /\d+/g;pattern.test(text) //=>true :匹配成功text.search(pattern);//=> 9:首次匹配成功的位置(从0开始计数)text.match(pattern);/...
分类:Web程序   时间:2015-03-10 11:45:53    阅读次数:153
玩转单元测试之Testing Spring MVC Controllers
玩转单元测试之 Testing Spring MVC Controllers转载注明出处:http://www.cnblogs.com/wade-xu/p/4311657.htmlTheSpring MVC Test frameworkprovides first class JUnit suppo...
分类:编程语言   时间:2015-03-05 10:47:26    阅读次数:171
性能测试的分类
性能测试大体分为6类 1、负载测试(Load Testing) 负载测试是指在一定条件的软件、硬件及网络环境下,运行一种或多种业务,在不同虚拟用户数量的情况下,测试服务器的性能指标是否在用户的要求范围内,以此来确定系统所能承载的最大用户数、最大有效用户数一级不同用户数下的系统响应时间一服务器资源利用...
分类:其他好文   时间:2015-02-26 16:14:11    阅读次数:133
FDA Approves First Hepatitis B Viral Load Test on 2007
FDA Approves First Hepatitis B Viral Load TestAnother Roche first in TaqManreal-time PCR testing for the diagnostic labThe U.S. Food & Drug Administra...
分类:移动开发   时间:2015-02-16 23:31:07    阅读次数:462
Android 测试工具集02
User scenario testing for Android(功能性测试框架)Robotium is an Android test automation framework that has full support for native and hybrid applications. R...
分类:移动开发   时间:2015-02-12 21:17:44    阅读次数:329
Visual Studio Online Integrations-Testing
原文:http://www.visualstudio.com/zh-cn/explore/vso-integrations-directory-vs
分类:其他好文   时间:2015-02-12 10:34:53    阅读次数:122
1026条   上一页 1 ... 90 91 92 93 94 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!