12 2015 档案

摘要: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)
摘要: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)
摘要:如下为结合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)
摘要:如何获取在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)