51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

查看: 1771|回复: 0
打印 上一主题 下一主题

LoadRunner:Adding Vuser Status Message to Controller

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2006-10-25 14:09:33 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
Description

      Adding this line of code:

static int i_iteration=0;

after the #include "as_web_.h"

and adding:

lr_vuser_status_message("Iteration %d", ++i_iteration);

directly after the Action1() {

will place the iteration number of each Vuser into the controller.


Solution

      #include "as_web.h"
static int i_iteration=0;

Action1()
{

lr_vuser_status_message("Iteration %d", ++i_iteration);

web_set_user(...);

//scipt body

return 0;

}

These two lines of code will show each Vuser's iteration number at in the Controller window. This makes it MUCH easier to see which iteration a Vuser is on then by clicking on "Vuser details" in the Controller and then searching for the iteration. I have had to do this numerous times and what a pain!

This was given to me by another coworker who received it from someone. I felt it was worth sharing.
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

本版积分规则

关闭

站长推荐上一条 /1 下一条

小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

GMT+8, 2024-5-4 23:21 , Processed in 0.063611 second(s), 23 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

快速回复 返回顶部 返回列表