Robot Framework
bubblelone
微信156151554
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
RF环境搭建记
搭建RF环境,一般安装4个东西1、Python2、wxPython (ride是python开发的桌面程序,使用ride前提是有wxpython)3、robotframework pip install robotframework4、ride pip install robotframework-ride我想在py3下安装RF,说下整个过程,下载了py3的exe文件安装了py3,...原创 2017-03-12 21:01:31 · 2182 阅读 · 0 评论 -
RF接口测试-post
1、Post Request With URL Params,如下图,首先创建会话对象Create Session,然后创建url参数Create Dictionary,发送post请求Post Request,最后断言Should Be Equal As Strings2、Post Request With No Data3、Post Requests,如原创 2017-04-06 23:06:57 · 12334 阅读 · 0 评论
分享