您好,登錄后才能下訂單哦!
以下事例介紹了LoadRunner 關聯函數的使用,希望對大家有所幫助。
web_reg_save_param 和關聯的使用
1. 作用:保存動態數據。該數據的來源為html源碼。
2.使用
順序:web_reg_save_param();
web_submit_data();
lr_message();
3.web_reg_save_param()的屬性
1)在尋找動態數據時,可以對該數據的范圍進行限制,通過左邊界和右邊界進行限制。即:LB,RB兩個屬性。
Portion of string to save to parameter | LB | RB |
entire string | empty | empty |
a string delimited by boundaries | boundary | boundary |
the beginning of a string until the first right boundary | empty | boundary |
the last left boundary until the end | boundary | empty |
來源loadrunner幫助文檔
其中LB/IC 是忽略字符的大小寫。
2)ORD屬性
是將找到的動態變量保存到數組中。默認是ord=1.如果搜索到的字符是多個,并想將他保存在數組里,則ord=all;他們分別保存到pr_1 pr_2 .....。其中pr_count為內部函數,統計數組的個數。
3)search 屬性
設置搜索的范圍,可以是header,body,header and body,html body。
4)SaveOffset屬性
偏移量。從搜索到的字符串中,取子串。默認saveoffset=0.
5) SaveLen 屬性
取串的長度。也是從搜索到的字符串中,取子串。
4.例子:
1)
char *pr;
web_reg_save_param("pr","LB=pr","RB="<br>",LAST);
web_submit_data("pr.php
"url=http://"
"TargerFrame="
......
LAST);
lr_message("value: %s",lr_eval_string("{pr}"));
然后你就可以在運行的log中看到結果。
2)關聯的例子
char *pr;
web_reg_save_param("pr","LB=pr","RB="<br>",LAST);
web_submit_data("pr.php
"url=http://"
"TargerFrame="
......
LAST);
i=atoi(pr_count)
這個函數的作用還是蠻大的。希望能得到大家的關注。
web_reg_save_param 和關聯的使用
1. 作用:保存動態數據。該數據的來源為html源碼。
2.使用
順序:web_reg_save_param();
web_submit_data();
lr_message();
3.web_reg_save_param()的屬性
1)在尋找動態數據時,可以對該數據的范圍進行限制,通過左邊界和右邊界進行限制。即:LB,RB兩個屬性。
Portion of string to save to parameter | LB | RB |
entire string | empty | empty |
a string delimited by boundaries | boundary | boundary |
the beginning of a string until the first right boundary | empty | boundary |
the last left boundary until the end | boundary | empty |
來源loadrunner幫助文檔
其中LB/IC 是忽略字符的大小寫。
2)ORD屬性
是將找到的動態變量保存到數組中。默認是ord=1.如果搜索到的字符是多個,并想將他保存在數組里,則ord=all;他們分別保存到pr_1 pr_2 .....。其中pr_count為內部函數,統計數組的個數。
3)search 屬性
設置搜索的范圍,可以是header,body,header and body,html body。
4)SaveOffset屬性
偏移量。從搜索到的字符串中,取子串。默認saveoffset=0.
5) SaveLen 屬性
取串的長度。也是從搜索到的字符串中,取子串。
4.例子:
1)
char *pr;
web_reg_save_param("pr","LB=pr","RB="<br>",LAST);
web_submit_data("pr.php
"url=http://"
"TargerFrame="
......
LAST);
lr_message("value: %s",lr_eval_string("{pr}"));
然后你就可以在運行的log中看到結果。
2)關聯的例子
char *pr;
web_reg_save_param("pr","LB=pr","RB="<br>",LAST);
web_submit_data("pr.php
"url=http://"
"TargerFrame="
......
LAST);
i=atoi(pr_count)
這個函數的作用還是蠻大的。希望能得到大家的關注。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。