Search the web
Sign In
New User? Sign Up
testdrivendevelopment · Test-driven Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 10621 - 10650 of 28238   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10621
XP Day 2005 : 28th & 29th November, London, U.K. ================================================ ~~ More than XP. More than one day ~~ XP Day is a two day...
xpday_submissions
xpday_submis...
Offline Send Email
Aug 2, 2005
3:15 pm
10622
I'm trying to use NUnitASP 2.1 to test a web app which uses SQL server. NUnitASP appears to require anonymous access enabled (or you get a 401) but we're...
Dave
iamjaysman
Offline Send Email
Aug 2, 2005
3:15 pm
10623
You could impersonate the web site to use a valid Windows account or add the ASPNET account to the database. Windows authenticaton works with IE only, as far...
Thomas Eyde
thomas_eyde
Offline Send Email
Aug 2, 2005
3:32 pm
10624
Probably obvious and not terribly useful, but why not create a Mock Object for the SQL part? -Kelly ________________________________ From:...
Anderson, Kelly
kellycoinguy
Offline Send Email
Aug 2, 2005
3:37 pm
10625
Has anyone made an attempt to do TDD in Excel spreadsheet development? -Kelly E-Mail messages may contain viruses, worms, or other malicious code. By reading...
Anderson, Kelly
kellycoinguy
Offline Send Email
Aug 2, 2005
3:38 pm
10626
... You should be able to set Browser.Credentials with the appropriate ICredentials interface. Cory...
Cory Foy
Cory.Foy@...
Send Email
Aug 2, 2005
3:42 pm
10627
Hi, Kelly, ... Yes indeed. I find it very helpful. I set up columns for input and expected output, then put my formula beside the expected output column with...
Carl Manaster
cmanaster
Offline Send Email
Aug 2, 2005
4:14 pm
10628
... I think you just answered "has anyone maintained test resources in Excel?" vb-lite-unit, by Steve Jorgensen, targets VBA. -- Phlip ...
Phlip
phlipcpp
Offline Send Email
Aug 2, 2005
4:33 pm
10629
I figured you could (and should) do something like that... I guess there is no official ExcelUnit sort of thing though. The problem, as I see it, is that in...
Anderson, Kelly
kellycoinguy
Offline Send Email
Aug 2, 2005
4:44 pm
10630
Hi, Phlip, ... I'm sorry; I don't understand this. Are you saying that this isn't TDD? If so, why not? Peace, --Carl -- ...
Carl Manaster
cmanaster
Offline Send Email
Aug 2, 2005
4:49 pm
10631
Hi, Kelly, ... If I understand the question, the INDIRECT() function may be helpful to translate cell names to references; I just put "A2" into A1 and "A3"...
Carl Manaster
cmanaster
Offline Send Email
Aug 2, 2005
4:56 pm
10632
... What are we doing with Excel? The customer wants a spreadsheet, with such-and-so cells here and there, right? I TDD that by writing more cells and putting...
Phlip
phlipcpp
Offline Send Email
Aug 2, 2005
4:56 pm
10633
I suppose that could help in some cases... but it would only be a part of the solution. I'm just brainstorming about the issues here. -Kelly ...
Anderson, Kelly
kellycoinguy
Offline Send Email
Aug 2, 2005
5:13 pm
10634
Hi, Phlip, ... I'm very happy with tiny tests. I also see the cell as a very natural unit in spreadsheet development. Most formulas are beyond-testing ...
Carl Manaster
cmanaster
Offline Send Email
Aug 2, 2005
5:34 pm
10635
I have been doing that for the last 9 months. Adam...
Adam Dymitruk
adymitruk
Offline Send Email
Aug 2, 2005
5:45 pm
10636
... So the target is an Excel spreadsheet, and you TDD it by putting little tests in its cells. There's something wrong about this. (The right thing is that...
Phlip
phlipcpp
Offline Send Email
Aug 2, 2005
5:45 pm
10637
What you want to do is isolate functionality outside of Excel in VBA.. then use VBUnit to test the VBA you wrote. I wrap Excel functionality in clsWorksheet...
Adam Dymitruk
adymitruk
Offline Send Email
Aug 2, 2005
5:50 pm
10638
... One of the reasons that I appreciate these types of discussions is that they are typically steered away from deciding whether a particular approach is...
Mike Emeigh
mwemeigh
Offline Send Email
Aug 2, 2005
6:05 pm
10639
I'm starting a project that will use web services under MS C++ 6.0 (which is not the .net version, but visual c++ predating .net). Suggestions for TDD tools...
Robert Hanson
mvarobert1
Offline Send Email
Aug 2, 2005
6:06 pm
10640
Hi, Phlip, ... Say it's not Excel, but ruby: So the target is a ruby program, and you TDD it by putting little tests in its functions. There's something wrong...
Carl Manaster
cmanaster
Offline Send Email
Aug 2, 2005
6:30 pm
10641
The latest tools for Office (VSTO) should make it quite easy to do. Just TDD from the spreadsheet down (does the sheet exist, does this cell have that value...
Donaldson, John (GEO)
geo_johnfr
Offline Send Email
Aug 3, 2005
1:43 pm
10642
Hi I am just wondering if anybody has any thoughts/experiences of using NUnitAsp (positive and negative!) they could share with me? I was involved with a...
bodey.jan@...
janbodey
Offline Send Email
Aug 3, 2005
4:50 pm
10643
Have you tried Watir? Works with DHTML more so than the other one.. Adam...
Adam Dymitruk
adymitruk
Offline Send Email
Aug 3, 2005
4:54 pm
10644
Summer 2005 issue's content: * Agile Development with ICONIX Process by Doug Rosenberg, Matt Stephens and Mark Collins-Cope This book's excerpt provides an...
ginitram
Offline Send Email
Aug 3, 2005
5:01 pm
10645
Hi Jan, ... I think you are on the right path by extracting as much out of the GUI as you can. My current project has me building a lot of Data Management ...
Cory Foy
cory_foy
Offline Send Email
Aug 3, 2005
5:04 pm
10646
What about Javascript that changes the contents of the page. There is a lot more done on the client side with AJAX in the picture. [snip] ... [snip] In watir...
Adam Dymitruk
adymitruk
Offline Send Email
Aug 3, 2005
5:21 pm
10647
I like NUnitAsp. If you are going to write a log of usercontrols (which is the recommended development course for ASP.Net), then NUnitAsp is built just for...
banshee858
Offline Send Email
Aug 3, 2005
5:31 pm
10648
... Actually there isn't anything done with AJAX - if there was, that would be a different story. ... Basically NUnitASP also references it by name - well...
Cory Foy
cory_foy
Offline Send Email
Aug 3, 2005
5:35 pm
10649
Well, my dev is moving toward AJAX type stuff.. Also, a lot of my clients end up requesting client-side only enhancements.. ie, Javascript. One such request is...
Adam Dymitruk
adymitruk
Offline Send Email
Aug 3, 2005
5:48 pm
10650
I have found NUnitAsp provides a nice quick sanity check for a deployed application. In our current systems, we have about 25 NUnitAsp tests that try to...
Andrew Forward
andrewforwar...
Offline Send Email
Aug 3, 2005
9:37 pm
Messages 10621 - 10650 of 28238   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help