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:
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
>
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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:
>
>
>
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
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
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
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
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
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
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
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
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,
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
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
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
43 matches
Mail list logo