上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: 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)
摘要: 1. jsclick 也不管用 Actions action = new Actions(driver); WebElement theRow = page.getInvisibleElement(); action.moveToElement(theRow).perform(); page.get 阅读全文
posted @ 2015-06-24 17:07 *飞飞* 阅读(316) 评论(0) 推荐(0)
摘要: http://sourceforge.net/projects/soapui/ 阅读全文
posted @ 2015-06-19 10:02 *飞飞* 阅读(192) 评论(0) 推荐(0)
摘要: 从 Selenium 的官方文档来看,推荐用户使用ios-driver 或 appium 而不是官方发布的 iPone Driver. 他们的地址分别是:http://ios-driver.github.io/ios-driverhttp://appium.io/1、Appium 简介:Appium... 阅读全文
posted @ 2015-06-17 16:36 *飞飞* 阅读(744) 评论(0) 推荐(0)
摘要: 从 Selenium 的官方文档来看,推荐用户使用ios-driver 或 appium 而不是官方发布的 iPone Driver. 他们的地址分别是:http://ios-driver.github.io/ios-driverhttp://appium.io/ios-driver 基于2种不同的... 阅读全文
posted @ 2015-06-16 17:21 *飞飞* 阅读(2919) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页