摘要: RobotFramework 作业 1 确保 32位Python 3.6.2 安装成功 安装 如下 RF使用中需要的工具和库 1. RF 在两个Python中安装 robotframework 执行命令 pip install robotframework 2. seleniumlibrary 在两 阅读全文
posted @ 2018-06-26 19:48 小青~ 阅读(627) 评论(0) 推荐(0) 编辑
摘要: Web API 作业 1 按照如下说明 安装、运行 教学管理系统的安装包 1.确保本机已经安装了python3.6,并且pip命令的目录已经添加到path环境变量中。 2.点击这里 https://github.com/jcyrss/songqin-testdev/raw/master/webapi 阅读全文
posted @ 2018-06-26 19:47 小青~ 阅读(533) 评论(1) 推荐(0) 编辑
摘要: Appium 作业 1 根据课堂视频,安装搭建Appium运行环境,并运行示例代码 安装Appium Python Client 包 安装Appium Python Client 包的命令 pip install Appium-Python-Client 安装 Appium Server 下载安装A 阅读全文
posted @ 2018-06-26 19:42 小青~ 阅读(1140) 评论(0) 推荐(0) 编辑
摘要: Selenium 作业 1 https://chromedriver.storage.googleapis.com/index.html 练习1 1 访问如下网站, http://121866.com 先注册一个账号, 记住用户名和密码。 2 然后开发一个自动化程序, 使用 用户名密码 自动化登录该 阅读全文
posted @ 2018-06-26 19:34 小青~ 阅读(1288) 评论(1) 推荐(0) 编辑
摘要: Python 作业 1 现有一个游戏系统的日志文件,记录内容的字符串 的格式 如下所示 A girl come in, the name is Jack, level 955; 其中包含的 the name is 后面会跟着人名,随后紧跟一个逗号, 这是固定的格式。 其它部分可能都是会变化的,比如, 阅读全文
posted @ 2018-06-26 19:26 小青~ 阅读(5720) 评论(0) 推荐(0) 编辑