上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 47 下一页

2015年6月21日

摘要: SoapUI caches XML schemas when they are first loaded. If you need to force a reload of an interfaces schema either restart SoapUI or use the "Update D... 阅读全文
posted @ 2015-06-21 18:36 张缤分 阅读(221) 评论(0) 推荐(0)

2015年6月20日

摘要: SoapUI. The Swiss-Army Knife of Testing.Whether you’re a tester, developer, business analyst, or manager,SoapUI has something for everyone.From the pe... 阅读全文
posted @ 2015-06-20 17:27 张缤分 阅读(892) 评论(0) 推荐(0)
摘要: Various databases which are supportedDrivers for database connectiongroovy.sql.Sql packageSoapUI怎样支持对数据库的操作Various databases which are supportedGroovy... 阅读全文
posted @ 2015-06-20 15:13 张缤分 阅读(320) 评论(0) 推荐(0)

2015年6月18日

摘要: import groovy.json.JsonSlurperdef response = messageExchange.response.responseContentlog.info "response : "+ responsedef slurper = new JsonSlurper()... 阅读全文
posted @ 2015-06-18 11:15 张缤分 阅读(315) 评论(0) 推荐(0)
摘要: Fiddler通过在本机开启了一个http的代理服务器来进行http请求和响应转发,默认情况下,并不能抓取https的请求。下面小编就来介绍下,如何用fiddler来抓取https的请求。1.打开Fiddler,然后点击菜单栏的Tools > Fiddler Options,打开“Fiddler O... 阅读全文
posted @ 2015-06-18 09:44 张缤分 阅读(319) 评论(0) 推荐(0)

2015年6月17日

摘要: 在同一个Suite里import com.eviware.soapui.support.types.StringToStringMapdef headers = testRunner.testCase.testSuite.getTestCaseByName("LoginTest").getTestS... 阅读全文
posted @ 2015-06-17 18:11 张缤分 阅读(340) 评论(0) 推荐(0)
摘要: Car c= new Car(log);c.print()class Car{ def log public Car(log){ this.log=log } public void print(){ log.info "hello world" }} 阅读全文
posted @ 2015-06-17 11:11 张缤分 阅读(185) 评论(0) 推荐(0)
摘要: package com.file.properties;import java.io.File;import java.io.FileNotFoundException;import java.io.FileOutputStream;import java.io.IOException;import... 阅读全文
posted @ 2015-06-17 10:36 张缤分 阅读(308) 评论(0) 推荐(0)

2015年6月16日

摘要: 读取以下两种格式的Excel : *.xls and *.xlsx用Apache POI API来实现,需要用到 HSSF 和 XSSF 的类库HSSF is the POI Project's pure Java implementation of the Excel '97(-2007) (.x... 阅读全文
posted @ 2015-06-16 17:16 张缤分 阅读(330) 评论(0) 推荐(0)
摘要: package com.file.properties;import java.io.FileInputStream;import java.util.Properties;public class ReadProperties { Properties prop; public ReadPro... 阅读全文
posted @ 2015-06-16 15:52 张缤分 阅读(342) 评论(0) 推荐(0)
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 47 下一页

导航