上一页 1 ··· 4 5 6 7 8
摘要: 今天安装Ubuntu 14.0.4,因为需要使用python3,所以就直接配置如下:sudo rm /usr/bin/pythonsudo ln -s /usr/bin/python3.5 /usr/bin/python因为把默认的环境配置成了python3.5,导致软件中心无法打开,因此需要使用以 阅读全文
posted @ 2017-12-03 23:29 jiguanghover 阅读(101) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8import os,sysimport unittestfrom appium import webdriverimport timefrom selenium.webdriver.common.by import Byfrom selenium.webdriver.sup... 阅读全文
posted @ 2015-11-15 16:03 jiguanghover 阅读(1444) 评论(0) 推荐(0) 编辑
摘要: 有段时间没有使用python编写测试用例了,很长时间以来,感觉appium这个测试工具确实不错,今天又重新拿起来,分享一下自己学习的一些用例,欢迎大家一起交流、学习!1.登录客户端#coding=utf-8import osimport unittestfrom appium import w... 阅读全文
posted @ 2015-11-14 22:07 jiguanghover 阅读(2363) 评论(2) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8