loadrunner函数
Posted 宋可欣
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了loadrunner函数相关的知识,希望对你有一定的参考价值。
1、web_submit_data()
函数语法:web_submit_data( const char *StepName, const char *Action, <List of Attributes>, ITEMDATA, <List of data>, [ EXTRARES, <List of Resource Attributes>,] LAST);
函数参数:
StepName | 为该操作步骤起的名字 |
Action | URL;要访问的地址 |
List of Attribute |
Method:数据提交的方法:POST或GET。默认是POST EncType:编码方式 TargetFrame:包含当前链接或资源的Frame Mode:录制脚本的级别:html或HTTP referer:当前页面关联的页面 RecontentType:录制脚本时响应头的内容类型 |
ITEMDATA | 数据域与属性的分隔符 |
EXTRARES | 分隔符。标记下一个参数将是资源属性列表 |
List of Resource Attribute | |
LAST | 结束标记符 |
2、web_url()
函数语法:web_url( const char *StepName, const char *url, <List of Attributes>, [EXTRARES, <List of Resource Attributes>,] LAST );
函数参数:参照web_submit_data()
以上是关于loadrunner函数的主要内容,如果未能解决你的问题,请参考以下文章