上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 47 下一页

2014年12月9日

摘要: def saveFilePath = context.expand( '${#Project#saveFilePath}' )def myOutFile = saveFilePath+"test.xml" 阅读全文
posted @ 2014-12-09 10:56 张缤分 阅读(652) 评论(0) 推荐(0)
摘要: def currentStepInd = context.currentStepIndexdef previousStep = testRunner.testCase.getTestStepAt(currentStepInd - 1)log.info previousStep.name 阅读全文
posted @ 2014-12-09 10:54 张缤分 阅读(276) 评论(0) 推荐(0)

2014年12月8日

摘要: def myOutFile = "D:/AUS/Aspect Huntley feed URLs/Automation Save Responses/ahresearch.xml"def response = context.expand( '${testStepName#Response}' )d... 阅读全文
posted @ 2014-12-08 17:30 张缤分 阅读(695) 评论(0) 推荐(0)

2014年12月4日

摘要: 点这个链接查看详细的解决办法http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.htmlWhen you click a PDF link on a web page, it can open either with... 阅读全文
posted @ 2014-12-04 09:32 张缤分 阅读(292) 评论(0) 推荐(0)

2014年12月2日

摘要: 方法一:在浏览器中输入 : http://www.ip138.com/可以查到外部IP地址及地理位置方法二:Just put in “where is my ip” in google to get the external IP 阅读全文
posted @ 2014-12-02 13:59 张缤分 阅读(919) 评论(0) 推荐(0)

2014年11月20日

摘要: 验证方法:将两次的Dom结构进行对比 String beforeStr = (String) SeleniumUtil.getInnerHTML(page.getDriver(), page.getDLGDataColumnSetting()); el.c... 阅读全文
posted @ 2014-11-20 13:32 张缤分 阅读(710) 评论(0) 推荐(0)

2014年11月14日

摘要: 5 different ways to refresh a webpage using Selenium Webdriver Here are the 5 different ways, using which we can refresh a webpage.There might be even... 阅读全文
posted @ 2014-11-14 16:00 张缤分 阅读(8032) 评论(0) 推荐(0)

2014年11月7日

摘要: 隐藏元素无法通过gettext()获取其文本内容,须用javascript来获取String actualDataPointName = (String) ((JavascriptExecutor) driver).executeScript( "return jQuery(arguments... 阅读全文
posted @ 2014-11-07 11:01 张缤分 阅读(314) 评论(0) 推荐(0)

2014年11月6日

摘要: import com.eviware.soapui.support.GroovyUtilsdef groovyUtils = new GroovyUtils( context )def holder = groovyUtils.getXmlHolder( "NormalUserLoginHealth... 阅读全文
posted @ 2014-11-06 14:30 张缤分 阅读(1575) 评论(0) 推荐(0)

2014年10月30日

摘要: 要修改远程机器的屏幕分辨率,可以在远程登录界面点show->options在Display页面中就可以修改屏幕分辨率 阅读全文
posted @ 2014-10-30 15:08 张缤分 阅读(674) 评论(0) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 47 下一页

导航