ganlan 发表于 2010-8-8 22:20:51

如何增加例如xx.h这样的头文件

如何http协议的脚本中,增加例如xx.h这样的头文件呢?
LoadRunner默认生成globals.h而已,如果想自行增加的话 需要如何做呢?

mr.bee 发表于 2010-8-9 09:13:19

#ifndef _GLOBALS_H
#define _GLOBALS_H

//--------------------------------------------------------------------
// Include Files
#include "lrun.h"
#include "web_api.h"
#include "lrw_custom_body.h"

//--------------------------------------------------------------------
// Global Variables

#endif // _GLOBALS_H

ganlan 发表于 2010-8-9 23:35:53

版主理解错我的意思了。
不过我也找到在哪里加文件了,在脚本中:File / add File To Scripts 。
谢了。
页: [1]
查看完整版本: 如何增加例如xx.h这样的头文件