Yup. Just went through this last week myself... In my case, I had an HTTP Request that did the GET onto the actual login_page.php. But, what I had to do was view the source of the login_page.php to find out what "action" the <form> on the page was going to:
<form name="login_form" method="post" action="login.php"> Then I had to setup/replace the original HTTP Request/GET for login_page.php with an HTTP Request/POST for login.php and then put the parameters from the <form> into the HTTP Request with the values I wanted. hth, Adym Lincoln I/S Corporate - I/S Internal Applications 603-245-8245 Ext : 58245 [EMAIL PROTECTED] ... It's a bug planet...it's an ugly planet...ever feel like your software project is going in the wrong direction. ... -----Original Message----- From: benmao ben [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 4:34 PM To: [email protected] Subject: login test problem.. hi, I am trying to work on JMeter2.1.1 I am having problem to test a login page. I'm able to send a HTTP Request to the home page of the portal.Now i want to send the http request such that i can login to the portal by providing user name and password of the user along with the http request.Is it possible by using JMeter and if it is how can I go about it? Can I simulate many users and can i provide different usernames and passwords to each user? Hope to get a reply soon. thx --------------------------------- Relax. Yahoo! Mail virus scanning helps detect nasty viruses! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

