06 2017 档案

rf接口测试例子
该文被密码保护。

posted @ 2017-06-29 17:28 sunny_2016 阅读(0) 评论(0) 推荐(0) 编辑

MYSQL免安装操作方法
摘要:http://blog.csdn.net/brokge/article/details/17356765 注意:win 7 win10 下载的权限问题 阅读全文

posted @ 2017-06-29 10:46 sunny_2016 阅读(79) 评论(0) 推荐(0) 编辑

robotframework中文日志显示乱码
摘要:转:http://blog.csdn.net/huashao0602/article/details/55045719 阅读全文

posted @ 2017-06-27 14:08 sunny_2016 阅读(207) 评论(0) 推荐(0) 编辑

flask学习
摘要:http://flask.pocoo.org/ http://requests-docs-cn.readthedocs.io/zh_CN/latest/ http://dormousehole.readthedocs.io/en/latest/ 阅读全文

posted @ 2017-06-26 12:52 sunny_2016 阅读(100) 评论(0) 推荐(0) 编辑

RF元素定位的例子
摘要:Execute Javascript $("input[type='button']").click() Comment Click Button css=input.login_iptButClick Element css=div.log_an > a > i 获取产品名称 return ${p 阅读全文

posted @ 2017-06-22 18:27 sunny_2016 阅读(1621) 评论(0) 推荐(0) 编辑

rf增加产品的例子
摘要:Open Browser http://xxx.xxx.xxx.xxx:1000/portal/login/init.htm gcMaximize Browser Window sleep 2 #Get Window Size 300 500Input Text id=_userName admin 阅读全文

posted @ 2017-06-22 18:25 sunny_2016 阅读(131) 评论(0) 推荐(0) 编辑

Django如何重设Admin密码
摘要:django的admin用户被我多动症一样的测试,给密码弄丢了,需要重置。 从数据库重置的可能性为0,因为django对于密码有保护策略。考虑从运行程序的地方进行重置: 1.在程序的文件夹下,执行这样的命令,进行shell窗口: 1 python manage.py shell 2.对admin用户 阅读全文

posted @ 2017-06-22 18:19 sunny_2016 阅读(859) 评论(0) 推荐(0) 编辑

robotframework-selenium2library各个版本
摘要:https://github.com/robotframework/Selenium2Library/downloads 阅读全文

posted @ 2017-06-19 13:06 sunny_2016 阅读(678) 评论(0) 推荐(0) 编辑

常见bug类别
摘要: 阅读全文

posted @ 2017-06-17 11:46 sunny_2016 阅读(100) 评论(0) 推荐(0) 编辑

IE、chrome驱动下载地址
摘要:http://selenium-release.storage.googleapis.com/index.html IE驱动https://sites.google.com/a/chromium.org/chromedriver/downloads chrome驱动 阅读全文

posted @ 2017-06-14 14:05 sunny_2016 阅读(133) 评论(0) 推荐(0) 编辑

测试用例综合设计题目
该文被密码保护。

posted @ 2017-06-12 11:49 sunny_2016 阅读(1) 评论(0) 推荐(0) 编辑

python相关资源
摘要:http://blog.csdn.net/ken_wanglin/article/details/53095967 http://www.infoq.com/cn/articles/Python-writing-module http://blog.csdn.net/maocaowu_csdn/ar 阅读全文

posted @ 2017-06-01 18:09 sunny_2016 阅读(58) 评论(0) 推荐(0) 编辑

python字符串
摘要:>>> a=1992>>> b="free">>> print b+ `a`free1992>>> print b+str(a)free1992>>> print b+repr(a)free1992>>>>>> dos="c:\\news">>> print dosc:\news>>> dos=r" 阅读全文

posted @ 2017-06-01 09:12 sunny_2016 阅读(56) 评论(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

统计

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