51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1797|回复: 1
打印 上一主题 下一主题

[求助] LR的license支持问题

[复制链接]

该用户从未签到

跳转到指定楼层
1#
发表于 2008-7-16 14:43:14 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
int Vuser,ProductNumber;

lr_whoami(&Vuser, NULL, NULL);
ProductNumber = Vuser%10 + 1;

switch(ProductNumber)
{
case 1:
        /* In reality, this block here would contain the LR
           functions for buying product1. Since we don't have
           a real website, lets pretend with the message below */

        lr_vuser_status_message("I am buying product1");
        break;
case 2:
        lr_vuser_status_message("I am buying product2");
        break;
case 3:
        lr_vuser_status_message("I am buying product3");
        break;
case 4:
        lr_vuser_status_message("I am buying product4");
        break;
case 5:
        lr_vuser_status_message("I am buying product5");
        break;
case 6:
        lr_vuser_status_message("I am buying product6");
        break;
case 7:
        lr_vuser_status_message("I am buying product7");
        break;
case 8:
        lr_vuser_status_message("I am buying product8");
        break;
case 9:
        lr_vuser_status_message("I am buying product9");
        break;
case 10:
        lr_vuser_status_message("I am buying product10");
        break;
default:
        lr_vuser_status_message("invalid product %d",ProductNumber);
}

        lr_think_time(100);

如上一段脚本,运行时提示license不支持该类型Vuser。这段脚本中,究竟哪一段对Vuser有要求呢?正在学习编写脚本
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏
回复

使用道具 举报

该用户从未签到

2#
 楼主| 发表于 2008-7-16 23:42:08 | 只看该作者
没人知道么?

我的LR是8.1的破解版
回复 支持 反对

使用道具 举报

本版积分规则

关闭

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

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

GMT+8, 2024-11-9 05:55 , Processed in 0.068329 second(s), 28 queries .

Powered by Discuz! X3.2

© 2001-2024 Comsenz Inc.

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