2013年4月26日

LoadRunner分析结果图功能说明

摘要: Transactions(用户事务分析)用户事务分析是站在用户角度进行的基础性能分析。1、Transation Sunmmary(事务综述)对事务进行综合分析是性能分析的第一步,通过分析测试时间内用户事务的成功与失败情况,可以直接判断出系统是否运行正常。2、Average Transaciton Response Time(事务平均响应时间)“事务平均响应时间”显示的是测试场景运行期间的每一秒内事务执行所用的平均时间,通过它可以分析测试场景运行期间应用系统的性能走向。例:随着测试时间的变化,系统处理事务的速度开始逐渐变慢,这说明应用系统随着投产时间的变化,整体性能将会有下降的趋势。3、Tran 阅读全文

posted @ 2013-04-26 17:46 ibelieve 阅读(416) 评论(0) 推荐(0) 编辑

【转】Selenium关于富文本框的处理思路

摘要: 原文:http://qa.corp.anjuke.com/?p=427 最近在使用IATA执行CASE的时候发现在chrome浏览器下处理一些类似所见即所得的富文本框,页面元素在switchintoframe后无法正常切换回来,针对这个问题给出一个解决方案供大家交流。具体如下如图所示,这是一个比较常见的富文本编辑框,在chrome下使用默认的处理方式即switch 进FRAME然后编辑完内容可能会发生无法切换回当前操作的window的问题,原因是chromedriver中switch操作元素的函数对富文本框的支持不是很好。下面给出一种可行的思路大家交流一下,首先我们看一下这个页面的源码,找到这 阅读全文

posted @ 2013-04-26 17:08 ibelieve 阅读(619) 评论(0) 推荐(0) 编辑

Selenium Tips - CSS定位元素

摘要: Selenium Tips - CSS定位元素原文:http://sauceio.com/index.php/2010/01/selenium-totw-css-selectors-in-selenium-demystified/ Following my previous TOTW about improving your locators, this blog post will show you some advanced CSS rules and pseudo-classes that will help you move your XPATH locators to CSS, a 阅读全文

posted @ 2013-04-26 16:47 ibelieve 阅读(341) 评论(0) 推荐(0) 编辑

【转】What The End Game Looks Like For Testing with Selenium

摘要: In theological circles, “The Eschaton” is defined as the end of time. In fact, there’s a whole field of study called Eschatology that studies what the end of the world looks like.While I have to believe their office parties are pretty grim, they’re definitely on to something. Visualizing the end res 阅读全文

posted @ 2013-04-26 16:43 ibelieve 阅读(278) 评论(0) 推荐(0) 编辑

Selenium Tips - 从XPATH到CSS

摘要: 原文:http://sauceio.com/index.php/2009/10/selenium-tip-of-the-week-start-improving-your-locators/ Almost everyone in the Selenium world knows of the power of XPATH as a locating strategy, at the same way, most of them also know of its slowness on IE.Now, if your tests have relatively simple XPATHlocat 阅读全文

posted @ 2013-04-26 16:28 ibelieve 阅读(300) 评论(0) 推荐(0) 编辑

【转】google开源的C++性能分析工具 - gperftools

摘要: gperftools是Google提供的一套工具,其中的一个功能是CPU profiler,用于分析程序性能,找到程序的性能瓶颈。安装gperftools:http://code.google.com/p/gperftools/downloads/listlibunwind:http://download.savannah.gnu.org/releases/libunwind/64位操作系统需要安装libunwind,官方推荐版本是libunwind-0.99-beta安装过程:./configure [--disable-shared] &&make && m 阅读全文

posted @ 2013-04-26 16:19 ibelieve 阅读(1661) 评论(1) 推荐(0) 编辑

晨间英文

摘要: Optimistic and bright smile not only pleasure, but also happy with everyone around.——乐观而灿烂的笑容不仅愉悦自己,也快乐着身边的每一个人。Everyone should take action with a dream and be strong with a reason . If the heart has no place to perch on, you will always be a drifter no matter where you are.一个人至少拥有一个梦想,有一个理由去坚强。心若没有 阅读全文

posted @ 2013-04-26 14:55 ibelieve 阅读(181) 评论(0) 推荐(1) 编辑

导航