> This how the test plan looks like
> 
> TestPlan
>  Thread Group
>       Http request
>       Http Authorization
>       Response Assertion

Rajeev - the way JMeter works is that stuff at a higher level (less
indented) feeds data to/influences stuff at a lower level (more indented).
So the HTTP authorization is probably better off at a higher level. Also, a
response assertion should be made against an HTTP sampler. 

So your test plan probably should look like this instead:
---------------------------------
TestPlan
        Http Authorization
        Thread Group
                Http request
                        Response Assertion
---------------------------------

With regards,
Sonam Chauhan
-- 
Corporate Express Australia Ltd.
Phone: +61-2-9335-0725, Fax: 9335-0753, Email: [EMAIL PROTECTED]
 

> -----Original Message-----
> From: Rajeev J [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 4 August 2004 8:56 PM
> To: 'JMeter Users List'
> Subject: User Crendentials
> 
> Hi All,
> 
> To get into any internet site we have to give in our credentials before
> the
> site gets accessed.
> but when I am trying to send a request to  a site called rediff.com from
> Jmeter it fails .
> This is due to I am not able to send those log in credentials.
> I also tried to HTTP authorization but it failed again
> This how the test plan looks like
> 
> TestPlan
>  Thread Group
>       Http request
>       Http Authorization
>       Response Assertion
> 
> Please let me know in case you would need more information
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to