Re: problem while executing a thread group in loops

2010-12-06 Thread sudheer reddy
, Deepak Shetty wrote: > Put a debug sampler and check if your values are being read correctly from > the CSV - probably thats why your while controller doesnt execute. Check > Jmeter.log for errors > > regards > deepak > > On Mon, Dec 6, 2010 at 12:51 AM, sudheer redd

problem while executing a thread group in loops

2010-12-06 Thread sudheer reddy
Hi All I am facing a problem while executing the loop using CSVdataset configuration. I created a test plan for an http request to delete the object which has instances more than one . I used while loop for deleting the instances and gave variable in whi

Re: geting Error in JDBC Connection Configuration

2010-07-01 Thread sudheer reddy
Hi Sirish In the database URL try with jdbc:oracle:thin://hostname:portnumber:dbname rgds Sudheer On Wed, Jun 30, 2010 at 12:07 PM, Sirish_Chandra < sirish_chan...@mahindrasatyam.com> wrote: > Hi > > My data base is Orcle 10g installed in a Linux system(redhat 32 bit OS). > I am trying to con

Re: The upload document process fails

2010-05-23 Thread sudheer reddy
doesn't > work for me. > > You mean to say should I send below listed parameters in "Send > Parameters with the request" or "Send Files with the request" > > Can you explain exactly what needs to be done here? > > Thanks, > Rushabh > >

Re: The upload document process fails

2010-05-21 Thread sudheer reddy
Hi Rushab * in the http parameters u r sending remove the end content and place this end content in the path parameters like shown below* ** *file path newfile application/textfile* *filepath1 endcontent* ** *this will help u i think so bcoz i faced the same problem and i so

Re: Help needed for regular expression extractor

2010-05-03 Thread sudheer reddy
is message is not the intended recipient, > you are hereby notified that any disclosure, dissemination, copying, > distribution or taking of any action in reliance on the contents of this > confidential information is strictly prohibited. If you have received this > communication in error

Help needed for regular expression extractor

2010-05-03 Thread sudheer reddy
Hi All I need help for regular expression extractor and my scenarios is as follows using sql query I got 4 values ( numeric for eg 3456789 4567891 3421364 8412356 all valueas are seperated by a space) for this JDBC request i have associated post proecessor ( regular expression extractor )

Re: jmeter uploading a file

2010-04-29 Thread sudheer reddy
Hi I have the same problem for uploading the file I overcome it by removing the end content in send parameters list and placed the same after the file path and it works rgds Sudheer On Thu, Apr 29, 2010 at 6:54 AM, Gil Novak wrote: > Thanks for the responses. I have some additional thing

Re: reg beanshell preprocessor

2010-02-03 Thread sudheer reddy
gt; if (vars.get("AC") == YES) > after: > > if ("YES".equals(vars.get("AC"))) > > The operator == compare object reference, not the contents of the string. > > ~haikal > > On Wed, Feb 3, 2010 at 12:55 PM, sudheer reddy > wrote: >

reg beanshell preprocessor

2010-02-02 Thread sudheer reddy
Hi All I am facing a problem while using the bean shell preprocessor . I have a scenario where i extract a value from a http request using the xpath extractor and am using the the same value as condition for if else statement in bean shell preprocessor. and i have written the if else condition

Re: help required for regular expression

2010-01-31 Thread sudheer reddy
t; INPUT\s+type=\"hidden\"\s+name=\"xx\"\s+value=\"(.*?)\" > > ---PMK > On Mon, Feb 1, 2010 at 10:26 AM, sudheer reddy >wrote: > > > Hi All > > > > I need help for regular expression. > > > > I got a response code

help required for regular expression

2010-01-31 Thread sudheer reddy
Hi All I need help for regular expression. I got a response code from one http sample and using the regular expression extractor ( post processor) the response code in html is as below . In the below code the VALUE ( which is highlighted in bold ) attribute will be changed for every http req

Re: uploading file

2009-10-12 Thread sudheer reddy
jmeter it is not happening . let me know if u required more details and also my script file so that i can send u my file . rgds Sudheer On 10/13/09, sebb wrote: > > On 12/10/2009, sudheer reddy wrote: > > Hi Sebb > > > > it means http request sent by jmeter > &

Re: uploading file

2009-10-11 Thread sudheer reddy
Hi Sebb it means http request sent by jmeter On 10/11/09, sebb wrote: > > So what does "it" refer to here: "... it is not sending the full path > of the file" > > On 11/10/2009, sudheer reddy wrote: > > i have added the path in the filepath in &quo

Re: uploading file

2009-10-11 Thread sudheer reddy
yes it is not sending full path to the file instead it is sending the file name in request On Sun, Oct 11, 2009 at 10:01 PM, sebb wrote: > So what does "it" refer to here: "... it is not sending the full path > of the file" > > On 11/10/2009, sudheer reddy wro

