Mike, In a nutshell - yes.
NUnitAsp is designed to work with ASP.NET web controls at the server level. It is capable of sending the right HTTP request for default ASP.NET JavaScript such as doPostback calls from LinkButtons, etc but it does not have any JavaScript interpreting abilities. If you want to check for specific JavaScript in the page, you can always just check for its presence by checking the HTML in Browser.CurrentPageText property. Some things to consider when using extensive Javascript: * Use a Javascript unit testing framework such as JsUnit http://www.edwardh.com/jsunit/ There are some examples of JsUnit tests in our Remote Scripting client http://www.thycotic.com/dotnet_remotescripting_client.html * Any browser could turn off Javascript or some paranoid companies have even been known to filter it at the proxy server! How would your application handle that? For this reason, you still need to be doing validation (etc) back at the server anyway. Hope that helps. I am glad that you enjoyed the session! Jonathan Cogley [MVP C#] http://weblogs.asp.net/jcogley Thycotic Software Ltd http://www.thycotic.com Who's watching your hours? http://www.myclockwatcher.com -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Sent: Tuesday, June 07, 2005 10:38 AM To: [email protected] Subject: Re: [AspNetMetroArea] MSDN WebCast - Thycotic - Jonathan Cogley - Weds (tomorrow) 3pm EST Hi, Thank you for the very informative webcast. I was very surprised by one thing, and just want to be 100% certain about it. If it is essential that the javascript on your page runs, then NUnitAsp is not going to work in those cases, correct? Thanks, Mike On 6/1/05, Jonathan Cogley <[EMAIL PROTECTED]> wrote: > > Mike, > > The Thycotic Tag Team (myself, Jeff Schoolcraft and Bryant Smith) will be > presenting at the WinProTeam Vienna .NET User Group on July 6th 2005. > http://www.winproteam.org/winproteam/ > We will be presenting on NUnitAsp, the Thycotic.TddStarterKit and > Thycotic.DatabaseScripter and should cover most of the material from > today's > webcast. > > We will also be making the slides and code from today's webcast available > on > our website. http://www.thycotic.com > > The Thycotic.TddStarterKit and Thycotic.DatabaseScripter were released at > last month's Microsoft Code Camp and are available for download now! > http://thycotic.com/dotnet_tddstarterkit.html > http://thycotic.com/dotnet_dbscripter.html > > Best regards, > > Jonathan Cogley [MVP C#] > http://weblogs.asp.net/jcogley > > Thycotic Software Ltd > http://www.thycotic.com > > Who's watching your hours? > http://www.myclockwatcher.com > > ________________________________________ > From: [email protected] > [mailto:[EMAIL PROTECTED] On Behalf Of Mike > Sent: Tuesday, May 31, 2005 5:11 PM > To: [email protected] > Subject: Re: [AspNetMetroArea] MSDN WebCast - Thycotic - Jonathan Cogley - > Weds (tomorrow) 3pm EST > > Hi, > This is a topic I'm very interested in, but would probably not be able to > view the webcast. I would imagine this would be true for most everyone. > Will > > there be a transcript made available? Or at least, will we be able to > download this and view it at our convenience? > I would be especially interested in a comparison of using NUnitAsp versus > the "standard" Humble Dialog with NUnit approach. > Thanks, > Mike > > > [Non-text portions of this message have been removed] > > > > > ________________________________________ > Yahoo! Groups Links > • To visit your group on the web, go to: > http://groups.yahoo.com/group/AspNetMetroArea/ > > • To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] > > • Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > -- > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.322 / Virus Database: 267.3.0 - Release Date: 5/30/2005 > > > > > > > > > Yahoo! Groups Links > > > > > > > [Non-text portions of this message have been removed] Yahoo! Groups Links -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.6.5 - Release Date: 6/7/2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.6.5 - Release Date: 6/7/2005 ------------------------ Yahoo! Groups Sponsor --------------------~--> What would our lives be like without music, dance, and theater? Donate or volunteer in the arts today at Network for Good! http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/X1EolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetMetroArea/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
