I have the following code to verify the text in a popup box - <setInputField description="enter an alpha character in the end location" name="end" value="b" /> <expectDialogs description="set up pop up message expections"> <alert description="expect alert with save of dialog message" saveProperty="simpleDialog" /> </expectDialogs> <clickButton label="Go"/> <verifyProperty name="simpleDialog" regex="true" text="End must be an integer" />
But everytime I run the script, after the clickbutton step, I got http 500 error. Running the manual test on the GUI is working fine. any ideas? The web page I am testing is http://www.biohealthbase.org/GSearch/francisella_gene_search.do?method=ShowCleanSearch&decorator=Francisella. Thanks, Xiaomei _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

