It probably means that your application generates the same page again.
You now need to find why your app reacts differently than when browsed with a real browser (relies on referer header field?) tracking the request that are made both with real browser and with webtest.

Marc.

Prasanna wrote:
I must mention here  that the Resulting page is displayed
but it is same as the original Page( please ignore statement that results page is not generated) Sorry for Confusion as I Initially thought my pages are not generated but The Resulting page is generatated but it is same page.. I thought it is not going to that page as redirect is disabled as my new page has extension like search.aspx?redir=1; What is issues then as no error Messages on console nor on Results.html page

If at all anthing is going wrong how can I Trap the same


----- Original Message ----- From: "Prasanna" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Thursday, August 24, 2006 9:42 AM
Subject: Re: [Webtest] Redirect requested but followRedirects is disabled


My config Looks something like this

<config
                             host="zcs.bombay.com"
                             port="443"
                             protocol="https"
                             basepath="static"
                            summary="true"
                            saveresponse="true"
                            errorproperty="webtest.home"
                            haltonerror="false"
                            haltonfailure="false"
                                               >
<option name="ThrowExceptionOnScriptError" value="false"/>
 </config>
<steps>
   <setInputField xpath="//[EMAIL PROTECTED]'txtsearch']" value="custom" />
    <clickElement xpath="//[EMAIL PROTECTED]'btnSearch']" />
/<steps>

After ClickElement I must get the Resulting Page which is not the case..( and all Steps Are Success Too ..
I tried with ClickButton with name htmlId too Still Nosuccess
And this is happening in many pages -- I get No result after clickbutton step
If it Clicks the Button
Do I need to Add some additional Properties again ; I have already set
saveresponse="true"
in config section







----- Original Message ----- From: "Marc Guillemot" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, August 23, 2006 9:31 PM
Subject: Re: [Webtest] Redirect requested but followRedirects is disabled


Hi,

PrasannaRH wrote:

I am still Having a problem with Testing a Search Result in web Page

Steps Are Simple

I Use setInputFiled with name and Value of text Box
and Use ClickButton with name ...
All steps are Passed but No Resulting Page ......
With Normal Browsers Everything is Fine..

what do you mean? No resulting page shown in result? How have you set saveresponse config attribute?


Why I am Having an issue here ? I do not know how to debug as No error
Messages are Displayed by Canoo Either....
I am Very sure that I am Clicking the right Button ( In fact that is the
only button on that page )
If you need I will provide the HTML sourve of page Please Let me Identify the Cause for this

to get more info on what happens, you can change the log level to debug (lib/log4j.properties)

Marc.
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest




_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest




_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest


_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to