Xcode有四种build for分别是:build for Runningbuild for Testingbuild for Profilingbuild for ArchivingRunning最常用的一种,在模拟器或者设备上运行Testing单元测试所用Profiling测试各种性能问题,内...
分类:
其他好文 时间:
2015-05-22 12:53:30
阅读次数:
107
理解HTTP/304响应原文:http://www.telerik.com/automated-testing-tools/blog/eric-lawrence/12-11-06/understanding-http-304-responses.aspx刚刚开始使用Fiddler的用户经常会对Fid...
分类:
Web程序 时间:
2015-05-22 11:05:47
阅读次数:
154
FindBugs的安装及使用开始使用URI的方式在线安装,安装两次都失败了,所以先下载FindBugs插件压缩包,将其解压后拷贝到Eclipse的Plugin目录下,重新启动Eclipse即可安装或在项目或是java文件上右击可以出现findbugs选项,如图首先在window中添加findbugs...
分类:
数据库 时间:
2015-05-21 15:30:48
阅读次数:
133
出现linker command failed with exit code 1 (use -v to see invocation)这个错误,app下app名的文件夹file not found,而且还跟test有关。
解决放,选择工程,在targets下面选择xxxtests,看到它的general里有一个testing,testing下有个host application,选择它的下拉框,...
分类:
移动开发 时间:
2015-05-20 11:29:15
阅读次数:
173
CakeDC Git workflow是一个项目开发和版本发布的工作流,在这个工作流程中开发和版本发布周期是基于几个关键阶段(key phases):Development:所有活跃的开发活动都由里程碑驱动,在这个阶段的产出是很不稳定的代码基线QA:Quality assurance testing...
分类:
Web程序 时间:
2015-05-20 00:21:52
阅读次数:
282
源apt的源列表存放在/etc/apt/sources.list文件中,在安装时通常已经配置好(取决于你安装时的设置)。此列表告诉apt包管理工具要从哪些镜像寻找哪些内容。如果要使用Testing源,则要对该列表进行修改,可以使用vi文本编辑器。列表中有#号开头的行是注释行,不影响apt管理工具的读...
分类:
其他好文 时间:
2015-05-18 14:21:05
阅读次数:
103
书在这里Selenium is a set of tools for automating browsersSelenium IDE: This is a Firefox add-in used to record and play back the Selenium scripts with Fi...
分类:
编程语言 时间:
2015-05-14 18:23:23
阅读次数:
138
GitHub地址:https://github.com/Amnesia0704文章主题:测试用例的自动生成所选文章:MacHiry A, Tahiliani R, Naik M. Dynodroid: An input generation system for android apps[C]//P...
分类:
其他好文 时间:
2015-05-14 15:46:43
阅读次数:
108
目录(?)[-]Android automated testing 1How to test Android applications Tip2Unit tests vs functional tests 3JUnit 3 4Running tests on a server without dis...
分类:
移动开发 时间:
2015-05-13 19:28:20
阅读次数:
256
Preparing for App ReviewAfter you finish testing, you’re ready to submit your app for review. This chapter highlights a few tips to help you through t...
分类:
移动开发 时间:
2015-05-11 16:02:45
阅读次数:
244