码迷,mamicode.com
首页 >  
搜索关键字:android自动化测试 selenium androiddriver    ( 6427个结果
Windows 安装Calabash-Android
calabash简介: Calabash-android是支持android的UI自动化测试框架,PC端使用了cucumber框架,通过http和json与模拟器和真机上安装的测试apk通信,测试apk调用robotium的方法来进行UI自动化测试,支持webview操作。 1 安装ruby,下载地址:http://rubyinstaller.org/downloads/ ...
分类:移动开发   时间:2014-09-07 17:20:05    阅读次数:302
mac 安装Android sdk以便开展appium android自动化测试
首先下载androidsdk。切换到用户home目录cd~/创建配置文件touch.bash_profile打开配置文件open.bash_profile添加内容:exportPATH=$PATH:/Users/zhangminjie/Documents/sdk/platform-tools:/Us...
分类:移动开发   时间:2014-09-06 21:16:13    阅读次数:331
selenium webdriver ChromeOptions
ChromeOptions options=new ChromeOptions(); //options.addExtensions(new File("C:\\Agent.crx")); //加载扩展 //options.addArguments("user...
分类:Web程序   时间:2014-09-06 21:12:53    阅读次数:298
Selenium webdriver firefox 带配置启动
FirefoxProfile firefoxProfile=new FirefoxProfile(new File("/Users/zhangminjie/Library/Application Support/Firefox/Profiles/y1qo9afq.default"));driver....
分类:Web程序   时间:2014-09-06 21:12:03    阅读次数:279
selenium webdriver java处理上传
public void uploadFile(String path) { //File file = new File("C:\\jacob-1.18-M2-x64.dll"); // System.setProperty(LibraryLoader.JACOB_DLL...
分类:编程语言   时间:2014-09-06 21:10:43    阅读次数:431
Selenium私房菜系列3 -- Selenium API参考手册【ZZ】
大家在编写测试案例想查阅Selenium API说明时,可以查阅本文,否则请跳过! (注:这里API版本比较老,新版本的Selenium的API在这里不一定能找到。)Selenium API说明文档(转载自:http://wiki.javascud.org/display/springs/Sele....
分类:Windows程序   时间:2014-09-04 23:32:00    阅读次数:515
Selenium私房菜系列2 -- XPath的使用【ZZ】
在编写Selenium案例时,少不免是要用到XPath的,现在外面关于XPath使用的参考资料很多,下面我直接转一篇关于XPath使用的文档。如果对XPath不熟悉请参考下文,你不需要去百度/Google搜索关于XPath的资料,因为下面的内容已经足够你写测试时使用,如果你已熟悉XPath,本章大可...
分类:其他好文   时间:2014-09-03 22:37:07    阅读次数:338
[转]Selenium私房菜系列1 -- Selenium简介
一.Selenium是什么?Selenium是ThroughtWorks公司一个强大的开源Web功能测试工具系列,本系列现在主要包括以下4款: 1.Selenium Core:支持DHTML的测试案例(效果类似数据驱动测试),它是Selenium IDE和Selenium RC的引擎。 2.Sele...
分类:其他好文   时间:2014-09-03 00:15:35    阅读次数:272
利用Selenium自动化web测试
利用Selenium自动化web测试
分类:Web程序   时间:2014-09-01 15:34:13    阅读次数:449
WebDriver + TestNG 应用【转】
出自:http://magustest.com/blog/automationtesting/webdriver-testng/Selenium 2 已经发布了一个多月,官方版本已经到了Selenium 2.3,并且在Google code里面可以找到2.4的下载。Selenium 2 最大的更新就...
分类:Web程序   时间:2014-09-01 12:22:33    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!