Files generated during recording
Assuming that the recorded script has been given the name vuser and is stored under c:\tmp, the following is a list of the more important files that are generated after recording:
File Name | Details |
---|---|
vuser.usr
|
Contains information such as the Vuser type, AUT, and action files. Example
[General] Type=Oracle_NCA DefaultCfg=default.cfg BuildTarget= ParamRightBrace=> ParamLeftBrace=< NewFunctionHeader=0 MajorVersion=5 MinorVersion=0 ParameterFile=nca_test3.prm GlobalParameterFile= [Transactions] Connect= [Actions] vuser_init=init.c Actions=run.c vuser_end=end.c |
vuser.bak
|
A copy of Vuser.usr before the last save operation.
|
default.cfg
|
Contains a listing of all runtime settings as defined in VuGen (think time, iterations, log, web). Example
[General] XlBridgeTimeout=120 [ThinkTime] Options=NOTHINK Factor=1 LimitFlag=0 Limit=1 [Iterations] NumOfIterations=1 IterationPace=IterationASAP StartEvery=60 RandomMin=60 RandomMax=90 [Log] LogOptions=LogBrief MsgClassData=0 MsgClassParameters=0 MsgClassFull=0 |
vuser.asc
|
The original recorded API calls.
|
vuser.grd
|
Contains the column headers for grids in database scripts.
|
default.usp
|
Contains the script's run logic, including how the actions sections run. |
init.c
|
Exact copy of the Vuser_init function as seen in the VuGen main window.
|
run.c
|
Exact copy of the Action function as seen in the VuGen main window.
|
end.c
|
Exact copy of the Vuser_end function as seen in the VuGen main window.
|
vdf.h
|
A header file of C variable definitions used in the script.
|
\Data
|
The Data folder stores all of the recorded data used primarily as a backup. Once the data is in this folder, it is not touched or used. For example, Vuser.c is a copy of run.c.
|