I'm making a test that should check if persons credit rating is ok for shopping in a webstore. The problem is that simulating webpage with Webtest page always gives that given SSN is not acceptable (even the SSN is ok for sure). If I go trough the steps manually everything works fine but Webtest can't get the SSN accepted.
Here are the steps but I don't see anything wrong with them. <setInputField htmlId="socialSecurityNumber" value="SSN"/> <clickButton label="Continue"/> Can someone tell what's wrong? -- View this message in context: http://old.nabble.com/SSN-check-fails-tp29284172p29284172.html Sent from the WebTest mailing list archive at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

