摘要: 1. Selenium IDE, Options > Format 选择Java / Junit 4 / Remote Control, 录制的Source代码仍旧不是Junit4的代码。解决:打开IDE Options > Options, 选上Enable experimental features, 再设置Options > Format, 就可以得到Junit代码。可通过文件 > Export Test Case As... > Java / Junit4 / Remote Control 保存得到代码。2. 引入架包seleniumserver.jar 阅读全文
posted @ 2012-09-03 17:32 在学习的团子 阅读(5097) 评论(0) 推荐(0) 编辑