码迷,mamicode.com
首页 >  
搜索关键字:testing the catcher    ( 1060个结果
ios 单元测试初识(XCTestCase)
今天偶尔碰到了单元测试的相关内容,就了解了一下,感觉比较好用: 单元测试就是面试中经常问到的TDD(Test Driven Development),xcode4之前测试函数需自己创建,之后xcode5,对单元测试进行了升级, xcode4之前的用法详见:http://www.infoq.com/cn/articles/ios-unit-test-1 xcode5之后的用法,特别是xcode...
分类:移动开发   时间:2014-12-19 20:46:13    阅读次数:177
Android InstrumentationTestRunner 链接整理(白盒测试)
InstrumentationTestRunner(API):http://developer.android.com/reference/android/test/InstrumentationTestRunner.html Activity Testing Tutorial:http://developer.android.com/tools/testing/activity_t...
分类:移动开发   时间:2014-12-16 15:27:05    阅读次数:196
Spring学习笔记之Testing
测试嘛,一般也就两种,一种就是单元测试,另外一个就是集成测试。都是废话 一、单元测试 以前也就是搞个模拟,main函数一写搞定。 现在呢,有了个spring,也有了个推荐规范?这个是个什么东西?什么叫干净的分层,什么叫部件化的代码? 基于IOC的的应用时什么样子的?action里边也需要注入么? 那...
分类:编程语言   时间:2014-12-11 22:10:43    阅读次数:173
AndroidUI自动化测试工具-UIautomator
转自:http://www.cnblogs.com/rexmzk/archive/2012/12/26/2834380.html最近公司在开展Android的自动化测试,美国那边的开发人员利用Android的UI Testing和powershell搭建了一个Android自动化的框架。通过几天的学...
分类:移动开发   时间:2014-12-10 12:16:22    阅读次数:157
【外文】Advanced XSS Tutorials for Web application Pen Testing
原文http://alihassanpenetrationtester.blogspot.com/2013/01/bypassing-xss-filters-advanced-xss.htmlHi friends, last time, i explained what is XSS and how...
分类:移动开发   时间:2014-12-10 07:04:31    阅读次数:343
通过Precision/Recall判断分类结果偏差极大时算法的性能
当我们对某些问题进行分类时,真实结果的分布会有明显偏差。例如对是否患癌症进行分类,testing set 中可能只有0.5%的人患了癌症。此时如果直接数误分类数的话,那么一个每次都预测人没有癌症的算法也是性能优异的。此时,我们需要引入一对新的判别标准:Precision/Recall来进行算法的性能...
分类:编程语言   时间:2014-12-06 16:38:03    阅读次数:179
【Stackoverflow好问题】Map<Key,Value>基于Value值排序
问题 Map如何基于Value值排序 精华回答 方法1: 使用TreeMap,可以参考下面的代码 public class Testing { public static void main(String[] args) { HashMap map = new HashMap(); ValueComparator b...
分类:编程语言   时间:2014-12-01 10:07:37    阅读次数:268
Understanding Item Import and Debugging Problems with Item Import (Doc ID 268968.1)
In this Document Purpose Details Scenario 1: Testing the basic item import with minimum columns populated ...
分类:其他好文   时间:2014-11-30 19:59:01    阅读次数:314
【转载】自动化测试:为什么受伤的总是我?
自动化测试专家Elfriede Dustin在2008年10月的《Software Testing and Performance》杂志上发表文章,深入探讨了为什么如此多的自动化测试项目会最终失败。1、IDT的自动化测试调查 IDT(Innovative Defense Technologies)在...
分类:其他好文   时间:2014-11-28 17:42:18    阅读次数:111
软件测试中常用的术语
Ad Hoc Testing--随机测试测试人员通过随机的尝试系统的功能,试图使系统中断。Acceptance Testing--可接受性测试一般由用户/客户进行的确认是否可以接受一个产品的验证性测试。Alpha Testing--Alpha测试由选定的用户进行的产品早期性测试。这个测试一般在可控制...
分类:其他好文   时间:2014-11-24 13:29:15    阅读次数:249
1060条   上一页 1 ... 96 97 98 99 100 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!