Feature Requests item #1575956, was opened at 2006-10-12 16:41 Message generated for change (Comment added) made by henryju You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1575956&group_id=61302
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core API Group: Release 1.4 Status: Open Priority: 5 Submitted By: Lasse Koskela (lkoskela) Assigned to: Julien HENRY (henryju) Summary: Operating checkboxes by name and value Initial Comment: I bumped into a web application that has multiple checkboxes with the same name. E.g.: <input type="checkbox" name="name" value="value1" /> <input type="checkbox" name="name" value="value2" /> <input type="checkbox" name="name" value="value3" /> WebTester currently doesn't seem to support checking a checkbox based on name and value. Similarly, I can't find a way to assert checkbox state by name and value. ---------------------------------------------------------------------- >Comment By: Julien HENRY (henryju) Date: 2006-10-12 17:50 Message: Logged In: YES user_id=1235926 OK, it's done. Will be in 1.4 release. ---------------------------------------------------------------------- Comment By: Julien HENRY (henryju) Date: 2006-10-12 17:04 Message: Logged In: YES user_id=1235926 >From JWebUnit 1.3 API : checkCheckbox(String checkBoxName, String value) But we are missing assertCheckboxSelected(String checkBoxName, String value) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1575956&group_id=61302 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Jwebunit-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-development
