Re: does think time affect response time?

2009-01-24 Thread uzfarid
thanks a lot sebb-2-2 wrote: > > On 24/01/2009, uzfarid wrote: >> >> Hi, >> >> Can you please, clarify what you meany by what you mentioned?... > > See below. > >> For example If i add think time in Jmeter does it affect result at >> all?.. > > It does not affect individual samples. >

Re: does think time affect response time?

2009-01-24 Thread sebb
On 24/01/2009, uzfarid wrote: > > Hi, > > Can you please, clarify what you meany by what you mentioned?... See below. > For example If i add think time in Jmeter does it affect result at all?.. It does not affect individual samples. > I am just afraid abt like if I add 10 second think time

Re: does think time affect response time?

2009-01-24 Thread uzfarid
Hi, Can you please, clarify what you meany by what you mentioned?... For example If i add think time in Jmeter does it affect result at all?.. I am just afraid abt like if I add 10 second think time and final result shows 22 seconds. Does this mean real result was 22-10= 12 seconds?.. Thanks

Re: does think time affect response time?

2009-01-24 Thread sebb
On 24/01/2009, uzfarid wrote: > > Hi, > > I was wondering if think times affect average response times in JMeter? > > I know for example in loadrunner we define transaction beginning and end. > > Start Transaction a > { > some actions > think time(10); > } > end transaction a. > > in t

Re: Urgent help needed:HTTP Authorization Manager is not working

2009-01-24 Thread sebb
On 24/01/2009, uzfarid wrote: > > Hi, > > The reason why I had to put Domain\Username is that, when I visit that site > manually and just enter username and password then it puts totally different > domain and does not login. So in my case even in manual login I had to put > DOMAIN\Username.

does think time affect response time?

2009-01-24 Thread uzfarid
Hi, I was wondering if think times affect average response times in JMeter? I know for example in loadrunner we define transaction beginning and end. Start Transaction a { some actions think time(10); } end transaction a. in this case in load runner 10 second is added to the response time.

Re: Urgent help needed:HTTP Authorization Manager is not working

2009-01-24 Thread uzfarid
Hi, The reason why I had to put Domain\Username is that, when I visit that site manually and just enter username and password then it puts totally different domain and does not login. So in my case even in manual login I had to put DOMAIN\Username. However what it seems to me that DOMAIN field

Re: Changing dataset values during runtime based on a conditional

2009-01-24 Thread sebb
On 23/01/2009, Eric Chu wrote: > Greetings all, first time poster. Welcome. > Apologies for the convoluted subject. I > couldn't think of a simpler one. Subject is fine. Far better to be too specific than too general... > I'm trying to use a data set (CSV Data Set Config) for "WebService(SO

Re: Urgent help needed:HTTP Authorization Manager is not working

2009-01-24 Thread sebb
On 24/01/2009, uzfarid wrote: > > Hi, > > Thanks Steve for your help. > > The main mistake I made was , I think, for username I had to put like > DOMAIN\Username. JMeter 2.2 used to require the domain to be added as part of the user (there was no domain field on the form). In JMeter 2.3.2 (wh

Fwd: [Travel Assistance] Applications for ApacheCon EU 2009 - Now Open

2009-01-24 Thread sebb
-- Forwarded message -- From: Tony Stevenson Date: 23 Jan 2009 13:28 Subject: [Travel Assistance] Applications for ApacheCon EU 2009 - Now Open To: travel-assista...@apache.org The Travel Assistance Committee is now accepting applications for those wanting to attend ApacheCon

Re: CSV Read function

2009-01-24 Thread sebb
On 23/01/2009, indireddysankar wrote: > Hi, > For testing my application ,i need to send http request with two > parameters as > http://localhost/Desc/log.jsp?Number=912345&Text=siva > > i want to read the numbers, text from a CSV file created which have rows > more than 4000 in the

Re: jmeter for testing multimedia sites

2009-01-24 Thread sebb
On 23/01/2009, manhasbs wrote: > > Is it possible to use jmeter for testing multimedia sites with mixed > content of HTML and streaming video based on RTP/ > RTSP streaming protocols. JMeter does not support RTP/RTSP. > 2. Testing of load on video stream This would only be possible if some

RE: Urgent help needed:HTTP Authorization Manager is not working

2009-01-24 Thread uzfarid
Hi, Thanks Steve for your help. The main mistake I made was , I think, for username I had to put like DOMAIN\Username. Before I was just putting Username. now it is working perfect. Well mistakes teach us something at the end : )) Have a nice day/evening. Br, Farid. Steve Kapinos wrote: