Re: how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Deepak Shetty
you cant send attachments to the list. Mail it to my email address regards deepak On Wed, Sep 23, 2009 at 10:13 PM, Vijay wrote: > I've attached my sample.jmx file > > -Original Message- > From: Deepak Shetty [mailto:shet...@gmail.com] > Sent: Thursday, September 24, 2009 10:39 AM > To:

Re: how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Deepak Shetty
Use a debug sampler that prints out the values of the variables. and check that task has value Call#1. Also check case sensitivity (task or Task) On Wed, Sep 23, 2009 at 10:12 PM, Vijay wrote: > Username,password,task > > ch...@spaceclaim.com,jesubi,Call#1 > re...@spaceclaim.com,jesubi,Call#1 >

RE: how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Vijay
I've attached my sample.jmx file -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Thursday, September 24, 2009 10:39 AM To: JMeter Users List Subject: Re: how do i test for concurrent 100 users traversing dynamic pages Hi what have you specified in the CSV file ? r

RE: how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Vijay
Username,password,task ch...@spaceclaim.com,jesubi,Call#1 re...@spaceclaim.com,jesubi,Call#1 ka...@spaceclaim.com,jesubi,Call#1 Task is related to Call#1/Email#1 Thanks Vijay -Original Message- From: Deepak Shetty [mailto:shet...@gmail.com] Sent: Thursday, September 24, 2009 10:39 AM T

Re: how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Deepak Shetty
Hi what have you specified in the CSV file ? regards deepak On Wed, Sep 23, 2009 at 9:41 PM, Vijay wrote: > Hi Deepak > > Ignore my previous email > > I've followed option - b on your email > Drive it through the CSV file and use the IF controller to control the > requests e.g. CSV file would be

FW: how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Vijay
Hi Deepak I need ur help on this desperately. Thanks Vijay -Original Message- From: Vijay [mailto:vi...@flatworldindia.com] Sent: Thursday, September 24, 2009 10:12 AM To: 'JMeter Users List' Subject: RE: how do i test for concurrent 100 users traversing dynamic pages Hi Deepak Ignor

RE: how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Vijay
Hi Deepak Ignore my previous email I've followed option - b on your email Drive it through the CSV file and use the IF controller to control the requests e.g. CSV file would be username, password, Task (with 1/0 for the values of the flags) Thread Group CSV data set Config Http r

RE: how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Vijay
Hi Deepak I've opted option - b csv data set config (username, password, email, call) http requestd defaults http cookie manager http request 1 - Logincheck - two parameters (loginid, password) are sent thru Post method http request 2 - UserTaskAction - Several parameters (Listid, activityid, tas

Re: Parameters and Response Assertion

2009-09-23 Thread Deepak Shetty
you can have a regular expression in an assertion. You can also have a jmeter variable like ${something} as part of the expression/assertion If you can pose a snippet of your response text perhaps someone can help you out with the regex here. In addition you can google for any online regex tester w

Parameters and Response Assertion

2009-09-23 Thread Mark Stephen S. Florencio
Good day, I am sorry that I cannot figure out how to write the syntax/ what reg ex to put on the Response Assertion of the things I need. Here is the situation, I am reading things from a CSV using the CSV Data Set Config. I will be using them in a sampler to update things in the database.

Re: Integrating Monitoring stuff

2009-09-23 Thread sebb
On 17/09/2009, Gokulakannan Somasundaram wrote: > > > > > > However, if the Listener can be written to accept perfomance data from > > different sources, and a suitable data format is published, it might > > be useful to include it as a standard part of JMeter. > > > > > > Can i get some hel

Re: Need help to load test for 50-100 users with set of user actions

