Re: JMeter Report generation using Hudson plugin

2010-03-03 Thread M.Vijaya Bhaskar
Hi Saurabh,We can run the jmeter scripts through Hudson for this one first we need to write the ant script to run the jmeter scripts after that we need to configure the ant script to Hudson Thanks Vijay On Thu, Mar 4, 2010 at 12:08 PM, Saurabh Gupta stonecold.saur...@gmail.comwrote: Hi

Re: JMeter Report generation using Hudson plugin

2010-03-03 Thread M.Vijaya Bhaskar
Hi, go to your jmeter folder there you can find extras folder in the extras folder you can find build.xml in the build.xml configure your scripts On Thu, Mar 4, 2010 at 12:22 PM, Saurabh Gupta stonecold.saur...@gmail.comwrote: Please guide me how to write a ANT script to run JMeter script.

Re: JMeter Report generation using Hudson plugin

2010-03-03 Thread M.Vijaya Bhaskar
On Thu, Mar 4, 2010 at 12:35 PM, M.Vijaya Bhaskar vijayabhaska...@sigmainfo.net wrote: Hi, go to your jmeter folder there you can find extras folder in the extras folder you can find build.xml in the build.xml configure your scripts On Thu, Mar 4, 2010 at 12:22 PM

Re: JSESSIONID ISSUE

2009-11-04 Thread M.Vijaya Bhaskar
Hi Hari, Use Regular expression extraction to extract the JSESSION id and pass it to another request thanks vijay On Thu, Nov 5, 2009 at 12:50 AM, Hari Kishore hari.kish...@satmetrix.comwrote: Hi , I have recoreded a login script using Jmeter proxy, each request in the file has

Re: HTTPS responses

2009-11-01 Thread M.Vijaya Bhaskar
Hi , Use BadBoy for recording to your application,and export to jmeter. i think this is the only one solution for recoding https requets thanks vijay On Sat, Oct 31, 2009 at 12:25 AM, raveees mvraviku...@gmail.com wrote: Hi Jeremy, I have the same problem, can you please help me how to

Re: Adding Junit test to JMeter

2009-10-14 Thread M.Vijaya Bhaskar
Hi Sri, Can you plz tell me in which folder you placed the jar file which is contain junit calsses On Wed, Oct 14, 2009 at 6:29 PM, Sri123 mohanasunda...@mail.nih.gov wrote: Can you please send me the links where I can refer. And I have one more issue now, after I placed my jar file

Regarding captcha image

2009-09-16 Thread M.Vijaya Bhaskar
Hi All, In my application Registration form i have a CAPTCH image,This image is changing for every request, Can any one give me the solution how to get the values of CAPTCH image and how can i pass another request Thanks Vijay

Re: Regarding captcha image

2009-09-16 Thread M.Vijaya Bhaskar
that can be queried to tell you the value. regards deepak On Wed, Sep 16, 2009 at 10:21 PM, M.Vijaya Bhaskar vijayabhaska...@sigmainfo.net wrote: Hi All, In my application Registration form i have a CAPTCH image,This image is changing for every request, Can any one give me

Re: Jmeter+ ant script:OutOfMemoryError while trying with 2500user/10second

2009-08-07 Thread M.Vijaya Bhaskar
Hi Geeta, As per my Knowledge, while running the Jmeter script it is creating log files in the server. so remove the log files or in crease your server disk space. Thanks Vijay On Fri, Aug 7, 2009 at 2:21 PM, geetat geeta4...@yahoo.com wrote: we are trying to run j meter for 4-5 hours.

Re: Error while launching JMeter 2.3.3

2009-06-23 Thread M.Vijaya Bhaskar
Hi Anwar, Try this one its worked for me. Edit the jmeter.bat file Comment this line in jmeter.bat set DUMP=-XX:+ HeapDumpOnOutOfMemoryError It will work Thanks Vijay On Tue, Jun 23, 2009 at 11:26 AM, Anwaruddin Mohammad anwaruddi...@ocimumbio.com wrote: Dear JMeter users, While

Re: WebService Recorder

2009-06-17 Thread M.Vijaya Bhaskar
Hi Ribin To Test webservies on open source Tool is there that is SoapUI Thanks vijay On Wed, Jun 17, 2009 at 3:53 PM, Joseph Ribin Roy ribin@mformation.comwrote: Hi All Is there any recorder for Web Services available? Where I can capture SOAP request just by giving WSDL URL?

Jmeter 2.3.3 giving message as Unrecognized VM option '+HeapDumpOnOutOfMemoryError'

2009-05-29 Thread M.Vijaya Bhaskar
Hi All, I Downloaded Jmeter2.3.3 then i extracted. and by clicking on jmeter.bat file it is showing the message as Unrecognized VM option '+HeapDumpOnOutOfMemoryError' Could not create the Java virtual machine. errorlevel=1 Press any key to continue . . . Is any one faced this problam... how

Re: Jmeter 2.3.3 giving message as Unrecognized VM option '+HeapDumpOnOutOfMemoryError'

2009-05-29 Thread M.Vijaya Bhaskar
Hi Andrew i am using Java\jdk1.5.0_04 thanks Vijay On Fri, May 29, 2009 at 12:25 PM, drubix andrew.schr...@gmail.com wrote: What version of java are you using? M.Vijaya Bhaskar wrote: Hi All, I Downloaded Jmeter2.3.3 then i extracted. and by clicking on jmeter.bat file

