会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
vame
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
4
5
6
7
8
2017年8月15日
Java安装Cucumber
该文被密码保护。
Read More
posted @ 2017-08-15 11:08 vame
Views(33)
Comments(0)
Diggs(0)
2017年8月3日
基于JAVA语言的selenium总结
目录一、基本语句 1、循环控制(break,continue) 3、字符的替换(replace,repalceFirst,replaceAll,regex) 4、字符串的连接("+",append) 5、字符串的截取和分割(substring,split) 6、文件夹的创建与删除(mkdirs,de
Read More
posted @ 2017-08-03 17:30 vame
Views(348)
Comments(0)
Diggs(0)
2017年7月25日
工具类
Read More
posted @ 2017-07-25 14:15 vame
Views(235)
Comments(0)
Diggs(0)
2017年7月24日
Web网页测试用例设计
Web测试中,各类web控件测试点总结一 、界面检查 进入一个页面测试,首先是检查title,页面排版,字段等,而不是马上进入文本框校验 1、页面名称title是否正确 2、当前位置是否可见 您的位置:xxx>xxxx 3、文字格式统一性 4、排版是否整齐 5、列表项显示字段是否齐全,列表项字段名称
Read More
posted @ 2017-07-24 14:41 vame
Views(981)
Comments(0)
Diggs(0)
2017年6月30日
Selenium2+Eclipse+Java+TestNG的环境配置
只有注册用户登录后才能阅读该文。
Read More
posted @ 2017-06-30 17:19 vame
Views(26)
Comments(0)
Diggs(0)
2017年6月20日
python基础
如果你在写python程序时遇到异常后想进行如下处理的话,一般用try来处理异常,假设有下面的一段程序: 但是你并不知道"语句1至语句N"在执行会出什么样的异常,但你还要做异常处理,且想把出现的异常打印出来,并不停止程序的运行,所以在"except ......"这句应怎样来写呢? 总结了一下3个方
Read More
posted @ 2017-06-20 17:23 vame
Views(246)
Comments(0)
Diggs(0)
PyChram快捷键
最全的PyChram教程:http://blog.csdn.net/u013088062/article/details/50214459 pip list pip unintall robotframework-selenim2librarypip install robotframework-s
Read More
posted @ 2017-06-20 11:57 vame
Views(153)
Comments(0)
Diggs(0)
2017年6月19日
unittest框架assert断言
Pthon内部自带了一个单元测试的模块,\ pyUnit也就是:unittest 先介绍下unittest的基本使用方法: 1.import unittest2.定义一个继承自unittest.TestCase的测试用例类3.定义setUp和tearDown,在每个测试用例前后做一些辅助工作。4.定
Read More
posted @ 2017-06-19 16:56 vame
Views(399)
Comments(0)
Diggs(0)
上一页
1
···
4
5
6
7
8
公告