JUnit是由 Erich Gamma 和 Kent Beck 编写的一个回归测试框架(regression testing framework),供Java开发人员编写单元测试之用。 1、概述 Junit测试是程序员测试,即所谓白盒测试,因为程序员知道被测试的软件如何(How)完成功能和完成什.....
分类:
编程语言 时间:
2015-03-12 11:19:28
阅读次数:
135
之前已经介绍过使用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 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 是一个源于 Watir的工具,开源且用于web测试自动化的类库。Web Application Testing in .NET. WatiN 通过与浏览器的交互来实现自动化,使用起来具有轻便,简单的特点。 WatiN.Core: WatiN的核心部分,与浏览器的交互都包含在此模块中。 ....
分类:
其他好文 时间:
2015-03-10 11:48:36
阅读次数:
153
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转载注明出处: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 TestAnother Roche first in TaqManreal-time PCR testing for the diagnostic labThe U.S. Food & Drug Administra...
分类:
移动开发 时间:
2015-02-16 23:31:07
阅读次数:
462
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
原文:http://www.visualstudio.com/zh-cn/explore/vso-integrations-directory-vs
分类:
其他好文 时间:
2015-02-12 10:34:53
阅读次数:
122