码迷,mamicode.com
首页 >  
搜索关键字:testing    ( 1026个结果
Testing properties
You can do this with the inoperator, with the hasOwnProperty() and propertyIsEnumerable() methods, or simply by quering the property.var o = { x: 1 }"...
分类:其他好文   时间:2014-10-10 19:04:54    阅读次数:134
URL vs. HTML 录制模式
转自:http://blog.csdn.net/testing_is_believing/article/details/5274188于WEB协议,LoadRunner支持3种模式的录制:GUI-based、HTML based和URLbased,这篇文章对比了一下URL和HTML模式:http:...
分类:Web程序   时间:2014-10-01 17:35:41    阅读次数:257
Cheatsheet: 2014 09.01 ~ 09.30
Mobile Testing Mobile: Emulators, Simulators And Remote Debugging iOS 8 and iPhone 6 for Web Developers and Designers Web HTTP vs HTTPS performance co...
分类:其他好文   时间:2014-09-30 18:48:49    阅读次数:162
Instrumentation安卓官方简介(个人认为是HighLevel抽象出来的最简介明了的阐述)
官方连接:http://developer.android.com/tools/testing/testing_android.html中间Instrumentation段落 (百度出来的Instrumentation的阐述大部分不是经过阉割就是过于冗长,看得人云里雾去的,此文翻译了官方的简介,从高层把Instrumentation框架做的阐述,以Q&A的思路说明白了究竟Instrumentat...
分类:移动开发   时间:2014-09-26 20:01:08    阅读次数:259
修改代码的艺术笔记
使用单元测试使修改代码变得简单。在编程的时候考虑测试:使用类的方法来代替方法,这样可以通过在测试中编写继承类,改变相应方法的行为,达到避免执行某些函数的目的,更好的解依赖。使用包含预处理的头文件来制造接缝。#ifdef TESTING。。。 endif通过修改链接时的包含路径,另外的写专门用于测试的...
分类:其他好文   时间:2014-09-21 01:21:39    阅读次数:212
Erlang学习: EUnit Testing for gen_fsm
(译)Erlang学习: EUnit Testing for gen_fsm...
分类:其他好文   时间:2014-09-17 15:14:02    阅读次数:189
hibernate各个包
hibernate-testing: 支持单元测试。hibernate-swarmcache:支持SwarmCache,一个简单而功能强大的分布式缓存机制。它使用IP组播来有效地在缓存的实例之间进行通信。它是快速提高集群式Web应用程序的性能的理想选择。hibernate-proxool:支持Pro...
分类:系统相关   时间:2014-09-15 15:40:59    阅读次数:259
cakephp 单元测试断言方法总结
前言 cakephp 的单元测试参考http://book.cakephp.org/2.0/en/development/testing.html以下是CakeTestCase类的断言,也就是cakephp 定义的断言,实际使用中还可以使用CakeTestCase的父类PHPUnit_Framewo...
分类:Web程序   时间:2014-09-12 20:36:44    阅读次数:220
Android Testing Point
The test application demonstrates these key points:An Android test is itself an Android application that is linked to the application under test by en...
分类:移动开发   时间:2014-09-05 17:36:41    阅读次数:288
How Do I Deploy a Windows 8 App to Another Device for Testing?
If your developing a new Windows 8 app and you want to test it on another device (e.g. Surface), you’ll need to use a technique called sideloading. Th...
分类:移动开发   时间:2014-09-01 09:14:32    阅读次数:283
1026条   上一页 1 ... 96 97 98 99 100 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!