Hey Mark, Ok before I answer your question. I want to throw this back at the others reading this as well.
Selinium is not a unit testing framework or methodology. It is used to automate the users experience, and cut down the amount of time a user tests certain aspects of the website. So please do remember that when you look at unit testing HTML output etc, that selinium is not actually Unit Testing. Without going into to much detail, due to NDA's but we have a situation where our web2.0 application requires the user to use conext menus. And of course selinium can't process this, now I might be wrong as there might be another way. But 3 of our developers including me sat down and tried to get around this to get selinium to automate the fact that the user would need to RMB to bring up this context menu. And with Web2.0 and RIA using HTML, DHTML and Ajax etc this is a very important thing to be able to achieve. On 5/12/07, Mark Mandel <[EMAIL PROTECTED]> wrote: > > I'll second Selenium, it's highly configurable. > > Andrew: what do you need right clicks for? > > Mark > > On 5/12/07, Andrew Scott <[EMAIL PROTECTED]> wrote: > > There is a better one out there but its costs... The one thing selinium > > lacks is the fact you can't script RMB (Right Mouse Button) :-( > > > > On 5/12/07, Ben Nadel <[EMAIL PROTECTED]> wrote: > > > > > > That looks pretty cool. I like that it can integrate with FireFox. > > > > > > > > > -----Original Message----- > > > From: Kris Jones [mailto:[EMAIL PROTECTED] > > > Sent: Friday, May 11, 2007 11:30 AM > > > To: CF-Talk > > > Subject: Re: Unit Testing A Web Interface > > > > > > Selenium? http://www.openqa.org/selenium-ide/ > > > > > > Cheers, > > > Kris > > > > > > > Hey All, I have a new manager for a current project and he wants to > > > > see me do unit tests for form interfaces for an existing web > > > application. > > > > > > > > I have an idea of what a Unit Test is for code classes, but I have > no > > > > idea how this is to be done for a web interface? Does anyone have > any > > > > explanation or resources I can look into? Am I supposed to write > code > > > > that attempts to submit a form with bad value sets? Are there apps > out > > > > > > > there that do that? Is that what a test harness would do - submit a > > > > form and maybe check for resultant error text on the returned page? > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277896 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

