
测试
唯一1987
it菜鸟
展开
-
博客 iOS 自动化测试常用语句
// tableview向下滑动一个屏幕的内容 上下左右 target.frontMostApp().mainWindow().tableViews()[1].scrollDown(); target.frontMostApp().mainWindow().tableViews()[1].scrollUp(); target.frontMostApp().mainWindow().table转载 2014-07-24 14:59:12 · 1091 阅读 · 0 评论 -
解析instrument得trace文件
解析instrument得trace文件 http://stackoverflow.com/questions/16737621/trying-to-read-a-xcode-instruments-trace-file-what-is-the-file-format-of-a-tr?answertab=active#tab-top转载 2014-08-22 17:41:43 · 1613 阅读 · 0 评论 -
IOS测试框架之:athrun的InstrumentDriver源码阅读笔记
athrun是淘宝的开源测试项目,InstrumentDriver是ios端的实现,这个框架是对UIAutomation的java实现,在代码提示、用例维护方面比UIAutomation强多了,借junit4的光,我们可以通过junit4的@Parameters或者Feed4junit实现数据驱动,非常适合生产环境。原创 2014-08-14 19:51:49 · 1378 阅读 · 0 评论