loadrunner 常用函数

Posted Jinggo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了loadrunner 常用函数相关的知识,希望对你有一定的参考价值。

lr_eval_string: 用来存放loadrunnner 定义的变量

lr_eval_string("<opt_items_count}")

 

lr_abort:

int status;

status = web_url("Login",
          "URL=https://secure.computing.com//login.asp?user=(username)&session={ssid}", 
          "RecContentType=text/html", LAST );

if (status == LR_FAIL) {
    lr_error_message("Error: %s", "Unable to login to secure computing");
        lr_abort();
}

 

Continue...

以上是关于loadrunner 常用函数的主要内容,如果未能解决你的问题,请参考以下文章

loadrunner 常用函数

Loadrunner常用函数

LoadRunner 函数学习

loadrunner常用函数

Loadrunner常用函数详解

LoadRunner web_set_sockets_option()--常用函数