码迷,mamicode.com
首页 >  
搜索关键字:testing    ( 1026个结果
软件测试读书列表
测试入门软件测试(第2版)Software Testing (2e), Ron Patton一本测试入门的好书,较全面地介绍了各种测试领域和方法,为测试新手提供了正确的观念和宽泛的基础。软件测试的艺术(第2版)The Art of Software Testing (2e), Glenford J....
分类:其他好文   时间:2015-06-17 00:24:42    阅读次数:115
Caffe代码导读(5):对数据集进行Testing
Caffe代码导读(5):对数据集进行Testing上一篇介绍了如何准备数据集,做好准备之后我们先看怎样对训练好的模型进行Testing。先用手写体识别例子,MNIST是数据集(包括训练数据和测试数据),深度学习模型采用LeNet(具体介绍见http://yann.lecun.com/exdb/le...
分类:其他好文   时间:2015-06-16 18:24:52    阅读次数:226
Building and Testing with Gradle
Chapter 1. Hello, Gradle! ANT:灵活,没有任何的约定俗成,没有依赖管理,虽然后来加入了依赖管理,但是还是不支持约定 Maven:提供了严格的标准和依赖管理,但是使用麻烦 Gradle:提供开箱即用的约定即约定大于配置,并且也可以灵活的改变                      支持依赖管理,也支持传递依赖,通过Maven或者Ivy...
分类:其他好文   时间:2015-06-10 22:43:05    阅读次数:251
Android Testing Support Library
This release includes three major updates: Espresso-Web[1]: an Espresso-like API for automated UI testing of hybrid Android applications. Use Espresso-Web to test and interact with any WebView and ...
分类:移动开发   时间:2015-06-10 10:37:34    阅读次数:141
TreeMap按照value进行排序
public class Testing { public static void main(String[] args) { HashMap map = new HashMap(); ValueComparator bvc = new Val...
分类:编程语言   时间:2015-06-09 11:18:41    阅读次数:127
iOS——TestFlight Beta Testing
TestFlight Beta Testing makes it easy to invite users to test youriOS 8 apps before you release them on the App Store. You can invite up to 1,000 external testers using just their email address....
分类:移动开发   时间:2015-06-01 13:23:47    阅读次数:192
Pairwise Independent Combinatorial Testing tool (PICT)
PICT是微软推出的一款自动生成测试用例的小工具。体积很小(不到1MB),而且使用起来简单方便。下面通过一个例子展示一下它的能力:根据这些条件, 我们设定的模型如下:User name: NULL, not exist, too long, too short, legalPassword: NUL...
分类:其他好文   时间:2015-06-01 11:10:48    阅读次数:143
Android 进行单元测试难在哪-part2
原文链接 : Why Android Unit Testing is so hard 原文作者 : Matthew Dupree 译文出自 : 开发技术前线 www.devtf.cn 译者 : chaossss 校对者: tiiime 状态 : 完成 在Android 进行单元测试难在哪-part1中,我用干货告诉大家:即使是 Google 大牛写出来的代码也无法...
分类:移动开发   时间:2015-05-29 09:54:26    阅读次数:155
(转)Eclipse中junit框架的使用——单元测试
【转】junit浅学笔记一 JUnit是一个回归测试框架(regression testing framework)。Junit测试是程序员测试,即所谓白盒测试,因为程序员知道被测试的软件如何(How)完成功能和完成什么样(What)的功能。Junit是一套框架,继承TestCase类,就可以用Ju...
分类:系统相关   时间:2015-05-27 20:40:28    阅读次数:201
The Automated Testing Handbook 自动化测试手册目录
Table ofContents目录Introduction引言Why automate?为什么要自动化?When not to automate什么时候不用自动化How not to automate如何实现自动化Setting realistic expectations制定切合实际的期望Get...
分类:数据库   时间:2015-05-26 12:10:48    阅读次数:140
1026条   上一页 1 ... 84 85 86 87 88 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!