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

Reply via email to