On 19/07/2009, Vijay <[email protected]> wrote: > > > Hi All, > > > > I need to upload a list (a CSV file) in my application and to look for time > taken to upload the full data (for eg. 1000-5000) records > > During Jmeter recording, I tried to upload a list, and received 'File Not > Found exception" >
Some browsers only provide the file name, rather than the full path when submitting the POST request so JMeter may not be able to find the file. You will either need to move the file to the JMeter launch directory, or fix the test plan once it has been recorded. > > Can any one suggest me the steps to achieve this > > > > Thanks > > > Vijay > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

