会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
张缤分
上一页
1
···
20
21
22
23
24
25
26
27
28
···
47
下一页
2017年3月28日
[Fiddler] 开启Fiddler抓包的时候产品报“证书错误”
摘要: 报错截图: 解决办法:同时开启产品和Fiddler,做如下处理:
阅读全文
posted @ 2017-03-28 16:33 张缤分
阅读(2162)
评论(0)
推荐(0)
2017年3月15日
[SoapUI] Tips and Tricks(提示和技巧)
摘要: https://www.soapui.org/scripting-properties/tips-tricks.html
阅读全文
posted @ 2017-03-15 15:12 张缤分
阅读(147)
评论(0)
推荐(0)
2017年3月10日
[SoapUI]获取Project,Test Suite,Test Case各个级别参数的值
摘要: 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日
[SoapUI] 如何让gzip和chunked的response显示出来 [设置Accept-Encoding为deflate]
摘要: 如果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日
[SoapUI] EndPoint不需要在配置文件中设置不同环境的值,SoapUI自带此参数的设置
摘要: 在Environments里面设置就好了
阅读全文
posted @ 2017-03-06 14:37 张缤分
阅读(757)
评论(0)
推荐(0)
2016年6月17日
[Training Video - 4] [Selenium IDE]
摘要: Selenium IDE Training List
阅读全文
posted @ 2016-06-17 09:12 张缤分
阅读(92)
评论(0)
推荐(0)
2016年6月16日
[Training Video - 3] [Java Introduction] [Object Oriented Programming]
摘要: Static and non-Static : 非静态方法(不带static)可以访问静态变量和方法(带static),但是反过来就不行。 类的静态成员(变量和方法)属于类本身,在类加载的时候就会分配内存,可以通过类名直接去访问。 非静态成员(变量和方法)属于类的对象,只有在类的对象产生(创建实例)
阅读全文
posted @ 2016-06-16 09:32 张缤分
阅读(166)
评论(0)
推荐(0)
2016年6月15日
[Training Video - 2] [Java Introduction] [Operator, Loops, Arrays, Functions]
摘要: Operator : While Loop : For Loop : Arrays : Code : Result : Object Arrays: Functions :
阅读全文
posted @ 2016-06-15 16:15 张缤分
阅读(156)
评论(0)
推荐(0)
[Training Video - 2] [Java Introduction] [Install Java and Eclipse, Create Class]
摘要: 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)
[Training Video - 1] [Selenium Basics] [Xpath Selenium]
摘要: 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
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告