摘要: 1234567891011121314151617importcom.eviware.soapui.support.types.StringToStringMap//Get cookie's value from the project level propertiesString cookie =... 阅读全文
posted @ 2015-06-26 17:55 *飞飞* 阅读(545) 评论(0) 推荐(0)
摘要: 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556importcom.eviware.soapui.support.GroovyUtilsimp... 阅读全文
posted @ 2015-06-26 17:53 *飞飞* 阅读(769) 评论(0) 推荐(0)
摘要: To continue tests executing after failed test step you need disable "Abort on error" option in TestCase options.To control test execution flow you can... 阅读全文
posted @ 2015-06-26 17:51 *飞飞* 阅读(364) 评论(0) 推荐(0)
摘要: SoapUI Training : http://soapui-tutorial.com/index.php*Below are the details to access the online training videos for SoapUI.Website: http://soapui-tu... 阅读全文
posted @ 2015-06-26 17:15 *飞飞* 阅读(185) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-06-26 17:14 *飞飞* 阅读(244) 评论(0) 推荐(0)
摘要: 选取节点表达式描述nodename选取此节点的所有子节点。/从根节点选取。//从匹配选择的当前节点选择文档中的节点,而不考虑它们的位置。.选取当前节点。..选取当前节点的父节点。@选取属性。examples: 路径表达式结果bookstore选取 bookstore 元素的所有子节点。/b... 阅读全文
posted @ 2015-06-26 17:07 *飞飞* 阅读(701) 评论(0) 推荐(0)
摘要: import com.eviware.soapui.support.GroovyUtilsdef groovyUtils = new GroovyUtils( context )def holder =groovyUtils.getXmlHolder( "NormalUserLogin#Respon... 阅读全文
posted @ 2015-06-26 16:55 *飞飞* 阅读(169) 评论(0) 推荐(0)
摘要: Reference parameter in WADL :Endpoint : ${#Project#DomainServer}Resource : {AdvisorID}Reference parameter in HTTP Request :${#Project#AdvisorID}${#Tes... 阅读全文
posted @ 2015-06-26 16:53 *飞飞* 阅读(442) 评论(0) 推荐(0)
摘要: (1) new WebDriverWait(driver, 10). until(ExpectedConditions.elementToBeClickable(locator));(2) new WebDriverWait(driver, 10). until(ExpectedConditions... 阅读全文
posted @ 2015-06-26 16:40 *飞飞* 阅读(559) 评论(0) 推荐(0)