Assert:失败时,该测试将终止 Verify:失败时,该测试继续执行,并将错误日志记录在日显示屏 Waitfor:等待某些条件变为真,一般使用在AJAX应用程序的测试 断言常用的有,具体见如下:assertLocation:判断当前是在正确的页面assertTitle:检查当前页面的title是 ...
分类:
其他好文 时间:
2018-09-16 12:32:38
阅读次数:
182
今天在网上找东西,看到了这篇文章:https://www.cnblogs.com/unruledboy/p/net_past_present_future.html 才知道装配脑袋走了。 博客园刚成立时,我就注册了,在上面有不少大神,装配脑袋和灵感之源都是非常厉害的,是真的很厉害,觉得他们真是无所不 ...
分类:
其他好文 时间:
2018-09-15 23:24:40
阅读次数:
368
A prince of the Science Continent was imprisoned in a castle because of his contempt for mathematics when he was young, and was entangled in some math ...
分类:
其他好文 时间:
2018-09-15 20:08:54
阅读次数:
279
基本介绍: Selenium工具专门为WEB应用程序编写的一个验收测试工具。 Selenium的核心:browser bot,是用JAVASCRIPT编写的。 Selenium工具有4种:Selenium IDE, Selenium Control, Selenium Core 这儿我们主要总结了S ...
分类:
其他好文 时间:
2018-09-12 20:20:19
阅读次数:
232
Android Studio 编译项目的时候报错 原因是:程序内出现不同的,support或者其他外部引用库的多个版本,Gradle在进行合并的时候会使用本地持有的,最高版本的来进行编译, 所以25的support就有可能引用26的东西,就会出现 属性 merge 错误 ,或者Class丢失,官方的 ...
分类:
移动开发 时间:
2018-09-10 14:43:23
阅读次数:
347
Morgana is playing a game called End Fantasy VIX. In this game, characters have nn skills, every skill has its damage. And using skill has special con ...
分类:
其他好文 时间:
2018-09-10 00:53:52
阅读次数:
466
On a broken keyboard, some of the keys are worn out. So when you type some sentences, the characters corresponding to those keys will not appear on sc ...
分类:
其他好文 时间:
2018-09-05 13:54:32
阅读次数:
157
问题:导入mysqldump导出的数据库时,错误日志报如下的错误2018-09-03T01:49:15.741378Z6[ERROR]InnoDB:Columntable_nameintable`mysql`.`innodb_table_stats`isVARCHAR(597)NOTNULLbutshouldbeVARCHAR(192)NOTNULL(lengthmismatch).2018-09
分类:
数据库 时间:
2018-09-03 11:12:55
阅读次数:
1005
You can get the key that was pressed either as a key character (which is a Unicode character) or as a key code (a special value representing a particu ...
分类:
其他好文 时间:
2018-09-02 23:59:12
阅读次数:
298
Required String parameter ' ' is not present 报错原因: url中的参数错误。 解决方法: 1.修正url中的参数的值。 2.在Controller层中的@RequestParamrequired = false 也就是 @RequestParam(val ...
分类:
其他好文 时间:
2018-08-30 14:59:11
阅读次数:
3645