原文:LoadRunner函數學習--web_custom_request及與web_submit_data區別

一 web custom request函數介紹 LoadRunner提供的web custom request函數可以用於實現參數的動態生成。在LoadRunner中,web reg save param和custom request都常於處理參數的動態生成。 web reg save param函數是大家都已經熟悉的了,它的主要作用是從一個response中獲得后續的request需要使用的數 ...

2013-01-18 17:05 0 3587 推薦指數:

查看詳情

web_custom_requestweb_submit_data區別

web_custom_requestweb_submit_data區別 web_custom_request方法可以發送POST和GET類型的請求; web_submit_data只能發送POST類型的請求; 所有web_submit_data方法發送的請求都可以 ...

Tue Jun 27 00:12:00 CST 2017 1 1954
LoadRunner 函數web_custom_request

Allows you to create a custom HTTP request with any method supported by HTTP. List of Attributes URL- 請求地址 Method – 請求方法 POST or GET. ...

Thu Dec 22 01:58:00 CST 2016 0 6534
web_custom_request函數詳解

  在LR中當使用HTML錄制方式時,錄制的腳本中主要由函數web_link()、web_submit_form()、web_url()、web_submit_data()組成,當使用HTTP錄制方式時,錄制的腳本中主要由函數web_url()、web_submit_data()組成,主要區別 ...

Sun Aug 25 08:41:00 CST 2013 1 27942
web_submit_data詳解

定義:處理無狀態或者上下文無關的表單提交。它用來生成表單的GET或POST請求,這些請求與Form自動生成的請求是一樣的,發送這些請求時不需要表單上下文。 函數形式:web_submit_data( const char *StepName, const char *Action ...

Mon Mar 06 18:39:00 CST 2017 0 7822
loadRunner函數web_find

int web_find( const char * StepName, < Attributes and Specifications list>, char * searchstring, LAST ); StepName ...

Fri May 15 00:29:00 CST 2015 0 2024
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM