会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
张缤分
上一页
1
···
14
15
16
17
18
19
20
21
22
···
47
下一页
2018年2月8日
[Robot Framework] 推荐一个比较好的学习博客:齐涛的博客
摘要: http://blog.robotframework.cn/
阅读全文
posted @ 2018-02-08 09:19 张缤分
阅读(204)
评论(0)
推荐(0)
2018年2月7日
[SoapUI] SoapUI接口文档官方网址
摘要: https://www.soapui.org/apidocs/overview-summary.html
阅读全文
posted @ 2018-02-07 09:30 张缤分
阅读(262)
评论(0)
推荐(0)
2018年1月26日
[SoapUI] 从上一个测试步骤获取ID list,通过Groovy脚本动态生成 Data Source 供后面的步骤使用
摘要: 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日
[Robot Framework] Robot Framework用Execute Javascript对XPath表示的元素执行scrollIntoView操作
摘要: 有些元素需要通过滚动条滚动才能变得可见。 如果这些元素在DOM结构里面存在,可以通过scrollIntoView让其可见,但如果在DOM结构里面不存在那就要通过拖动滚动条让其变的可见。 Execute Javascript document.evaluate("//div[@role="progre
阅读全文
posted @ 2018-01-11 14:00 张缤分
阅读(705)
评论(0)
推荐(0)
2018年1月9日
[Robot Framework] Robot Framework用Execute Javascript对XPath表示的元素执行Click操作
摘要: 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日
[Robot Framework] Robot Framework里面的变量怎么知道是在哪里定义的?
摘要: 看变量在哪里定义的:Ctrl+Alt+Space 看变量在哪里定义的:Ctrl+Alt+Space
阅读全文
posted @ 2018-01-03 17:21 张缤分
阅读(328)
评论(0)
推荐(0)
[Robot Framework] Robot Framework怎么调试?
摘要: 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日
[Robot Framework] 如何在Setup中用Run Keywords执行多个带参数的关键字
摘要: 参考文档: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] 执行时报 webdriver 异常
摘要: 在用Robot Framework通过Selenium2Library做web界面自动化测试的时候,报webdriver的错误: 此种情况是因为WebDriver的版本与浏览器的版本不对应。 WebDriver两个地方都可以放:(chromedriver.exe , IEDriverServer.e
阅读全文
posted @ 2017-12-19 14:52 张缤分
阅读(249)
评论(0)
推荐(0)
2017年12月14日
无法创建.gitignore文件,提示必须输入文件名称
摘要: 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
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告