On 7 March 2012 07:13, hardik551987 <[email protected]> wrote: > Dear Team, > > I am informed that Jmeter have some problem while doing parameterization > using large CSV data file. Please let me know what is the problem and > solution if that is the case.
The size of a CSV data file does not matter, so long as you are using CSV DataSet Config (or the StringFromFile function) to read it. If you use the CSVRead (or XPath) functions, then a large file may cause problems, because those functions read the entire file into memory. These limitations are mentioned in the relevant function documentation. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
