随笔分类 - RobotFramework--RIDE
RobotFramework--RIDE
摘要:Appium+Robotframework实现iOS应用的自动化测试 连接地址: 地址:https://blog.csdn.net/wd168/article/month/2016/06 1、https://blog.csdn.net/wd168/article/details/51740693 2
阅读全文
摘要:来源自: https://blog.51cto.com/icestick8586/1884615 问题: Opening Robot Framework report failed Verify that you have JavaScript enabled in your browser. Ma
阅读全文
摘要:注:内容来自网络,整理之如下 Robot Framework连接mysql数据库需要: 1、安装databaselibrary、pymysql 通过cmd命令执行:pip install robotframework-databaselibrary cmd命令执行:pip install pymys
阅读全文
摘要:转自http://blog.csdn.net/r455678/article/details/52993765 DateTime库是robotframework内置的库 1、对固定日期进行操作,增加或减去单位时间或者时间段 2、对两个时间段进行操作 3、对时间格式转化,获取时间戳。 4、从完整时间中
阅读全文
摘要:在RobotFramework--RIDE中把日期转化为整型进行运算 运行结果: 20180906 16:10:17.919 : INFO : ${time} = 2018-09-06 16:10:1720180906 16:10:17.924 : INFO : ${time_2} = 2018-0
阅读全文