Re: uploading file

2009-10-11 Thread sudheer reddy
i have added the path in the filepath in "*send files with the request*" table in http request sampler On Sun, Oct 11, 2009 at 7:39 PM, sebb wrote: > On 11/10/2009, sudheer reddy wrote: > > Hi sebb > > > > I have added the right path when i see the response

Re: uploading file

2009-10-11 Thread sudheer reddy
Hi sebb I have added the right path when i see the response it is taking only filename but not full path of the file . On Sun, Oct 11, 2009 at 7:07 PM, sebb wrote: > On 11/10/2009, sudheer reddy wrote: > > Hi Sebb > > > > Thankyou sebb > > > >I have an

Re: uploading file

2009-10-11 Thread sudheer reddy
Hi Sebb Thankyou sebb I have analysed the request sent to server it is not sending the full path of the file. can you assist in fixing this issue . rgds Sudheer On Sat, Oct 10, 2009 at 7:25 AM, sebb wrote: > On 08/10/2009, sudheer reddy wrote: > > Hi All > > > >

uploading file

2009-10-07 Thread sudheer reddy
Hi All I am tring to upload files from http request by send files through request. For this i have recorded scenearios of my application using badboy and imported to jmeter . In badboy it is working fine when i import the same its not working . any help is appreciated rgds Sudheer

issue in uploading files using http request

2009-09-17 Thread sudheer reddy
Hi All I am tring to upload files from http request by send files through request. For this i have recorded scenearios of my application using badboy and imported to jmeter . In my http request i have more than one scenario like generating a form and fillin the necessary attributes o

reg preprocessors

2009-08-20 Thread sudheer reddy
Hi All I am using jmeter for functional testing . I have scenario in which i have to auto genarate the values , for this i have java script and the result i get from javascript should be passed to the http request. Using BSF or BSE preprocessors can we do it. I don't know how to place and wher

regading preprocessors

2009-08-20 Thread sudheer reddy
Hi All I am using jmeter for functional testing . I have scenario in which i have to auto genarate the values , for this i have java script and the result i get from javascript should be passed to the http request. Using BSF or BSE preprocessors can we do it. I don't know how to place and wher

Re: reg beanshell preprocessor

2009-08-18 Thread sudheer reddy
x27;)); > } > return sb.toString(); > } > > public static void main(String ar[]) > { > String str = RandomAlphaNum.gen(2); > System.out.println(str); > > } Remove main() entirely. vars.put("VARNAME",RandomAlphaNum.gen(2)); thanks & reg

reg beanshell preprocessor

2009-08-17 Thread sudheer reddy
Hi All I am trying to generate alphanumeric characters IN Jmeter and pass this to a http request in my test . I have created a HTTP request and added beanshell preprocessor as a child to thiis . Can anyone assist me how to work with the below code in beanshell preprocessor and send the valu

how to create random alpha numeric values

2009-08-12 Thread sudheer reddy
Hi All In my application i have to pass alpha numeric values to a variable in a http request ( randomly) Can anyone assist me in how to create alpha numeric values in jmeter Rgds Sudheer

Re: checking the database for unique number created using random variable

2009-08-04 Thread sudheer reddy
} == ${y}. when i run the test the test is not completing it is taking more time. can u assist me in completing the above. rgds Sudheer On Tue, Aug 4, 2009 at 5:45 PM, sebb wrote: > On 04/08/2009, sudheer reddy wrote: > > Hi All > > > > Am using jmeter for fu

checking the database for unique number created using random variable

2009-08-04 Thread sudheer reddy
Hi All Am using jmeter for functional testing of a scenario. I have to assign a unique number to a http request. for this i have associated a random variable to create a number. the issue now is if the number already exists in database it will not allow the thread to complete the request.

Re: error while recording scenarios

2009-07-30 Thread sudheer reddy
ears > > > > "Om Sakti Amman Vinayaka Muruga Sastha Tunai" > > P Please consider the environment before printing this email. > > > -Original Message- > From: sudheer reddy [mailto:gsudheer...@gmail.com] > Sent: Friday, July 31, 2009 4:22 PM >

error while recording scenarios

2009-07-30 Thread sudheer reddy
Hi while recoding some scenarios of PLM application am getting error "The data passed up on an html form was not in the format expected ". Due to this error am not able to continue further can you please assist in solving this issue Thanks & Regards

Re: error while recording scenarios using proxy server

2009-07-30 Thread sudheer reddy
mp; set properties > HTTP Cookie Manager & set properties > CSV Data Set Config > > Also you need to disable the all the HTTP Header Manager & parameterise > the value inputs. > > > -Original Message- > From: sudheer reddy [mailto:gsudheer...@gmail.com]

Re: error while recording scenarios using proxy server

