- 博客(9)
- 收藏
- 关注
转载 loadrunner中添加windows和linux资源监控器的方法
loadrunner中添加windows和linux资源监控器的方法标签:解决方法主机系统资源规格对话框 对如何在LoadRunner的测试场景中添加资源监控器,如何使用资源监控器的方法,总结形成操作指导手册,以指导测试人员指导开展相关工作。什么是测试场景测试场景是将测试需求结合测试用例进行转化后,用来承载实现测试用例
2014-05-05 10:16:55
2443
转载 如何解决端口号占用问题
。(假如我们需要确定谁占用了我们的9010端口)1、Windows平台在windows控制台窗口下执行:netstat -nao | findstr "9010"TCP 127.0.0.1:9010 0.0.0.0:0 LISTENING 3017你看到是PID为3017的进程占用了9010端口,如果进一步你想知道它的进程名称,你可以使用如下命令:tasklist | findstr
2014-05-04 15:26:16
1116
原创 selenium如何选中某个checkbox
#选中某个checkbox#第一种方法用xpathcheckboxs = bigc_Driver.find_elements_by_xpath("//input[@type='checkbox']")#第二种方法用tag_name#checkboxs = bigc_Driver.find_elements_by_tag_name("input")print len(checkboxs)
2014-04-19 15:48:15
11457
原创 使用unittest测试框架来写selenium的TestCase
用了几天selenium发现,它本身没有出测试报告和执行测试用例的功能【如果有的话,请】
2014-04-18 17:24:24
2942
转载 Automating web tests with FitNesse and Selenium
以下转自UPDATE: My thinking on this has changed significantly in the years following this post, but according to Google it’s still quite popular. If you’re interested in combining FitNesse and Selenium,
2014-04-17 13:59:30
981
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人