码迷,mamicode.com
首页 >  
搜索关键字:testing the catcher    ( 1060个结果
Appium for IOS testing on Mac
一:环境1.Mac OS X 10.9.12.Xcod 5.0.23.Appium 1.3.6下载地址:https://bitbucket.org/appium/appium.app/downloads/appium-1.3.6.dmg4.adt-bundle-mac-x86_64-20140702...
分类:移动开发   时间:2015-03-20 14:24:54    阅读次数:242
Django tutorial part5
writing_first_django_app_part5Automated Testing解决问题一个很好的方法是首先描述这个问题,然后写出代码来实现它。但是很多人习惯先写好代码然后再进行调试找问题。也许在写代码之前先写好一些测试会是更好的选择。A little bug前面在我们的Questio...
分类:其他好文   时间:2015-03-20 10:44:07    阅读次数:147
AngularJs学习笔记--E2E Testing
原版地址:http://docs.angularjs.org/guide/dev_guide.e2e-testing 当一个应用的复杂度、大小在增加时,使得依靠人工去测试新特性的可靠性、抓Bug和回归测试是不切实际的。 为了解决这个问题,我们建立了Angular Scenario Runner,.....
分类:Web程序   时间:2015-03-19 14:41:23    阅读次数:222
【Android】Eclipse下搭建安卓开发环境
本文撰写于2015/3/13。主页:http://www.cnblogs.com/game-testing/Eclipse下搭建安卓开发环境写在前边的话:安卓开发环境多种多样,没有什么优劣可言,习惯的就是最好的。本文采用Eclipse+ADT+SDK的方式搭建安卓开发环境,同时也方便用于roboti...
分类:移动开发   时间:2015-03-17 17:32:42    阅读次数:152
关于课堂上Exercise#1的讨论
Software Testing_1b-rev page17Exercise#1代码内容:#include int main(void){ char buff[10]; memset(buff,0,sizeof(buff)); gets(buff); printf(...
分类:其他好文   时间:2015-03-14 19:52:50    阅读次数:108
apachebench的简单使用
apachebench的简单使用 2013-03-08 15:48:47分类: LINUX ApacheBench是 Apache 附带的一个小工具,专门用于 HTTP Server 的benchmark testing,可以同时模拟多个并发请求。 需要针对web做压力测试,所以简单学习了一下,并做...
分类:Web程序   时间:2015-03-12 14:38:07    阅读次数:151
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
1060条   上一页 1 ... 92 93 94 95 96 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!