51Testing软件测试论坛

标题: 如何增加例如xx.h这样的头文件 [打印本页]

作者: ganlan    时间: 2010-8-8 22:20
标题: 如何增加例如xx.h这样的头文件
如何http协议的脚本中,增加例如xx.h这样的头文件呢?
LoadRunner默认生成globals.h而已,如果想自行增加的话 需要如何做呢?
作者: mr.bee    时间: 2010-8-9 09:13
#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
版主理解错我的意思了。
不过我也找到在哪里加文件了,在脚本中:File / add File To Scripts 。
谢了。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2