|
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"/>
Here’s the html:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href=""> <link rel="shortcut icon" href=""> <title>EPP - </title> </head> <title></title> <body>
<div id="container"> <div id="header"> <div id="logo"> </div> </div> <div id="homepage"> <div id="login"> <div class="title"> Vocollect Suite Login </div> <form id="j_acegi_security_check;jsessionid=4D4370B36D50EEE629A7CBFBDB0FB4FF" name="loginForm" action="" method="POST"> <div class="formdata"> <table> <tr> <td><label>Username</label></td> <td><input type="text" name="j_username" size="25"></td> </tr> <tr> <td><label>Password</label></td> <td><input type="password" name="j_password" size="25"></td> </tr> </table> </div> <div class="submit"> <div id="wwctrl_j_acegi_security_check;jsessionid=4D4370B36D50EEE629A7CBFBDB0FB4FF_role_submitButton"><button type="submit" name="role.submitButton" class="login"> Log into the system</button></div></div> </form> </div> </div> <div id="footer"> <div id="line"> </div> <div id="vcInfo"> EPP - V0.1 (Build 200602161655) - Copyright © 2005-2006 nobody, Inc. All rights reserved. </div> </div> </div> </body> </html>
…Any help would be greatly appreciated. |
- [Webtest] button not found... Kercher, John
- [Webtest] Re: button not found... Marc Guillemot
- RE: [Webtest] Re: button not found... Dierk Koenig
- [Webtest] Re: button not found... Marc Guillemot
- [Webtest] Re: button not found... Marc Guillemot

