摘要:
1、需要做接口测试,想到熟悉的工具是 robot framework ,就决定用它,开始觉得还不错。测试了几个都没有问题 Library requestsLibrary jsonLibrary RequestsLibraryLibrary Collections*** Variables ***${ 阅读全文
摘要:
开始以为是控制台的原因,费了点劲 网上的修改注册表等方法都不行,后面发现 C:\Windows\System32\cmd.exe 窗口,直接输入:chcp 65001会直接保存。然后process的属性里加上路径: process.StartInfo.FileName = @"C:\Windows\ 阅读全文
摘要:
1、安装appium. 2、新建一个项目 -Visual C# —测试 ——单元测试应用(Android) 3、在VS中导入appnium:打开工具 - nuget 包管理器-程序包管理器控制台,输入:Install-Package Appium.WebDriver -Version 3.0.0.2 阅读全文
摘要:
1、从 https://testcloud.xamarin.com 这个网站上面进入的注册页面,总是注册报错:Invitation token incorrect - please click the link in your email again。 问题是我的邮箱没有收到注册邮件。 解决方法:百 阅读全文
摘要:
excel中的团队选项突然消息,重启电脑,重新安装windows office后都不行,百度也找不到解决方法。 经过一番折腾,终于可以了: 1、打开excle .文件 - 选项 - 自定义功能区,勾上开发者选项。 2、点击开发工具项-com 加载项,把team foundation add-in勾上 阅读全文
摘要:
在学AutoItLibrary处理对话框的时候,发现 Win Wait ${title} ${text} 30 这个操作的时候,ie浏览器的title取值是对话框的 windows title,而且firefox的title取值还是原来的窗口的title(例子在Suit-4-4-2 (test2) 阅读全文
摘要:
1、从官网中下载库安装:https://pypi.python.org/pypi/robotframework-selenium2library/,解压后用python setup.py install安装。 2、安装后重起RIDE,否则ride找不到库文件 3、查看doc目录下的文档,了解如何添加 阅读全文
摘要:
在学run keyword if时,发现没有走进满足条件的步骤 20170629 23:58:50.353 : FAIL : Keyword 'BuiltIn.Log' expected 1 to 5 arguments, got 8. 在http://www.cnblogs.com/itestin 阅读全文
摘要:
自己用Python写了一个自动登陆qq邮箱的脚本,打开qq邮箱后总是报错:找不到元素。 selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: [id="switcher_plogin 阅读全文
摘要:
1、在Firefox中输入selenium的下载地址:http://seleniumhq.org/download/ 2、点击selenium idea 下载 3、Firefox识别selenium,下载组件:<!--StartFragment --> 完成 阅读全文