Details about Throughput in Jmeter

2007-10-05 Thread Arumugam Vallimuthu
Hi Folks, I would like to get some more details about throughput in aggregate report. Here I can able to see 2 kind of throughput.(i.e requests/sec, kbytes/sec). Can anyone give some more details about this? Appreciate your help. Thanks in Advance. Regards Aru

Re: CSV Data Set Config

2007-09-26 Thread Arumugam Vallimuthu
Hi, Instead of using like this " Variables Names-'USER,PASS' " you can try with this: Variable Names - USER,PASS and Send the request like this (use the *{* instead of *)*) j_username ${USER} j_password ${PASS}

Re: CSV Data Set Config

2007-09-26 Thread Arumugam Vallimuthu
Hi, Instead of using like this " Variables Names-'USER,PASS' " you can try with this: Variable Names - USER,PASS Make sure you have save the CSV file in the same location where you have stored the test plan Regards Aru ramaj wrote: hello, Currently i am using JMETER for Stress Testing for

Download Request in Jmeter

2007-09-17 Thread Arumugam Vallimuthu
Hi All, Can I measure some of the big file (more than 200 MB) download response time i.e once the server will give the response the transaction should be complete and display the response time in the aggregate report? Here I have mentioned the details: * Using Jmeter I have created a HTTP

Using Xpath Extractor how to fetch the particular value

2007-09-13 Thread Arumugam Vallimuthu
Hi, I am new to Jmeter. I am facing some issues while fetching the data while using Xpath Extractor. HTTP  I want to fetch the specific data: */pdownload.do?target=100444-76&method=hs* For getting this url I have used the following Xpath query : *//a[text() = 'HTTP']/@href *and