Kercher, John <[EMAIL PROTECTED]> writes: > > Hello all.. > > I’m trying to sell WebTest to our QA group. I’d > like to run a simple test against our own application, but I’m having > trouble getting past the login screen (“No button found” error > message). I have followed the troubleshooting techniques (no html parser > errors). I’ve tried specifically setting the form, I’ve used different > combinations of htmlId, name, and label, but no luck. Is there a problem > with all the <div> tags? Here’s the step: > > > > <clickbutton description="click the login button" name="role.submitButton" saveResponse="true"/>
quite strange, I must investigate it. As a workaround, you can click the button by xpath (this is working): <clickElement xpath="//[EMAIL PROTECTED] = 'role.submitButton']"/> Marc. PS: how expensive do you want to sell it to your QA group? ;-) _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

