摘要: 【Spring框架】<mvc:default-servlet-handler/>的作用 优雅REST风格的资源URL不希望带 .html 或 .do 等后缀.由于早期的Spring MVC不能很好地处理静态资源,所以在web.xml中配置DispatcherServlet的请求映射,往往使用 *.d 阅读全文
posted @ 2017-02-28 11:35 javaTest 阅读(4018) 评论(0) 推荐(0) 编辑
摘要: One:14109 Two:14000 Three:15141 four:14297 阅读全文
posted @ 2016-10-12 11:31 javaTest 阅读(294) 评论(0) 推荐(0) 编辑
摘要: http://appium.io/slate/en/master/?python#finding-and-interacting-with-elements https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/ 阅读全文
posted @ 2016-08-08 09:59 javaTest 阅读(193) 评论(0) 推荐(0) 编辑
摘要: import jsondef parseJSON(jsonDict,key): keyList=list() for k in jsonDict: v = jsonDict[k] if isinstance(v,dict): keyList.extend(parseJSON(v,k)) elif i 阅读全文
posted @ 2016-08-08 09:58 javaTest 阅读(681) 评论(0) 推荐(0) 编辑
摘要: Mac上搭建RF环境步骤(以及一些坑): 阅读全文
posted @ 2016-07-11 15:00 javaTest 阅读(3699) 评论(0) 推荐(0) 编辑
摘要: 转载连接: http://blog.csdn.net/xubeiqiannian/article/details/51547635 阅读全文
posted @ 2016-07-11 09:08 javaTest 阅读(284) 评论(0) 推荐(0) 编辑
摘要: IP欺骗也是也loadrunner自带的一个非常有用的功能。 需要使用ip欺骗的原因:1、当某个IP的访问过于频繁,或者访问量过大是,服务器会拒绝访问请求,这时候通过IP欺骗可以增加访问频率和访问量,以达到压力测试的效果。2、某些服务器配置了负载均衡,使用同一个IP不能测出系统的实际性能。LR中的I 阅读全文
posted @ 2016-05-20 14:12 javaTest 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.51testing.com/html/50/n-837950.html 在做性能测试的时候,协议分析是困扰初学者的难题,选择错误的协议会导致Virtual User Generator 录制不到脚本;或录制的脚本不完整,有些应用可能需要选择多个协议才能完整的记录 客户端与 阅读全文
posted @ 2016-05-20 11:07 javaTest 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.51testing.com/html/09/n-838009.html Loadrunner的Virtual User Generator 提供人脚本的录制功能,对于初学者来说,这大大的降低了编写脚本的门槛,loadrunner提供两种录制脚本的方式:Html_based 阅读全文
posted @ 2016-05-20 10:38 javaTest 阅读(407) 评论(0) 推荐(0) 编辑
摘要: http://files.cnblogs.com/files/QAZLIU/LoadRunner11_rumen.pdf LoadRunner学习资料: http://www.51testing.com/zhuanti/LoadRunner.html http://www.spasvo.com/ne 阅读全文
posted @ 2016-05-20 09:27 javaTest 阅读(374) 评论(0) 推荐(0) 编辑