08 2017 档案

国内开源镜像站
摘要:http://mirrors.aliyun.com/ http://tools.android-studio.org/index.php/sdk http://wiki.open.qq.com/wiki/website/SDK%E4%B8%8B%E8%BD%BD http://rj.baidu.co 阅读全文

posted @ 2017-08-31 14:45 sunny_2016 阅读(96) 评论(0) 推荐(0) 编辑

python处理JSON 序列化与反序列化
摘要:#序列化 >>> import json>>> d={"key":"value"}>>> d{'key': 'value'}>>> json.dumps(d)'{"key": "value"}' #反序列化>>> j=json.dumps(d)>>> j'{"key": "value"}'>>& 阅读全文

posted @ 2017-08-29 09:02 sunny_2016 阅读(101) 评论(0) 推荐(0) 编辑

appium python demo
摘要:#coding=utf-8from appium import webdriverdesired_caps={}desired_caps["platformName"]="Android"desired_caps["platformVersion"]="4.2.2"desired_caps["dev 阅读全文

posted @ 2017-08-24 14:16 sunny_2016 阅读(127) 评论(0) 推荐(0) 编辑

java中利用POI读写excel2007需要导入的jar
摘要:1、下载POI模块:http://poi.apache.org/download.html 2、解压并导入以下包: 导入不会时会报错。 阅读全文

posted @ 2017-08-22 14:13 sunny_2016 阅读(222) 评论(0) 推荐(0) 编辑

java+selenium3学习之一启动firefox浏览器
摘要:package ceshi.com.lessons; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; public class ... 阅读全文

posted @ 2017-08-08 14:15 sunny_2016 阅读(231) 评论(0) 推荐(0) 编辑

java+selenium3学习
摘要:http://blog.csdn.net/u011541946/article/details/72898514 http://git.oschina.net/zhengshuheng https://www.v2ex.com/ 阅读全文

posted @ 2017-08-08 12:54 sunny_2016 阅读(208) 评论(0) 推荐(0) 编辑

基于 webdriver 的测试代码日常调试方python 篇
摘要:看到论坛有人写了JAVA的测试代码日常设计,就给大家分享一下偶自己平时是如何测试测试代码的.主要基于python语言。基于 webdriver 的日常调试在 python交互模式下非常方便,打开python有交互模式:web端示例: from selenium import webdriverdr= 阅读全文

posted @ 2017-08-05 14:04 sunny_2016 阅读(563) 评论(0) 推荐(0) 编辑

robotframework + appium实例
摘要:Open Application http://localhost:4723/wd/hub platformName=Android platformVersion=4.4.2 deviceName=192.168.65.101:5555 unicodeKeyboard=True resetKeyb 阅读全文

posted @ 2017-08-03 14:08 sunny_2016 阅读(137) 评论(0) 推荐(0) 编辑

appium常用api
摘要:http://www.cnblogs.com/yoyoketang/p/6189441.html 阅读全文

posted @ 2017-08-01 13:08 sunny_2016 阅读(110) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示