上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 47 下一页

2017年3月28日

摘要: 报错截图: 解决办法:同时开启产品和Fiddler,做如下处理: 阅读全文
posted @ 2017-03-28 16:33 张缤分 阅读(2162) 评论(0) 推荐(0)

2017年3月15日

摘要: https://www.soapui.org/scripting-properties/tips-tricks.html 阅读全文
posted @ 2017-03-15 15:12 张缤分 阅读(147) 评论(0) 推荐(0)

2017年3月10日

摘要: String testResultPath = testRunner.testCase.testSuite.project.getPropertyValue( "testResultPath" ) def clientName = testRunner.testCase.testSuite.getP 阅读全文
posted @ 2017-03-10 14:57 张缤分 阅读(499) 评论(0) 推荐(0)

2017年3月9日

摘要: 如果response的Content-Encoding是gzip或者Transfer-Encoding是chunked,在SoapUI里面是无法显示出来的。 解决办法:在Request的Header里面设置Accept-Encoding为deflate 阅读全文
posted @ 2017-03-09 14:52 张缤分 阅读(1356) 评论(0) 推荐(0)

2017年3月6日

摘要: 在Environments里面设置就好了 阅读全文
posted @ 2017-03-06 14:37 张缤分 阅读(757) 评论(0) 推荐(0)

2016年6月17日

摘要: Selenium IDE Training List 阅读全文
posted @ 2016-06-17 09:12 张缤分 阅读(92) 评论(0) 推荐(0)

2016年6月16日

摘要: Static and non-Static : 非静态方法(不带static)可以访问静态变量和方法(带static),但是反过来就不行。 类的静态成员(变量和方法)属于类本身,在类加载的时候就会分配内存,可以通过类名直接去访问。 非静态成员(变量和方法)属于类的对象,只有在类的对象产生(创建实例) 阅读全文
posted @ 2016-06-16 09:32 张缤分 阅读(166) 评论(0) 推荐(0)

2016年6月15日

摘要: Operator : While Loop : For Loop : Arrays : Code : Result : Object Arrays: Functions : 阅读全文
posted @ 2016-06-15 16:15 张缤分 阅读(156) 评论(0) 推荐(0)
摘要: Download Java : https://java.com/en/download/ Download Eclipse : https://www.eclipse.org/downloads/ Code : Result : 阅读全文
posted @ 2016-06-15 12:09 张缤分 阅读(248) 评论(0) 推荐(0)
摘要: FirePath Press F12, you will see : 阅读全文
posted @ 2016-06-15 11:45 张缤分 阅读(139) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 47 下一页

导航