I know this is probably a trivial question, but I'm stuck. I've just
started using JMeter to test a simple web application. For my first test
I'm sending HTTP requests using POST method. The server is running in a
JBoss app server on my local machine. But I can't get my test to hit the
page I want with parameters I'm sending or at least I can't tell it is.
The first question I have is how do I know if even getting to the path
I've defined below?
 
 
Here is my setup (Similar to the example provided in the manual :
 
1.      Added a Thread Group: 1 user and loop count set to 50
 
2.      Added a HTTP request:
 
Server IP/name: localhost
Port: 8080
Path: WagerLinkWeb/html/lookupplayer.html
Parameters: name=UserName, Value= TestPlayer-1161626993994
Method: Post
 
 
With these settings I should be able to send one parameter to my
localhost with a path of WagerLinkWeb/html/lookupplayer.html.
 
In order to verify that the JMeter is actually doing the POST, I'm
looking at the server.log file and nothing is happening.
 
Thanks in advance!
 
 

Reply via email to