标题: 脚本中globals.h是干什么的? [打印本页] 作者: stevecaozhe 时间: 2009-2-19 14:44 标题: 脚本中globals.h是干什么的? 脚本中globals.h是干什么的?因为我在回放脚本时报错,不知道跟这个有没有关系?
下面是错误:
Error: Exception was raised when calling per-process-init function in extension lrwreplaymain.dll: System Exceptions: EXCEPTION_ACCESS_VIOLATION
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread.作者: fish_yy 时间: 2009-2-19 17:26
看名字!作者: guandarong 时间: 2009-2-19 17:36
把那个删了,删了后就可以录制web(http/html)脚本,那个好像是由于另一个协议会用到,好像是 web services作者: chare 时间: 2009-2-19 20:43
For the Web(HTTP/HTML) protocol,
globals.h is created to contain:
#ifndef _GLOBALS_H
#define _GLOBALS_H
//--------------------------
// Include Files
#include "lrun.h"
#include "web_api.h"
#include "lrw_custom_body.h"
// recorded for web_custom_request functions.
//--------------------------
// Global Variables
#endif // _GLOBALS_H
所以你删除了就可能出现一些问题作者: stevecaozhe 时间: 2009-2-20 11:16
各位老大,我到底是删还是不删啊
这个globals.h是隐藏文件,我看一些教材上都没提到啊作者: guandarong 时间: 2009-2-20 13:45
一个字----删作者: zynuage 时间: 2009-2-20 13:46
可以不用管它。只要是不影响测试就行了,你也可以删除试试看,看看会发生什么情况,删除之前做好备份。作者: aman_cao 时间: 2009-2-20 14:03
头包含文件作者: stevecaozhe 时间: 2009-2-20 14:53
各位高手,我运行时报错,
Error: Exception was raised when calling per-process-init function in extension lrwreplaymain.dll: System Exceptions: EXCEPTION_ACCESS_VIOLATION
Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread.
删掉这个文件之后错误依旧,请大家帮我看看,谢谢!
我是用web (http/html)协议来录的脚本,录制应该很成功,在回放的时候就出现这个错误,我找了好久,以前也有人遇到过,但是都没有最终的解决方案,拜求各位了,我前天刚刚学LR,不要让我这么受打击啊作者: aman_cao 时间: 2009-2-20 15:25
环境是什么?最好把脚本也贴出来,只给这样的信息,怕是帮不了你作者: guandarong 时间: 2009-2-20 17:36
你这是第几次录制脚本啊?LR是什么版本的?对了,LR不支持vistart和IE7作者: chenyingli 时间: 2009-2-20 18:06
教本里面有没有自己定义过的变量?把变量定义放到globals.h里面去。作者: stevecaozhe 时间: 2009-2-23 10:02
感谢大家的支持,我的配置是 windows xp , loadrunner 9.0, IE7的,我在tomcat上部署的application, 下面是脚本,我是把所有的脚本都放在action里面的,脚本里应该没定义变量,不过我以前的其他的脚本定义过,不过不管是不是定义过变量的脚本,一直是报这个错误,而且是一开始就报错。请各位帮帮忙!谢谢!
Action()
{