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 about the Vuser type, AUT, action files, and so on.

vuser.bak
A copy of Vuser.usr before the last save operation.
default.cfg

Contains a listing of all runtime settings as defined in the VuGen application (think time, iterations, log, web).

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.

Back to top