LoadRunner

Get RFH2 usr area name-value pairs from MQ queue using Java

点点圈 提交于 2019-12-12 03:44:45
问题 Using Java, I want to build a MQ message that has MQMD,RFH2 usr area (with few name-value pairs). I am able to connect to Qmgr and able to read a message from one queue. I want to retrieve all header values (MQMD,RFH2 usr etc) and build one such message based on the retrieved message Can anyone please help me out in this ? FYI: I am doing a load testing using Loadrunner tool that puts loads of messages on inbound queue and they will be processed and will be sent to outbound queue. And the

Performance testing of Thick client

自作多情 提交于 2019-12-12 02:58:26
问题 I have a thick client application to be tested. We need to downlod the jnlp file and then launch it, supply required credentials and click submit. It then launches the application. I'm newbie to performance testing and want to performance test this application. Which open source tool will be useful, which is the best tool for testing thick clients? 回答1: What do you mean by "Performance testing of Thick client"? If it is about how fast it launches, downloads or operates than you need to loop

How to capture File explorer with LoadRunner?

心已入冬 提交于 2019-12-12 02:55:20
问题 my problem is that I have to upload a file using SAPGUI by opening the file explorer in certain moment and SAPGUI protocol isn't able to handle with the explorer. Anyone give me a clue? 回答1: Examine your script very, very carefully for file path which is returned from the file explorer. 回答2: After having talked with HP Support experts, the answer is really simple: is not possible to record any Windows File explorer window by using the SAPGUI protocol. It's not supported. 来源: https:/

LoadRunner correlation phenomen?

若如初见. 提交于 2019-12-12 02:05:52
问题 I am correlating values in the response header (scope=headers) and printing the value twice in the script, but it shows different values in different places in the script: Here is the log: Action.c(548): Notify: Parameter Substitution: parameter "treatmentsId" = "172415" Action.c(548): Notify: Parameter Substitution: parameter "treatmentsId" = "172415" Action.c(548): web_submit_data("considertakingadump_2") was successful, 3792 body bytes, 242 header bytes, 12 chunking overhead bytes [MsgId:

general trend in responstime indicating?

你。 提交于 2019-12-11 19:09:08
问题 I have a simple VUGen navigation script recorded using URL mode and pasted in below. I have two questions: Is it not possible to use web_reg_find() in URL mode recorded scripts? When placing a verification (web_reg_find) before a step in the script where I know that i.e. a text is to appear. The Generation log only inform me that web_reg_find was succesfull (not the way I am used to with HTML mode and when the Generation log typically exposes the value itself also). When running the below

LoadRunner 与浏览器兼容性

南楼画角 提交于 2019-12-11 11:03:08
LoadRunner 兼容的浏览器版本 8.0 最高ie6 8.1 最高ie6 9.0 最高ie7 9.5 最高ie8 11.0 最高ie9( win7 32位+LR11+IE10可用,但win7 64位+LR11+IE10不可用,降至IE9可用),支持firefox3.6、24.0 ———————————————— 版权声明:本文为CSDN博主「Xiejunyi12」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/xiejunyi12/article/details/52230014 来源: https://www.cnblogs.com/gmeihe17/p/12021112.html

What regular expression engine is used by default in LoadRunner 11.52?

删除回忆录丶 提交于 2019-12-10 12:16:52
问题 I keep trying to find an online regular expression checker to use with web_reg_save_param_regexp but no joy. What RegEx engine is LoadRunner 11.52 using? It looks to be some variant of Perl. 回答1: In LoadRunner we use this: http://www.pcre.org/ Thanks, Boris 回答2: This article suggests that the author is using http://rubular.com/ to test his web_reg_save_param_regexp, suggesting that it's likely PCRE (at least partly implemented). A great PCRE checker is http://regex101.com . 来源: https:/

How to clear cookies in loadrunner 12.50

只谈情不闲聊 提交于 2019-12-10 12:03:20
问题 I am quite new to LoadRunner. I am using the 12.50 community edition and am using the protocol TruClient for web. What should i do in order to delete the cookies that the LoadRunner has accumulated while doing interaction with browser? 回答1: As suggested by tserg42, you could add a separate step inside your "Develop Script" of TruClient for adding the "Utils.clearCookies()" command inside a Javascript action. Please find the screenshots below for adding the above Step 1 Drag the marked step on

《JMeter从入门到精通》之一——开始你的第一个JMeter脚本

谁说胖子不能爱 提交于 2019-12-10 06:40:23
--转者注:由于本人开始接触学习jmeter,所以博客接下来会转载一系列相关的博文。不过有些博文时代久远,有些知识或知识点或资源链接已经过时,本人有的会更新(更新的会标明“自注”或“转者注”等字样),不更新的或者更新不全的还请读者自行判断。--不最醉不龟归 2016.09.29 版权声明 :本文可以被转载,但是在未经本人许可前,不得用于任何商业用途或其他以盈利为目的的用途。本人保留对本文的一切权利。如需转载,请在转载是保留此版权声明,并保证本文的完整性。 作者:陈雷 (Jackei) 邮箱: jackeichan@gmail.com Blog: http://jackei.cnblogs.com JMeter是一款在国外非常流行和受欢迎的开源性能测试工具,像LoadRunner 一样,它也提供了一个利用本地Proxy Server(代理服务器)来录制生成测试脚本的功能,但是这个功能并不好用。所以在本文中介绍一个更为常用的方法——使用 Badboy 录制生成 JMeter 脚本。 简单的介绍一下 Badboy 。 Badboy 是一款不错的Web自动化测试工具,如果你将它用于非商业用途,或者用于商业用途但是安装 Badboy 的机器数量不超过5台,你是不需要为它支付任何费用的。也许是一种推广策略, Badboy 提供了将Web测试脚本直接导出生成 JMeter 脚本的功能

【9月测试公开课】三大课程·覆盖软件测试全过程

假装没事ソ 提交于 2019-12-09 17:11:04
1. Parasoft公开课 - 覆盖软件测试全过程的智能测试平台 [开课时间]:9月7日 下午2:00—4:00 [活动费用]:前50名免费 网络在线公开课 报名地址 2. 黑盒测试公开课 - 前惠普资深测试经理吴老师分享多年测试心得 [开课时间]:9月8日 下午2:00—4:00 [活动费用]:免费 网络在线公开课 报名地址 3. LoadRunner公开课 - 惠普王牌级性能测试工具,惠普金牌讲师亲授 [开课时间]:9月14日 下午2:00—4:00(暂定) [活动费用]:免费 网络在线公开课 报名地址 三堂公开课覆盖软件测试全过程,代码测试,黑盒测试,性能测试;课程参与完全免费,中场休息还有惊喜互动环节哦~ 来源: oschina 链接: https://my.oschina.net/u/876556/blog/739921