上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 47 下一页

2018年2月8日

摘要: http://blog.robotframework.cn/ 阅读全文
posted @ 2018-02-08 09:19 张缤分 阅读(204) 评论(0) 推荐(0)

2018年2月7日

摘要: https://www.soapui.org/apidocs/overview-summary.html 阅读全文
posted @ 2018-02-07 09:30 张缤分 阅读(262) 评论(0) 推荐(0)

2018年1月26日

摘要: https://support.smartbear.com/readyapi/docs/testing/data-driven/types/groovy.html 从官网拷贝code到SoapUI里面,result那里一直报错,仔细看发现result的颜色不对,正常应该是黑色,显示却是紫色。 后来猜 阅读全文
posted @ 2018-01-26 15:55 张缤分 阅读(332) 评论(0) 推荐(0)

2018年1月11日

摘要: 有些元素需要通过滚动条滚动才能变得可见。 如果这些元素在DOM结构里面存在,可以通过scrollIntoView让其可见,但如果在DOM结构里面不存在那就要通过拖动滚动条让其变的可见。 Execute Javascript document.evaluate("//div[@role="progre 阅读全文
posted @ 2018-01-11 14:00 张缤分 阅读(705) 评论(0) 推荐(0)

2018年1月9日

摘要: Execute Javascript document.evaluate("//a[contains(@href,'createBook')]", document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null).snapshotItem(0 阅读全文
posted @ 2018-01-09 17:04 张缤分 阅读(702) 评论(0) 推荐(0)

2018年1月3日

摘要: 看变量在哪里定义的:Ctrl+Alt+Space 看变量在哪里定义的:Ctrl+Alt+Space 阅读全文
posted @ 2018-01-03 17:21 张缤分 阅读(328) 评论(0) 推荐(0)
摘要: Robot Framework怎么debug? 在eclipse里面安装一个插件,就可以debug robot framework的project. 插件下载地址: https://github.com/nokia/RED But: 个人感觉没有必要,因为通过Robot Framework的log就 阅读全文
posted @ 2018-01-03 17:20 张缤分 阅读(1084) 评论(0) 推荐(0)

2018年1月2日

摘要: 参考文档:http://www.howtobuildsoftware.com/index.php/how-do/bZ7q/robotframework-setup-teardown-robot-framework-more-than-one-keyword Setup/Teardown Robot 阅读全文
posted @ 2018-01-02 14:52 张缤分 阅读(927) 评论(0) 推荐(0)

2017年12月19日

摘要: 在用Robot Framework通过Selenium2Library做web界面自动化测试的时候,报webdriver的错误: 此种情况是因为WebDriver的版本与浏览器的版本不对应。 WebDriver两个地方都可以放:(chromedriver.exe , IEDriverServer.e 阅读全文
posted @ 2017-12-19 14:52 张缤分 阅读(249) 评论(0) 推荐(0)

2017年12月14日

摘要: If you're using Windows it will not let you create a file without a filename in Windows Explorer. It will give you the error "You must type a file nam 阅读全文
posted @ 2017-12-14 11:04 张缤分 阅读(723) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 47 下一页

导航