LoadRunner/VuGen outputs to external files

The following code works with all versions of LoadRunner We will use ANSI C fopen(), fprint(), fclose() functions in the LoadRunner to accomplish that. The followings are signatures of those functions: long fopen( const char *filename, const char *access_mode ) int fprintf( FILE *file_pointer, const char *format_string [, args ] ) Step 1: Open file …

LoadRunner/VuGen outputs to external files Read More »