2009-07-30 Thread sudheer reddy
can extract the data from the previous request & pass it on to the > next page > > > -----Original Message- > From: sudheer reddy [mailto:gsudheer...@gmail.com] > Sent: Thursday, July 30, 2009 10:00 PM > To: jmeter-user@jakarta.apache.org > Subject: error while r

error while recording scenarios using proxy server

2009-07-30 Thread sudheer reddy
Hi while recoding some scenarios of PLM application am getting error "The data passed up on an html form was not in the format expected ". can you please assist in solving this issue Thanks & Regards Sudheer

Re: Regex - Null Default values

2008-12-17 Thread sudheer reddy
Hi check this link http://jakarta.apache.org/oro/api/org/apache/oro/text/regex/package-summary.html I hope it will help ur need Thanks & Regards Sudheer On 12/18/08, Serpent_Guard wrote: > > > In my regex extractors, I want the default value to be an empty > string. Just > leaving it blank,

Re: Jmeter not recording using HTTP Proxy

2008-12-04 Thread sudheer reddy
Hi karthik change the LAN connection seetings give for ip to localhost and port number to 9090 in the settings rgds Sudheer On Thu, Dec 4, 2008 at 11:39 AM, Krithik <[EMAIL PROTECTED]> wrote: > > I'm newbie to JMeter. I've download and started JMeter for recording. But > it > is not recording

Re: how to use JDBC request variables in HTTP requests

2008-10-22 Thread sudheer reddy
ok i have send it. On 10/22/08, Ravindra Gupta <[EMAIL PROTECTED]> wrote: > > Send me ur test plan as attachment to personal mail ID > [EMAIL PROTECTED] > > 2008/10/22 sudheer reddy <[EMAIL PROTECTED]> > > > ok i have done as u told but am not successfu

Re: how to use JDBC request variables in HTTP requests

2008-10-22 Thread sudheer reddy
---Add post processor(regular expression exctractor to it) - should be > child of JDBC request. > -Your HTTP request (pass variable of regex to it). > > it should work > > > On Wed, Oct 22, 2008 at 12:41 PM, sudheer reddy <[EMAIL PROTECTED] > >wrote: > > > I have

Re: how to use JDBC request variables in HTTP requests

2008-10-22 Thread sudheer reddy
I have given variable in JDBC request as WTPARTNUMBER so in response is WTPARTNUMBER xxx and the response is correct On 10/22/08, Ravindra Gupta <[EMAIL PROTECTED]> wrote: > > What is the response of ur JDBC request? > > On Wed, Oct 22, 2008 at 12:23 PM, sudheer reddy

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sudheer reddy
22/08, Ravindra Gupta <[EMAIL PROTECTED]> wrote: > > it works for JDBC request also...there must be smthing wrong with your > regex > > On Wed, Oct 22, 2008 at 12:05 PM, sudheer reddy <[EMAIL PROTECTED] > >wrote: > > > Hi sebb > > > > I have tried

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sudheer reddy
wrote: > > On 21/10/2008, sudheer reddy <[EMAIL PROTECTED]> wrote: > > ok sebb > > can u suggest another method for using this JDBC request result in HTTP > > request. > > > > No. > > It is definitely possible to extract results from JDBC samplers; t

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sudheer reddy
the RE > field? This might cause a match failure. > > BTW, for testing REs, the Java Request can be useful - just put some > sample text in the ResultData field (this will be the Body of the > response). > > On 21/10/2008, sudheer reddy <[EMAIL PROTECTED]> wrote: > &

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sudheer reddy
*Body* On Tue, Oct 21, 2008 at 10:17 PM, sebb <[EMAIL PROTECTED]> wrote: > And which "Response Field to check" is selected? > > On 21/10/2008, sudheer reddy <[EMAIL PROTECTED]> wrote: > > Sebb > > > > yes you are right it is JDBC request only.

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sudheer reddy
Sebb yes you are right it is JDBC request only. I have used Regular expression extractor PP as a child to JDBC request. rgds Sudheer On Tue, Oct 21, 2008 at 9:59 PM, sebb <[EMAIL PROTECTED]> wrote: > On 21/10/2008, sudheer reddy <[EMAIL PROTECTED]> wrote: > > Ho

how to use JDBC request variables in HTTP requests

2008-10-21 Thread sudheer reddy
How to use JDBC request defaults in other requests I have written a sql query in JDBC request and I got the result but i don't know how to use this variable in other HTTP request. scenario using JDBC request i have got result which is assigned to a variable say '* A'.* ** Now I have to use this

Re: Is there a way to automate this?

2008-10-20 Thread sudheer reddy
Hi sebb Am working on jmeter to test webapplication for both performance and also functional testing. I have two issues regarding using of variables and need help . 1. *how to share variables between different threadgroups* Am facing a problem when trying to share variables between different