Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
RE: Help on SQL datapopulation By: Roman Bargezi, Infonic AG Well the first link to check is
http://jakarta.apache.org/jmeter/usermanual/build-db-test-plan.html
Here a sample on how you could solve below task assuming you just
want to test the insert of the 100 users and no additional
concurrency, etc..…
|
0 | Nov 1 2011 07:37 |
Nov 1 2011 07:37 |
|
|
JMeter, nginx and content-length By: Stevo Slavi? Hello JMeter users, A simple test with SOAP/XML-RPC Request sampler
is failing for me when trying to access Java application deployed on
Tomcat through nginx (nginx returns 408). When test is configured to
send directly the request to Tomcat it…
|
4 | Oct 31 2011 13:07 |
Nov 1 2011 06:45 |
|
|
Help on SQL datapopulation By: itsbritto Hi friends, Can any one give me basic guidelines on SQL operations
in jmeter.As of now i'm comfortable with web request and all. And now
in need to enter into SQL transaction and database connectivity
operations.A simple need here: Need to create…
|
0 | Nov 1 2011 01:56 |
Nov 1 2011 01:56 |
|
|
need help in parameterizing By: shankykurella hi all, i have parameterized username,and password from a csv file.
csv looks as abc123,password abc1234,password i have placed csv file
in bin folder... and added a csv data inside http request variable
names are: a,b delimier: , recycle on eof…
|
1 | Oct 31 2011 23:55 |
Nov 1 2011 00:05 |
|
|
Whether Jmeter can test sparql queries? By: Nalini Hi I know we can test Mysql queries from Jmeter. But what about
sparql queries? Can jmeter test sparql queries? My application uses
triple storage as database. Can anyone please help me on this? With
Regards Nalini Ravikumar
|
7 | Oct 31 2011 17:08 |
Oct 31 2011 18:12 |
|
|
generate variable from file By: Toni Menendez Lopez Hello all, I send this just to know if someone has done something
similar to the next, I have 3 files with 20 inputs, and these inputs
are used in my jmeter Scenario, and in order to avoid I/O with high
Load I want to save all input in a…
|
8 | Oct 25 2011 04:55 |
Oct 31 2011 17:58 |
|
|
Some steps not recorded through HTTP Proxy Server By: seventhlie Hi All I am fairly new to JMeter. I am trying to record my browsing
of the website I want to test. I setup everything (recording
controller, listener, http proxy server). The problem arises when I
try to record logging in to the website. The…
|
3 | Oct 31 2011 03:35 |
Oct 31 2011 14:36 |
|
|
How to test webbased application based on jaxb By: jtester Hi, I m new to jmeter, I m having trouble doing a load test on a jaxb
webbased application. Please shed some light Ex: I have a request
url and a confirmation url. 1.In the request url i give some data in
the fields and click on submit. A…
|
3 | Oct 31 2011 08:30 |
Oct 31 2011 10:45 |
|
|
Proxy server exceptions By: Shmuel Krakower Hi All, I am load testing an intranet web site which some of it's
resources are being hosted by external web site, meaning that if I
check "get all resources" for it and not setting a proxy server and
port, it will fail to get these specific…
|
1 | Oct 31 2011 09:09 |
Oct 31 2011 10:01 |
|
|
Regular Expression Extrator doesnt work on all pages By: brock I am using the Regular Expression Extractor to get the page
<TITLE>. It's working for 2 page but no for 5 others. Regex
Settings: Main sample only Body <TITLE>(.*)</TITLE> $1$ 1
no_title "${PageTitle}" == "Verify Login" For 5…
|
10 | Oct 26 2011 15:46 |
Oct 29 2011 20:32 |
|
|
Re: Jmeter tests from Hudson By: ZK Hi, I cannot add anthing more that hasn't been advised in the thread
regarding your POST issue, except if I run into trouble with issues
like this, I tend to use http://www.fiddler2.com/fiddler2/ fiddler
to see what is happening when executing…
|
2 | Oct 19 2011 10:59 |
Oct 28 2011 17:45 |
|
|
Server start loopback address issue By: Venkatesh Tatineni Hi, I installed jmeter 2.5.1 . Installed JDK 1.6.0_29-b11 Tried to
start the server like so nohup /home/vtatineni/jdk1.6.0_29/bin/java
-server -XX:+HeapDumpOnOutOfMemoryError -Xms1024m -Xmx2024m
-XX:NewSize=128m -XX:MaxNewSize=128m…
|
2 | Oct 27 2011 17:48 |
Oct 28 2011 15:41 |
|
|
CSV Data Sets and XML By: Richard Gaywood Hi list. I seem to have run into an odd problem with CSV Data Sets.
I have a CSV Data Set controller in my test plan with the following
settings: variable names:
server,user.guid,user.name,start.time,time.taken,search.text delimter:
\t This is…
|
1 | Oct 28 2011 05:22 |
Oct 28 2011 05:28 |
|
|
Viewing recorded data in JMeter By: Prabhav11 Hi All, Is there a way to view every piece of data recorded using
JMeter, including any numbers punched in the front end during
recording? I want to see, all the data which is recorded , currently
it shows me all the links , but not the actual…
|
1 | Oct 27 2011 15:22 |
Oct 27 2011 15:33 |
|
|
Odd probably calling method in jar file By: John Lussmyer I have a jar file with some utility methods I use in my scripts.
There is just one method that JMeter refuses to call. The error I get
is: Response message: org.apache.jorphan.util.JMeterException: Error
invoking bsh method: eval …
|
2 | Oct 27 2011 13:40 |
Oct 27 2011 13:57 |
|
|
Re: BeanShell remove all chars -> '\' from json string By: ZK Hi, I forgot to escape a backslash! I tried this /(in a beanshell
post processor) /and it works for me /(I got it down to 1 line):/
*vars.put("ItemData", vars.get("ItemData").replace("\\/", "/"));*
ZK
|
0 | Oct 27 2011 10:06 |
Oct 27 2011 10:06 |
|
|
Re: BeanShell remove all chars -> '\' from json string By: ZK Hi, if you have extracted the url into a variable /(i.e.:
${yourVar})/ *bshVar=vars.get("yourVar"); bshVar=
bshVar.replace("\/", "/"); vars.put("yourVar", bshVar);* ZK
|
0 | Oct 27 2011 09:12 |
Oct 27 2011 09:12 |
|
|
JMeter - Middleware services By: sprasad Hi, Can JMeter be used/useful for testing Middleware Services ??
Sd.
|
2 | Oct 27 2011 00:27 |
Oct 27 2011 04:34 |
|
|
Store extracted data in a file By: bisbis Hello, I have to do create a test that basically do this: - as admin
create a number of customers (let's say 20) - after that, login with
each user and do a set of actions. The first request I solved it in
this way: login as admin, and then read…
|
21 | Sep 1 2011 05:54 |
Oct 26 2011 12:03 |
|
|
Plan to use XPath Extractor to extract multiple matches but get single match only during execution? By: David Luu Hi, just wanted to check to see if I misconfigured something or XPath
defined correctly. Here's the setup: We have HTTP request sampler to
hit user's shopping cart that returns HTML in response. The HTML is
dynamic based on what user already has…
|
9 | Oct 25 2011 15:28 |
Oct 26 2011 11:57 |