[Webtest] [webtest][JIRA] Closed: (WT-56) SubmitButton with onclick not work
Paul King (JIRA)
webtest@lists.canoo.com
Sat, 23 Sep 2006 01:04:09 +0200 (CEST)
[ http://webtest-community.canoo.com/jira/browse/WT-56?page=all ]
Paul King closed WT-56:
-----------------------
no further feedback - assuming fixed
> SubmitButton with onclick not work
> ----------------------------------
>
> Key: WT-56
> URL: http://webtest-community.canoo.com/jira/browse/WT-56
> Project: WebTest
> Type: Bug
> Versions: 2.0
> Reporter: Serge Maslyukov
> Attachments: onclick-test.html, result.html
>
> SubmitButton with onclick not work.
> HTML page for reproduce error is attached.
> sample webtest script:
> <target name="onclick-test">
> <echo message="Start"/>
> <antcall target="prepare-clean"/>
> <testSpec name="myTest">
> <config
> host="${host-name}"
> protocol="http"
> port="${server-port}"
> basepath=""
> saveresponse="true"
> resultpath="${build-webtest-result.dir}"
> showhtmlparseroutput="true"
> autorefresh=""
> >
> <header name="User-Agent" value="${user-agent}"/>
> <header name="Accept-Language" value="${accept-language}"/>
> </config>
> <steps description="Test task list">
> <invoke stepid="get start page" url="/test/onclick-test.html" save="login-"/>
> <clickbutton label="Add New Question" stepid="Add New Question" save="add-new-question-"/>
> <verifytext stepid="result page" text="result page"/>
> </steps>
> </testSpec>
> </target>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira