Re: How to run Threads one by one

2011-08-05 Thread kiransiri
Thanks For your reply dude.But if i use that thread groups only run but as per my scenario i need to use the same number that was generated from the Transaction1 and continue all the scenarios. So how can i do this..please guide m Thanks Sree Kiran -- View this message in context: http://jmet

Re: How to run Threads one by one

2011-08-05 Thread kiransiri
Thanks dude, but i don't want run the scenarios like that i just want to do it in different thread groups and want to run.. I already done the steps that you said. it is working but i just want to know whether the threads run consecutively or not.. please advice me in that way.. Thanks, Sree Ki

Re: How to capture the Popups using jmeter

2011-08-05 Thread kiransiri
Hi Deepak, Thanks again for reply. I have the scenario need to test that How much time took for downloading a file. So, for that i am able to capture those responses...So please advice me how can i check those requests.. Thanks sreekiran -- View this message in context: http://jmeter.512774.n5.

How to run Threads one by one

2011-08-05 Thread kiransiri
Hi All, I have the flow like 1) Transaction1 2) Authorization 3) Transaction2 4) authorization There is an Number which is generated in Transaction1 will be Authorized and using the same Number will do the Transaction2 and authorization. So, can any body tell me how can i do this using Jmeter T

Re: How to capture the Popups using jmeter

2011-08-05 Thread kiransiri
Thanks Deepak Is there any way that i can handle those type of actions using jmeter or with some other tools.. Regards, Sreekiran -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-capture-the-Popups-using-jmeter-tp4669900p4669929.html Sent from the JMeter - User mailing

How to capture the Popups using jmeter

2011-08-05 Thread kiransiri
Hi All, I am facing one of the problem in my application at the time of downloading an file. I am unable to capture the request after click on download link. So can anybody guide me how to capture those requests? Steps: 1) Click on Download link 2) it asks to save the file 3) Select the drive wh

Re: how to record JSP file in Jmeter 2.4

2011-05-31 Thread kiransiri
Dear Usha, Have you added the '.*\.jsp' in the workbench before recording. If you added the jsp then remove the jsp from the workbench and try to record.. -- View this message in context: http://jmeter.512774.n5.nabble.com/how-to-record-JSP-file-in-Jmeter-2-4-tp4434774p4442076.html Sent from

Re: Facing issue in result view shows Page Expires/session time out for samplers with different sessions values w.r.t values in dropdown lists

2011-05-31 Thread kiransiri
Dear gs, can you try this for all the session id's where you have.. t=(.*?)&random=(.*?) if random is taking the same number then use the above regex otherwise you can use the Random function in the function builder of the tool.. -- View this message in context: http://jmeter.512774.n5.nab

Re: Resetting the result tables of JMeter

2010-11-03 Thread kiransiri
Hi, you can add simple data writer to your thread group with an .jtl file extension and run the test.Whenever you want you just browse the jtl file in Summery Report/Agg Report etc. and see the results. Regadrs, Sree Kiran -- View this message in context: http://jmeter.512774.n5.nabble.com/R

Re: How to stop iteration and log the error in a file

2010-10-20 Thread kiransiri
Hi Saurabh, you can on the 'Stop Test' radio button and run it for a single user. I think it works.for any query please assist me. Regards, Sree Kiran -- View this message in context: http://jmeter.512774.n5.nabble.com/How-to-stop-iteration-and-log-the-error-in-a-file-tp3211495p3228085.html S

Re: random think time

2010-10-17 Thread kiransiri
Hi thanh, are you defined 'RANDOMNO' in the testplan? or it just an random number that can access any number? Just replace the line using '${__jexl(2000+${__Random(1,100,)})}' and try. 1,100 is a range that can be any one as per your requirement Regards, Sree Kiran -- View this message in con

RE: creating user defined variables for authentication

2010-10-11 Thread kiransiri
Hi Bhatraj, Is there any validations in your data that is passing the parameters 'username,password,domain' Have you replace the parameters in the login request where the "CSV Data Set Config" variables are passing? >This csv file was placed in same directory as the scripts and not in bin folder

Re: Regular Expression Extractor cannot extract value

2010-10-04 Thread kiransiri
hi cal, use the expression (.*?) instead of (.+?) and keep the default is blank Regards, Sree Kiran -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-Expression-Extractor-cannot-extract-value-tp3173017p3173048.html Sent from the JMeter - User mailing list archive at

Re: Regular Expression Extractor cannot extract value

2010-10-04 Thread kiransiri
hi cal, do you have "The Regex Coach" software, if u had then first find the reguler expression and keeep the same in the Jmeter Reguler expression extractor. see the url for reference: 'http://www.weitz.de/regex-coach/' download link: 'http://www.brothersoft.com/the-regex-coach-download-65442.h

Re: Running a script where a value increments automatically

2010-10-04 Thread kiransiri
hi Din, use the function ${__counter(1,)} in the value where you want to increase the number Regards, Sree Kiran -- View this message in context: http://jmeter.512774.n5.nabble.com/Running-a-script-where-a-value-increments-automatically-tp3072564p3172900.html Sent from the JMeter - User mail

Re: Regular Expression Extractor cannot extract value

2010-10-04 Thread kiransiri
"http://172.22.52.57:9082/en/xxx\?p_auth=(.*?)&p_p_id=" instead of "http://172.22.52.57:9082/en/xxx?p_auth=(.+?)&p_p_id=" and try once put the default value as blank Regards, Sree Kiran -- View this message in context: http://jmeter.512774.n5.nabble.com/Regular-Expression-Extractor-cannot-ext