会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
卡丘虾
博客园
首页
新随笔
联系
管理
订阅
2015年12月20日
selenium WebDriver:使用TestNG、POI和Excel文件进行数据驱动
摘要: package cn.gloryroad;import org.testng.annotations.Test;import org.testng.annotations.BeforeMethod;import org.testng.annotations.AfterMethod;import or...
阅读全文
posted @ 2015-12-20 18:35 卡丘虾
阅读(807)
评论(0)
推荐(0)
2015年12月7日
selenium WebDriver:使用TestNG和CSV文件进行数据驱动
摘要: 1.如何解决CSV文件乱码问题讲csv文件用UltraEdit-32软件打开,在底部状态栏有标识中将编码类型变为utf-82.具体结合csv数据驱动代码csv文件package cn.gloryroad;import org.testng.annotations.Test;import org.te...
阅读全文
posted @ 2015-12-07 19:20 卡丘虾
阅读(448)
评论(0)
推荐(0)
selenium WebDriver:使用TestNG进行数据驱动
摘要: 如下为结合testNG进行的数据驱动测试package cn.gloryroad;import org.testng.annotations.Test;import org.testng.annotations.DataProvider;import org.testng.annotations.T...
阅读全文
posted @ 2015-12-07 18:53 卡丘虾
阅读(375)
评论(0)
推荐(0)
selenium WebDriver 获取浮动框内容并点击
摘要: 如何获取在Ajax方式产生的浮动框中的元素package cn.gloryroad;import org.testng.annotations.Test;import org.testng.annotations.BeforeMethod;import org.testng.annotations....
阅读全文
posted @ 2015-12-07 18:48 卡丘虾
阅读(1116)
评论(0)
推荐(0)
公告