From: SourceForge.net <no...@so...> - 2012-11-03 08:32:40
|
Feature Requests item #1045414, was opened at 2004-10-12 07:26 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547458&aid=1045414&group_id=76550 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: None Group: None Status: Closed Priority: 4 Private: No Submitted By: Andre Steffens (stef02) Assigned to: Nobody/Anonymous (nobody) Summary: WebTest: missing [assert-]methods Initial Comment: Hi, the following methods would be very helpfull: assertSubmit($label) to check if a button (to submit) exists assertCheckbox($field, true or false) to check if a checkbox is checked or not Thx Andre ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-11-03 01:32 Message: Have you ever thought about publishing an ebook or guest authoring on other blogs? I have a blog based upon on the same information you discuss and would really like to have you share some stories/information. I know my readers would value your work. If you're even remotely interested, feel free to send me an e mail. north face jackets on sale http://zatnvxmvmn.moonfruit.com/blog/4570497138 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-11-02 08:12 Message: Hello I am so excited I found your weblog, I really found you by error, while I was looking on Aol for something else, Regardless I am here now and would just like to say thanks for a incredible post and a all round exciting blog (I also love the theme/design), I don? have time to look over it all at the minute but I have book-marked it and also included your RSS feeds, so when I have time I will be back to read more, Please do keep up the great job. north face jackets cheap http://newnorthfaceboots.bloggd.org/ ---------------------------------------------------------------------- Comment By: Marcus Baker (lastcraft) Date: 2004-10-18 15:55 Message: Logged In: YES user_id=695819 Hi. It's just that the assertSubmit() option did not make it into the version 1.0 in time. I will be adding this later or allowing assertField() to pick up the slack. The assertCheckbox() is covered by the assertField() method. You could easily add this special method to a generic test case by chaining to assertField(), so I'd like to skip that in the name of a minimal interface if that's OK. yours, Marcus ---------------------------------------------------------------------- Comment By: Andre Steffens (stef02) Date: 2004-10-13 01:52 Message: Logged In: YES user_id=1130956 another nice method: string getFieldType($label) => returns the type of a given field ... <input type='radio' name='test' ...> ... WebTestCase::getFieldType('test') => radio Thx Andre ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547458&aid=1045414&group_id=76550 |