Re: Jmeter 2.3.3 giving message as Unrecognized VM option '+HeapDumpOnOutOfMemoryError'

2009-05-29 Thread M.Vijaya Bhaskar
suvendu_mohapa...@satyam.com wrote: Was the jmeter 2.3.2 batch file working fine?? With Regards, Suvendu -Original Message- From: M.Vijaya Bhaskar [mailto:vijayabhaska...@sigmainfo.net] Sent: Friday, May 29, 2009 12:07 PM To: JMeter Users List Subject: Jmeter 2.3.3 giving message

Re: Jmeter 2.3.3 giving message as Unrecognized VM option '+HeapDumpOnOutOfMemoryError'

2009-05-29 Thread M.Vijaya Bhaskar
in jmeter.bat set DUMP=-XX:+HeapDumpOnOutOfMemoryError It will work Thanks and Regards Geetha Rani D -Original Message- From: M.Vijaya Bhaskar [mailto:vijayabhaska...@sigmainfo.net] Sent: Friday, May 29, 2009 12:07 PM To: JMeter Users List Subject: Jmeter 2.3.3 giving message

Form data is not inserted in DB when running the script

2009-04-27 Thread M.Vijaya Bhaskar
: Notifying test listeners of end of test 2009/04/27 19:12:52 INFO - jmeter.gui.util.JMeterMenuBar: setRunning(false,*local*) 2009/04/27 19:12:52 INFO - jmeter.engine.StandardJMeterEngine: Test has ended Thanks M.Vijaya Bhaskar

Re: Data is not inserting in the DB using JMeter

2009-04-23 Thread M.Vijaya Bhaskar
HI drubix, Thank you for your support, I extracted the data from previous request and sending to next request,Now it is working fine. Thanks Regards M.Vijaya Bhaskar On Fri, Apr 24, 2009 at 5:09 AM, drubix andrew.schr...@gmail.com wrote: What technologies are you using on your webserver

Data is not inserting in the DB using JMeter

2009-04-22 Thread M.Vijaya Bhaskar
Regards M.Vijaya Bhaskar

How to analyze the Aggregate report

2009-04-21 Thread M.Vijaya Bhaskar
for your reply. Thanks M.Vijaya Bhaskar

JMeter with STAF(Software Tesing Automation Frame work)

2009-04-15 Thread M.Vijaya Bhaskar
Hi All, Can any one please tell me how we can use JMeter with STAF(Software Tesing Automation Frame work). Thanks Regards M.Vijaya Bhaskar

How to Use HTTP Mirror Server

2009-04-07 Thread M.Vijaya Bhaskar
Hi All, Can any one please tell me how to use HTTP Mirror Server. Thanks M.Vijaya Bhaskar

Testing the performence of Ajax,dwr based application using JMeter

2009-04-01 Thread M.Vijaya Bhaskar
Hi All, Can any one tell me how to test the Ajax,dwr based application performence. Thannx M.Vijay

Re: How to Record the HTTPS Request using Proxy server

2009-03-31 Thread M.Vijaya Bhaskar
Hi Ragini, Thank you for your reply.Is There any other way to Record HTTPS Requests. insted of using BadBoy. Thankx M.Vijaya Bhaskar On Mon, Mar 30, 2009 at 4:02 PM, Ragini Thakur ragi...@cybage.com wrote: Hi, Use Badboy to record HTTPS request. Please visit: http://www.badboy.com.au

How to Record the HTTPS Request using Proxy server

2009-03-30 Thread M.Vijaya Bhaskar
Hi ALL, Can any one tell me how to recording HTTPS Request using proxy server. waiting for replay. Thanx M.Vijaya Bhaskar

Regarding HTTPS Request using Proxy server

2009-03-30 Thread M.Vijaya Bhaskar
down incorrectly at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:321) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:720) ... 8 more Can any one give me the solution. waiting for reply. Thanks M.Vijaya Bhaskar

Regarding Webservices SOAP Reqest in JMeter

2009-03-19 Thread M.Vijaya Bhaskar
Hi All, I created a Soap Request for creation of customer using Magento webservices. Now i am trying to create 5 customers at atime how can i create.Is there any way to crate customer using csv file or xml file Thanks M.Vijaya Bahskar

Jmeter with JUnit Testcases

2009-03-18 Thread M.Vijaya Bhaskar
Hi All, I am planing to execute JUnit Testcases with Jmeter.with small (like additon of two Numbers...etc) Junit Testcaes it is working fine.But i am not Getting How to execute Database Related JUnit Tescases.can you please tell me How to execute Database Related JUnit Testcases. Thankx Vijay

JMeter+DBUNit Testcases

2009-03-17 Thread M.Vijaya Bhaskar
Hi All, Can any one tell me can we run DBUnit Testcases with JMeter. Thanks regards M.Vijaya Bhaskar

Intigration of TestNG with Jmeter

2009-03-17 Thread M.Vijaya Bhaskar
Dear All, Can any one tell me How to Intigrate TestNG with Jmeter. Thanks Vijay