How-to verify file downloaded

Posted: August 28th, 2009 | Author: TnT Admin | Filed under: How-Tos | Tags: , | No Comments »

Often there is a need to verify the validity of the file being downloaded by the script.  Under normal circumstances, if the file is a PDF or excel file, it will be returned/transmitted in binary (when you turned on replay log).  In this way, unlike conventional functional tool, LoadRunner is unable to verify if the file downloaded is valid. Read the rest of this entry »


Function web_reg_save_param and arrays

Posted: October 15th, 2008 | Author: TnT Admin | Filed under: How-Tos | Tags: , , | 7 Comments »

There are always situations that required us to work with dynamic data returned by the server through correlation and stored in array.  That is where web_reg_save_param comes into play of capturing a value or list of values based on a defined left boundary and right boundary.  To fully appreciate the power of LoadRunner, VUGen, is to at best refrain from using those GUI features such as Correlation Studio or Runtime Viewer/Browser. Read the rest of this entry »