51Testing软件测试论坛

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

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 2316|回复: 2
打印 上一主题 下一主题

Loadrunner中报web_url函数中LAST没有定义

[复制链接]
  • TA的每日心情
    奋斗
    2016-4-11 15:57
  • 签到天数: 6 天

    连续签到: 1 天

    [LV.2]测试排长

    跳转到指定楼层
    1#
    发表于 2016-4-11 16:40:21 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    我的代码是这样:
    Action()
    {
            int randnum;
            randnum = rand()%3+1;
            lr_output_message("The random number is %d",randnum);
            if(randnum == 1){
                    lr_output_message("访问百度");
                    web_url("www.baidu.com",
                                    "URL=http://www.baidu.com/",
                                    "TargetFrame=",
                                    "Resource=0",
                                    "RecContentType=text/html",
                                    "Referer=",
                                    "Snapshot=t1.inf",
                                    "Mode=HTML",
                                    LAST);
            }
            else if(randnum == 2){
                    lr_output_message ("访问搜狗");
                    web_url("www.sogou.com",
                                    "URL=http://www.sogou.com/",
                                    "TargetFrame=",
                                    "Resource=0",
                                    "RecContentType=text/html",
                                    "Referer=",
                                    "Snapshot=t12.inf",
                                    "Mode=HTML",
                                    LAST);
            }
            else if (randnum == 3) {
                    lr_output_message ("访问hao123");
                    web_url("hao123.com",
                                    "URL=http://hao123.com/",
                                    "TargetFrame=",
                                    "Resource=0",
                                    "RecContentType=text/html",
                                    "Referer=",
                                    "Snapshot=t14.inf",
                                    "Mode=HTML",
                                    LAST);
            }
            else{
                    lr_output_message("访问百度");
                    web_url("www.baidu.com",
                                    "URL=http://www.baidu.com/",
                                    "TargetFrame=",
                                    "Resource=0",
                                    "RecContentType=text/html",
                                    "Referer=",
                                    "Snapshot=t1.inf",
                                    "Mode=HTML",
                                    LAST);
            }
            return 0;
    }
    执行时却报错 undeclared identifier `LAST',求指点,是不是缺少了什么
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

  • TA的每日心情
    无聊
    2018-2-28 12:22
  • 签到天数: 4 天

    连续签到: 1 天

    [LV.2]测试排长

    2#
    发表于 2016-4-12 14:47:42 | 只看该作者
    试了下,很正常的脚本

    Starting action Action.
    Action.c(5): The random number is 2
    Action.c(19): 访问搜狗
    Action.c(20): web_url("www.sogou.com") was successful, 8235 body bytes, 369 header bytes          [MsgId: MMSG-26386]
    Ending action Action.

    评分

    参与人数 1测试积点 +10 收起 理由
    lsekfe + 10 积极回复获得测试积点10

    查看全部评分

    回复 支持 反对

    使用道具 举报

  • TA的每日心情
    奋斗
    2016-4-11 15:57
  • 签到天数: 6 天

    连续签到: 1 天

    [LV.2]测试排长

    3#
     楼主| 发表于 2016-4-19 09:59:58 | 只看该作者
    fairylly 发表于 2016-4-12 14:47
    试了下,很正常的脚本

    Starting action Action.

    哎,就是搞不懂啊,有其他的特殊字也是报没有定义,不知道缺了什么
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

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

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

    GMT+8, 2024-11-6 11:11 , Processed in 0.070905 second(s), 23 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

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