Hi all, I have a webtest script to test some page functionality and have my own macro that changes features of the current test page. When I do this kind of test in a browser I would get to my test page, perform a script that changes the branding setup of the page, on the server, then I would hit the Refresh button in the browser to see my changes reflected on the refreshed page.
Ideally the webtest script would be of the form: <verifyTitle text="My Banking : Accounts Overview" /> <changeProperty groupOrFile="localized-data" key="acct_overview_page_title" value="hello" /> <refreshPage> <verifyTitle text="hello" /> How can I perform the Refresh in webtest? Thanks Mark Winney --------------------------------------------------------------------- This message contains confidential and proprietary information of the sender, and is intended only for the person(s) to whom it is addressed. Any use, distribution, copying or disclosure by any other person is strictly prohibited. If you have received this message in error, please notify the e-mail sender immediately, and delete the original message without making a copy. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

