
Robot Framework
文章平均质量分 80
一个被IT搞的
这个作者很懒,什么都没留下…
展开
-
Robot Framework 网页自动化测试中“下载文件”
环境:Win7 + Robot Framework + IE9 任务:下载网页中链接所指向的文件 参考:File Downloads With Selenium — Mission Impossible? 过程: 阶段一: 概述:用 MS UI Automation 操作浏览器控件。 MS UI Automation + NRobotRemote + Selenium2Libra原创 2017-04-06 15:49:37 · 2618 阅读 · 0 评论 -
Robot Framework 之 Remote Library vs Normal Library
之前在开发定制的 .Net 平台 Test Library 时,考虑过是做成 Remote Library 还是 Normal Library。 我更倾向于 Normal Library 的模式。 Remote Library Remote Library 模式下,Test Library(实现具体功能的 dll 文件)host 在一个独立的进程中,也就是 Remote Server原创 2017-04-06 15:52:48 · 572 阅读 · 0 评论 -
Robot Framework 中的“坑” - Start Process
Library 'Process' 中有个 keyword 'Start Process'。 (Starts a new process on background) 注:Library 'OperatingSystem' 中也有个 keyword 'Start Process'。但是已被废弃,建议用 Process.Start Process。 === 这部分是我发现这个“坑”的经过原创 2017-04-06 15:54:19 · 2916 阅读 · 0 评论