摘要: 在run自动化测试的时候,有时候发现脚本不能按照预期执行,经常debug是因为在脚本中加入了thread.sleep(3000), remove掉以后,脚本运行正常! 阅读全文
posted @ 2012-04-03 15:03 Mike.Gao 阅读(164) 评论(0) 推荐(0)
摘要: object to : 反对I object to our privacy being invaded.我反对我们的隐私权受到侵害。violate:违反1.I'm committed not to violate the rules.我有义务不违反规定。2.The country violated the international agreement.这个国家违反了国际协议。 阅读全文
posted @ 2012-03-18 15:35 Mike.Gao 阅读(91) 评论(0) 推荐(0)
摘要: 如果出现如题的情况,可以考虑通过访问HTMLDOM来定位元素import org.w3c.dom.html.HTMLDocument;return dom.getElementById("id").getElementsByTagName("span").item(1).getNodeValue(); 阅读全文
posted @ 2012-03-12 17:56 Mike.Gao 阅读(197) 评论(0) 推荐(0)
摘要: <bookstore><book category="COOKING"> <title lang="en">Everyday Italian</title> <author>Giada De Laurentiis</author> <year>2005</year> <price>30.00</price></book></bookstore>String price = "//book/price/t 阅读全文
posted @ 2012-03-12 17:52 Mike.Gao 阅读(778) 评论(0) 推荐(0)
摘要: 应老板的要求,我们需要在最新的浏览器上做测试,然后把自己的FF3.6.X升级到10.0.2,结果发现httpwatch7.x 不兼容,杯具了! 阅读全文
posted @ 2012-03-12 17:46 Mike.Gao 阅读(97) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/sunli/archive/2010/09/06/cache_expire_same_time.html 阅读全文
posted @ 2012-03-12 17:43 Mike.Gao 阅读(105) 评论(0) 推荐(0)
摘要: http://www.chinamyhosting.com/domain/name.php 阅读全文
posted @ 2012-03-12 17:41 Mike.Gao 阅读(116) 评论(0) 推荐(0)
摘要: http://wenku.baidu.com/view/6848d2c18bd63186bcebbc97.html 阅读全文
posted @ 2012-03-12 17:40 Mike.Gao 阅读(44) 评论(0) 推荐(0)
摘要: http://www.enet.com.cn/article/2012/0222/A20120222969315_2.shtml 阅读全文
posted @ 2012-03-12 17:39 Mike.Gao 阅读(81) 评论(0) 推荐(0)