2009-09-23 Thread sebb
On 21/09/2009, Vijay wrote: > > > Hi All, > > > > I have a scenario > > a. User login > b. Perform activity on Lead > > a. From user home page click an activity (Call #1 - a link which > displays a set of leads - Activity, lead has a unique id) > b. Select the call resul

Re: Question on using the JUnit Sampler with JMeter

2009-09-23 Thread Deepak Shetty
Just to have the solution in the mailing archives, another issue was that the code was compiled with JDK 1.6. In which case JMeter also needs to be run with that JDK or we need to recompile with JDK1.4 regards deepak On Wed, Sep 23, 2009 at 9:33 AM, sebb wrote: > Turns out the jar file containe

Re: file upload problem

2009-09-23 Thread Deepak Shetty
as always compare your Jmeter sent data with your browser sent data (using livehttpheaders or equivalent). in all probability you havent sent the data as your server expects.(or the server is performing some authorization checks etc which arent being fulfilled). you should verify whether jmeter is

Re: file upload problem

2009-09-23 Thread murthy gandikota
Hi Deepak Thanks for your reply The test plan has a request to upload a file by specifying a parameter. The parameter name is uploadFileName The mime type is application/pdf The file to attach is given with its entire path like c:\test.pdf The resulting Jmeter script is not sending the file attac

Re: file upload problem

2009-09-23 Thread Deepak Shetty
a. Should have no bearing on your problem b. What exactly did you try in your script? what is the response you are getting (using View results tree).? c. What do you mean tried in IE/firefox? if its not working from the browser it probably wont work from Jmeter . On Wed, Sep 23, 2009 at 1:27 PM, m

file upload problem

2009-09-23 Thread murthy gandikota
Hi I am new to this group and jmeter. So forgive me if this question has been asked before. I am using 2.3.3.2 v For the first time I am trying to upload a file. The request has been set up to upload an application/pdf mime type file. However, the request doesn't go through because: a) I have

Re: Trying to connect to Tomcat application using JMeter

2009-09-23 Thread Deepak Shetty
hi also if you are seeing 404 errors, you should be able to see the same in view results tree . If you see them in view results tree, you should be able to look at the request pane to see the url you are requesting things like a space at the end (and check if it directly works on a browser ..) rega

Re: Trying to connect to Tomcat application using JMeter

2009-09-23 Thread Deepak Shetty
Hi change redirect automatically to follow redirects. Then execute the steps and check View Results Tree and see that login is successful (in whatever way your app indicates success) Your browse is taking you to login because the server thinks you arent logged in . This may be the case if your app

Re: JMeter Java Request / CSV Data Set ?

2009-09-23 Thread Jean-Louis.Pasturel
Jean-Louis.Pasturel a écrit : 2 Questtions Can i use a CSV data Set with a Java Request Sampler ? And if so, how can i retrieve the values of the columns from the java Sampler ? - To unsubscribe, e-mail: jmeter-user-unsubs

Trying to connect to Tomcat application using JMeter

2009-09-23 Thread MartinOShea
Hello Perhaps someone can help me with this: I'm a complete novice with JMeter but I'm trying to use it to connect to a web application deployed in Tomcat to simulate a small number of users logging in and browsing a page. The following link shows the test plan's HTTP defaults: http://www.nabble

JMeter Java Request / CSV Data Set ?

2009-09-23 Thread Jean-Louis.Pasturel
2 Questtions Can i use a CSV data Set with a Java Request Sampler ? And if so, how can i retrieve the values of the columns from the java Sampler ? - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For addi

Re: Question on using the JUnit Sampler with JMeter

2009-09-23 Thread sebb
Turns out the jar file contained the java source only ... but a good idea anyway. On 23/09/2009, Deepak Shetty wrote: > did you try running Junit using this jar directly to run your class? > > regards > deepak > > On Wed, Sep 23, 2009 at 8:19 AM, Anupindi, Satish < > > satish_anupindi...@cable

Re: View results tree

2009-09-23 Thread Deepak Shetty
debug using http://wiki.apache.org/jakarta-jmeter/DifferentBehaviour or search the mail archives On Tue, Sep 22, 2009 at 9:41 PM, nanduri wrote: > > Hello, > Imn doing parmeterization for multiple logins and my script is checking > for two logins for.After running script > when i go to view re

Re: how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Deepak Shetty
Hi Im not sure I understand you correctly.I think you are trying to say that different users have different links available to them once they login and the test should only access links available to the user. If so, read on. otherwise please explain preferably with clearer examples. Jmeter is not

Re: Question on using the JUnit Sampler with JMeter

2009-09-23 Thread Deepak Shetty
did you try running Junit using this jar directly to run your class? regards deepak On Wed, Sep 23, 2009 at 8:19 AM, Anupindi, Satish < satish_anupindi...@cable.comcast.com> wrote: > > I am using JUnit3. > > -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: Wednesday, Sep

Re: Question on using the JUnit Sampler with JMeter

2009-09-23 Thread sebb
Are there any errors reported in the jmeter.log file? If so, what are they? If not, please send me privately (not to the list): The jar. The source for the test case(s) in the jar. On 23/09/2009, Anupindi, Satish wrote: > > I am using JUnit3. > > > -Original Message- > From: sebb [ma

RE: Question on using the JUnit Sampler with JMeter

2009-09-23 Thread Anupindi, Satish
I am using JUnit3. -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Wednesday, September 23, 2009 10:54 AM To: JMeter Users List Subject: Re: Question on using the JUnit Sampler with JMeter On 23/09/2009, Anupindi, Satish wrote: > > Does not seem to work with JMeter 2.3.

Re: Is it posible to download a file and test the contents?

2009-09-23 Thread Adrian Speteanu
you should take a look at md5 assertions (might be what you are looking for). On Mon, Sep 21, 2009 at 9:21 PM, Deepak Shetty wrote: > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Save_Responses_to_a_file > regards > deepak > > > On Mon, Sep 21, 2009 at 11:19 AM, Marco Pas

Re: Question on using the JUnit Sampler with JMeter

2009-09-23 Thread sebb
On 23/09/2009, Anupindi, Satish wrote: > > Does not seem to work with JMeter 2.3.4 either. Any ideas? Are you using JUnit3 or JUnit4? > > -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: Tuesday, September 22, 2009 6:30 PM > To: JMeter Users List > Subject: Re: Que

RE: Question on using the JUnit Sampler with JMeter

2009-09-23 Thread Anupindi, Satish
Does not seem to work with JMeter 2.3.4 either. Any ideas? -Original Message- From: sebb [mailto:seb...@gmail.com] Sent: Tuesday, September 22, 2009 6:30 PM To: JMeter Users List Subject: Re: Question on using the JUnit Sampler with JMeter On 22/09/2009, Anupindi, Satish wrote: > > >

Re: Mail Reader Sampler Question

2009-09-23 Thread Noel O'Brien
Thanks for the quick reply Sebb. Guess I should have read the fine manual first :) Regards, Noel - "sebb" wrote: > On 23/09/2009, Noel O'Brien wrote: > > Hi, > > > > I can successfully run a Mail Reader Sampler against an IMAP mail account I > > have. Looking in the View Results Tr

Re: Mail Reader Sampler Question

2009-09-23 Thread sebb
On 23/09/2009, Noel O'Brien wrote: > Hi, > > I can successfully run a Mail Reader Sampler against an IMAP mail account I > have. Looking in the View Results Tree Listener I can see all the message > that are in that accounts inbox. > > I need to assert that a certain message has arrived in the

Mail Reader Sampler Question

2009-09-23 Thread Noel O'Brien
Hi, I can successfully run a Mail Reader Sampler against an IMAP mail account I have. Looking in the View Results Tree Listener I can see all the message that are in that accounts inbox. I need to assert that a certain message has arrived in the mail account. I added a response assertion wit

Re: OutofMemory-Heap Space

2009-09-23 Thread Deepak Goel
There might be a memory leak happening in your application. Mebbe you should try to profile it... On Wed, Sep 23, 2009 at 4:04 PM, Radhika_Singireddy wrote: > Hi All, > > > > When I tried to execute a scenario with 10 concurrent users, following error > has occurred. I have changed the settings

Re: OutofMemory-Heap Space

2009-09-23 Thread sebb
On 23/09/2009, Radhika_Singireddy wrote: > Hi All, > > > > When I tried to execute a scenario with 10 concurrent users, following error > has occurred. I have changed the settings and increased the heap size from > 512m to 1024m and the execution was successful. > > > > 15:35:49 ERROR - jmeter

OutofMemory-Heap Space

2009-09-23 Thread Radhika_Singireddy
Hi All, When I tried to execute a scenario with 10 concurrent users, following error has occurred. I have changed the settings and increased the heap size from 512m to 1024m and the execution was successful. 15:35:49 ERROR - jmeter.threads.JMeterThread: Test failed! java.lang.OutOfMemoryEr

how do i test for concurrent 100 users traversing dynamic pages

2009-09-23 Thread Vijay
Good day, I have a scenario to test the load of the application for various users performing their activities. Just logging in and clicking on some activities in their home page (not all the users will have activities). I've used Jmeter proxy to record this scenario for one user where the seco

Re: Recall: Paramterization for inserting

2009-09-23 Thread sebb
Sorry, but recall messages don't generally work once an e-mail has left the originating server. On 23/09/2009, Radhika_Singireddy wrote: > Radhika_Singireddy would like to recall the message, "Paramterization for > inserting". > > DISCLAIMER: > This email (including any attachments) is intende

RE: Paramterization for inserting

2009-09-23 Thread Radhika_Singireddy
Hi, Please check whether there is any dynamic content passing in the process of registration. Did you check response of the page after registration in Jmeter? Regards Radhika Singireddy -Original Message- From: nanduri [mailto:nandurivk0...@gmail.com] Sent: Wednesday, September 23,

Recall: Paramterization for inserting

2009-09-23 Thread Radhika_Singireddy
Radhika_Singireddy would like to recall the message, "Paramterization for inserting". DISCLAIMER: This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance

RE: Paramterization for inserting

2009-09-23 Thread Radhika_Singireddy
Hi, How can you say that they are registered successfully. Did you check the response of that particular page? Is there any dynamic content when you are traversing through pages? Regards Radhika Singireddy -Original Message- From: nanduri [mailto:nandurivk0...@gmail.com] Sent: Wedne

Paramterization for inserting

2009-09-23 Thread nanduri
Hello, I have a scenario for paramterizing the regsitration.I have recorede a script for regsitration.I have a csv file whgich contains two fields username,email.After running the script it has ranned successfully but users registered successfully and not inserting into database.but values are