Re: [Watinfixture-users] Arrays of checkbox controls withdifferentVALUE's
Status: Alpha
Brought to you by:
kalnir
|
From: Jeff P. <ka...@iw...> - 2007-09-21 04:06:15
|
Rob, Congratulations on the enhancements to WatiNFixture. To answer your questions: * The documentation is manually maintained by me. * If you would like to submit your enhancements, feel free to send them to me. I'll work on getting them added to the next release of WatiNFixture. I don't have a date yet for the next release. This project is being worked on in my spare time, and I am currently working on building a web site for this project and hopefully improving the documentation in the process. Thanks for your interest and feedback. Jeff -----Original Message----- From: wat...@li... [mailto:wat...@li...] On Behalf Of Rob MacFadyen Sent: Thursday, September 20, 2007 10:39 PM To: wat...@li... Subject: Re: [Watinfixture-users] Arrays of checkbox controls withdifferentVALUE's Hey all, Some progress to report :) I've successfully added support for checkbox arrays. The following actions have been implemented: |verify checkbox array|MyArray|value|first|exists| |verify checkbox array|MyArray|value|first|reads|Label for Checkbox1| |verify checkbox array|MyArray|value|forth|is empty| |verify checkbox array|MyArray|value|first|is checked| |verify checkbox array|MyArray|value|second|is not checked| |verify checkbox array|MyArray|value|first|has title|Title for Checkbox1| |verify checkbox array|MyArray|value|forth|title is empty| |verify checkbox array|MyArray|value|first|style|background-color|has setting|Brown| |click checkbox array|MyArray|value|second| |check checkbox array|MyArray|value|second| |uncheck checkbox array|MyArray|value|second| Essentially the same set of UserActions as a regular checkbox. Not to sure if the use of the word "array" is the best choice here... but it all works (via watinfixture test cases) so I'm happy enough. I've also successfully added support for clicking on buttons that result in a javascript "prompt(..)" to confirm the action. I've only done the simple case for button by id: |click button|cmd_Ok1|with confirm|ok| |click button|cmd_Ok1|with confirm|cancel| I've also successfully added support for the weird case of a "double" confirm (i.e. the application prompts the user "are you sure?" and then prompts again with an "are you really really sure?"): |click button|cmd_Ok4|with double confirm|ok|and|ok| |click button|cmd_Ok4|with double confirm|ok|and|cancel| I haven't updated the documentation. Is it generated or manually maintained? Is there any interest in me submitting a patch for the changes? Regards, Rob ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Watinfixture-users mailing list Wat...@li... https://lists.sourceforge.net/lists/listinfo/watinfixture-users |