Hi, all,
I'm trying to develop a Test in which one request need parameters form the
previous one.
I developed similar tests using the Jmeter 1.7.2 using the HTML Link Parser
modifier.
Now, I'm trying to develop a similar test using the JMeter 1.8.1 and the
parameters that I want to replace are not found.
This is the response page from the previous requests. I could not find if
the problem is in the response. However, this problem happened also with
other pages.
In this case, the "pepe" parameter is not found:
HTTP/1.1 200 OK
Server: Resin/2.1.3
Cache-Control: private
Set-Cookie: FUEGO_PARTICIPANT_ID=paulo; Path=/portal4.5; Expires=Thu,
27-Feb-2003 17:49:06 GMT
Set-Cookie: FUEGO_PARTICIPANT_AUTOLOGIN=null; Path=/portal4.5; Expires=Thu,
01-Dec-1994 16:00:00 GMT
Set-Cookie: FUEGO_PARTICIPANT_PASSWORD=null; Path=/portal4.5; Expires=Thu,
01-Dec-1994 16:00:00 GMT
Set-Cookie: JSESSIONID=arC41PKJPBSg; Path=/
Content-Type: text/html
Content-Length: 539
Date: Thu, 20 Feb 2003 17:49:06 GMT
<html>
<head>
<title>Fuego - Work Portal</title>
</head>
<body onLoad="checkBrowserSupport()">
<form method="post" action="pepe?miParam=true" name="useragentinfoform">
<input type="hidden" name="useragentinfo" value="true">
<input type="hidden" name="useragentinfojavapluginenabled" value="cure">
<input type="hidden" name="useragentinfotimezone" value="">
<input type="hidden" name="pepe" value="123123">
<input type="hidden" name="submitbutton" value="Login">
</form>
</body>
</html>
Do anybody want the process to check this ?
Thanks all for your time.
Paulo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]