RE: how can go to the next page in jmeter

2007-01-18 Thread Labudu Gopanna
Can u send the tree structure of testplan? -Original Message- From: sangeetha [mailto:[EMAIL PROTECTED] Sent: Thursday, January 18, 2007 5:10 PM To: jmeter-user@jakarta.apache.org Subject: how can go to the next page in jmeter Hi, When i have tested my application using jmeter,i can

How to use jmeter property function.

2007-01-11 Thread Labudu Gopanna
I want to use property function for parameterization. Can anybody help me for property function? From Gopal "Legal Disclaimer: This electronic message and all contents contain information from Cybage Software Private Limited which may be privileged, confidential, or otherwise protected fr

jmeter is not recorded HTTPS request through proxy server.

2007-01-05 Thread Labudu Gopanna
Hi all, I wanted to record HTTP request and HTTPS requests. Jmeter meter recorded http requests and not HTTPS request, error page is appeared (The page cannot be displayed) Note: I have done through proxy server From Gopal "Legal Disclaimer: This electronic message and all c

HTTPS requests are failed

2007-01-04 Thread Labudu Gopanna
Hi all, I have recorded HTTPS requests using badboy and imported in jmeter All HTTPS requests are failed. Below error is appeared. Can somebody help me? javax.net.ssl.SSLException: Received fatal alert: bad_record_mac at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.a(Unkno

RE: HTTPS requests are failed in jmeter!

2007-01-01 Thread Labudu Gopanna
, Labudu Gopanna <[EMAIL PROTECTED]> wrote: > > > Thanks for reply I am using java1.4 version. But which provider are you using? Not all javas are equal. > Should I modify any thing in jmeter or browser? No. > I have copied jsse .jar files also in jmeter/lib/ext directory Th

RE: HTTPS requests are failed in jmeter!

2006-12-29 Thread Labudu Gopanna
/jmeter/usermanual/get-started.html For compatibility with SSL. 1.4 or 1.5 will do better. Thanks Anjan -Original Message- From: Labudu Gopanna [mailto:[EMAIL PROTECTED] Sent: Friday, December 29, 2006 4:06 PM To: JMeter Users List Subject: HTTPS requests are

HTTPS requests are failed in jmeter!

2006-12-29 Thread Labudu Gopanna
to solve my problem. Note: I have removed comments from jmeter.properties file for below lines ssl.provider=com.sun.net.ssl.internal.ssl.Provider ssl.pkgs=com.sun.net.sll.internal.www.protocol javax.net.ssl.keyStorePassword=changeit Thanks & Regards Labudu Gopanna Sr

RE: Am a new user to JMeter...please guide me how to proceed..

2006-12-26 Thread Labudu Gopanna
Hi Sangeetha, First u need to add a thread group to your test plan (right click on test plan->add->thread group) Fill the thread group page (first field for no. of users put 2; for second filed put 0; for third field put 1 (indicates iterations)) Then add suitable request

RE: Am a new user to JMeter...please guide me how to proceed..

2006-12-26 Thread Labudu Gopanna
Hi Sangeetha, First u need to install java in your machine then set the path Note: install java1.4 or latest version and use jmeter 2.2 for better results. Let me know the status. Hi Gopal, Thanks for ur response. yes,it is web based application...if any more information

RE: Am a new user to JMeter...please guide me how to proceed..

2006-12-26 Thread Labudu Gopanna
Hi Sangeetha, I want some information about your application; is your application web based application? From Gopal; Hi, I am new user to JMeter,I dont know how to use JMeter.Here i give some of information about my application.I am using fully GUI based application using JAVA and SW

RE: Regular expressions help:

2006-12-20 Thread Labudu Gopanna
Thanks for reply, I want to use regular expressions for date field. Can u send an example for this? -Original Message- From: Kyle Schmitt [mailto:[EMAIL PROTECTED] Sent: Thursday, December 21, 2006 1:19 AM To: JMeter Users List Subject: Re: Regular expressions help: Give a bit m

Regular expressions help:

2006-12-19 Thread Labudu Gopanna
Hi all, I want to use regular expressions for my jmeter test plan, How to use Regular expressions? Can you help? From Gopal "Legal Disclaimer: This electronic message and all contents contain information from Cybage Software Private Limited which may be privileged, confidential, or

RE: Problem while connecting to SQL Server through Jmeter

2006-12-18 Thread Labudu Gopanna
Hi naveen, Paste the proper .jar file in lib dercotory. Enter the foloowing values in jdbc connection configuration. Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriver URL: jdbc:sqlserver://[:];databaseName= And give the username & password, if you have athentication for sqlserver Give

RE: HTTPS Recording using badboy?

2006-12-13 Thread Labudu Gopanna
using badboy? On 11/12/06, Labudu Gopanna <[EMAIL PROTECTED]> wrote: > Hi all, > >I have recorded script using badboy and exported to jmeter > > Jmeter is giving results for HTTP request and not for HTTPS request. > > For HTTPS Jmeter is giving following except

RE: HELP - Passing PArameters

2006-12-11 Thread Labudu Gopanna
For this, use HTTP Authorization Manager where you can give URLs of restricted page, user names and passwords manually. -Original Message- From: asn_dileep [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 12:05 PM To: jmeter-user@jakarta.apache.org Subject: RE

RE: HTTPS Recording using badboy?

2006-12-11 Thread Labudu Gopanna
? -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 6:49 PM To: JMeter Users List Subject: Re: HTTPS Recording using badboy? On 11/12/06, Labudu Gopanna <[EMAIL PROTECTED]> wrote: > Hi all, > >I have recorded script using badboy

RE: HELP - Passing PArameters

2006-12-11 Thread Labudu Gopanna
For this you need to record scripts using proxy server. Follow below document http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_s tep_by_step.pdf grom Gopal -Original Message- From: asn_dileep [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 12, 2006 10:05 AM To

HTTPS Recording using badboy?

2006-12-11 Thread Labudu Gopanna
Hi all, I have recorded script using badboy and exported to jmeter Jmeter is giving results for HTTP request and not for HTTPS request. For HTTPS Jmeter is giving following exception Please help, how to do the same javax.net.ssl.SSLException: Received fatal alert: bad_record_

RE: How to use callable statements for JDBC request?.

2006-12-08 Thread Labudu Gopanna
in quotes so that it is passed as a string to the stored procedure. I don't know Oracle, so I may have got the quote character wrong - perhaps it should be " rather than '. On 08/12/06, Labudu Gopanna <[EMAIL PROTECTED]> wrote: > Hi all, > > How to use callable stat

How to use callable statements for JDBC request?.

2006-12-07 Thread Labudu Gopanna
Hi all, How to use callable statements for JDBC request? Please help me; I want to use the same for sending parameters at run time if possible From Gopal "Legal Disclaimer: This electronic message and all contents contain information from Cybage Software Private Limited which may be privi

How to parameterize database values through callable statement?

2006-12-07 Thread Labudu Gopanna
How to parameterize database values through callable statement? I am trying to send values through a request at run time Values are stored in database I am using stored procedure for this Error message is displayed each time Can suggest me to do right?. Thanks & Regards Labudu Gop

RE: Bug: Post-processors run in reverse order?!

2006-10-08 Thread Labudu Gopanna
Hi, Can you help me how to use Beanshell scripts in jmeter? Please write steps to follow. Gopan "Legal Disclaimer: This electronic message and all contents contain information from Cybage Software Private Limited which may be privileged, confidential, or otherwise protected from disclosure.

HTTPS Recording

2006-10-05 Thread Labudu Gopanna
Thanks Yann, Can you explain how to do https recording using badboy? Give some steps to do that. From gopan "Legal Disclaimer: This electronic message and all contents contain information from Cybage Software Private Limited which may be privileged, confidential, or otherwise

HTTPS Recording using jmeter proxy sever.

2006-10-05 Thread Labudu Gopanna
Hi, Can we record HTTPS site using jmeter proxy server? If yes, how to do that? "Legal Disclaimer: This electronic message and all contents contain information from Cybage Software Private Limited which may be privileged, confidential, or otherwise protected from disclosure. The information

RE: Saving responses to a file

2006-09-13 Thread Labudu Gopanna
Hi Suganthi, Follow these steps to save response 1. right click on wanted "http request" 2. select: add>post processors>save responses to a file Regards Labudu Gopanna -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Suganthi Sent: Thursday, Sept

Response time of a recorded page.

2006-08-03 Thread Labudu Gopanna
, .pnp) to get a web page response time? Or Should I take web page response time only? Regards Labudu Gopanna,

RE: how to login using jmeter?

2006-08-02 Thread Labudu Gopanna
HTTP request 4. Parameters with HTTP Request. I am sending duplicate server name and path names for security purpose Regards Labudu Gopanna, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Sent: Thursday, August 03, 2006 12:41 AM To: JMeter

Login problem

2006-08-02 Thread Labudu Gopanna
HTTP request (parameters are username and password) 4. Using Proxy server(for recording). I have recorded scripts but every URL shows same snap shot(logout page) Please help me to solve my problem Regards Labudu Gopanna,

Login problem

2006-08-02 Thread Labudu Gopanna
Hi all, I am using Jmeter, I have tried with all the available method to login to application. But I'm failing to login to the application. The results shows pass but snap shot of HTTP Request URL is not showing, it is showing logout page for every URL I have followed below methods The method

RE: how to login using jmeter?

2006-08-01 Thread Labudu Gopanna
e time because it shows snap shot of logout page in View results tree every for every url Regards Labudu Gopanna, -Original Message- From: Layton, Andrew [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 01, 2006 2:45 PM To: JMeter Users List Subject: RE: how to login using jmeter? Ha

how to login using jmeter?

2006-08-01 Thread Labudu Gopanna
y url In results tree view page should show the snap shot of given URL But it is not showing snap shot of given url Please help me. How to do above problem. Regards Labudu Gopanna,

RE: HTTP Authorization manager question

2006-07-31 Thread Labudu Gopanna
Thanks for reply I have added empty cookie manager but HTTP request is not logging I have added HTTP authorization manager also But I am not able to see the snap shot of Given URL Regards Labudu Gopanna, -Original Message- From: Sen, Kakoli [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: HTTP Authorization manager question

2006-07-31 Thread Labudu Gopanna
Thanks for reply, I have added cookie manager but I don't know what type of entries need to insert in cookie manager. I mean in name field, value, domain, path and secure. Please reply Regards Labudu Gopanna, -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: M

HTTP Authorization manager question

2006-07-31 Thread Labudu Gopanna
URL web page). I Don't know what concepts are behind this The snap shot we can see from view results tree->response data tab->render html radio button. Please help me to do above explained thing. Regards Labudu Gopanna,

RE: Dynamic Variable Names and Regex

2006-07-30 Thread Labudu Gopanna
7;t know what concepts are behind this The snap shot we can see from view results tree->response data tab->render html radio button. Please help me to do above explained thing. Regards Labudu Gopanna, -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Monday, July

RE: Constant throughput timer question

2006-07-30 Thread Labudu Gopanna
7;t know what concepts are behind this The snap shot we can see from view results tree->response data tab->render html radio button. Please help me to do above explained thing. Regards Labudu Gopanna, -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Friday,