Hi,
I created a simple webtest test as follows:
<?xml version="1.0"?>
<!DOCTYPE project SYSTEM "../dtd/Project.dtd">
<project default="test">
<target name="test">
<webtest name="BCSports Storefront Test" >
<invoke url="http://www.bcsports.com/" description="go to
Home Page" />
<verifyTitle text="BC Sports Collectibles Autographs
Memorabilia NFL MLB NBA ncaa nhl " description="we should see the home page
title" />
</webtest>
</target>
</project>
Please note that http://www.bcsports.com/ is a publicly available site so
anybody could reproduce the problem.
Thanks,
Mircea