Search the web
Sign In
New User? Sign Up
TestFirstUserInterfaces
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 723 - 753 of 1013   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
723
TFUIers: Let's do a little experiment. Download MS's FlexWiki's source from here: http://sourceforge.net/projects/flexwiki Now install NUnit-2.2.0.msi from: ...
Phlip
phlipcpp
Offline Send Email
Jul 1, 2005
6:36 pm
724
Hi Phlip, I'm tied up with some work at the moment, but I'll try this myself when I can. Meanwhile, check to see if FlexWiki is using an older version of NUnit...
Charlie Poole
cpoole98370
Offline Send Email
Jul 3, 2005
9:53 am
725
... When I've used NUnit (which is admittedly not a great deal), I've used the text mode runner, and tied it in to the build, so when I build the app, the ...
Anthony Williams
anthony_w.geo
Offline Send Email
Jul 4, 2005
8:22 am
726
... [I'm still stuck on twiddling the FlexWiki properties, not knowing what I'm looking for, and drawing comics while DevEnv.exe slowly refreshes its...
Phlip
phlipcpp
Offline Send Email
Jul 10, 2005
12:33 am
727
... Hm. So after I clickety click click my favorite input device (the mouse) to change each References, separately, from 2.1.4 to 2.2.2, the system still...
Phlip
phlipcpp
Offline Send Email
Jul 12, 2005
12:45 pm
728
This often happens if VS decided to copy an nunit assembly. I've had to completely erase all obj and bin directories, then remove and replace the references....
Charlie Poole
cpoole98370
Offline Send Email
Jul 13, 2005
4:09 am
729
TFUI: My research has made me an expert at writing technical questions on the MS newsgroup that professionals and MVPs cannot answer. Today's installment is...
Phlip
phlipcpp
Offline Send Email
Jul 22, 2005
2:25 am
730
... Not answering your question (sorry), but... Why are you TDD'ing against a "golden copy" of the database? IMO you'd be better off working against an empty...
Bayley, Alistair
abayley2
Offline Send Email
Jul 22, 2005
7:31 am
731
I think your connection is opened exclusively. I have experienced similar situations when I use ADO against the database, but I opened it in Access first and...
Thomas Eyde
thomas_eyde
Offline Send Email
Jul 22, 2005
10:43 am
732
... One '69 Camaro has answered how to share the connection, on USENET. I guess this breaks my perfect record of unanswerable questions! But I'm using DAO, not...
Phlip
phlipcpp
Offline Send Email
Jul 22, 2005
2:26 pm
734
[ reposted from news:comp.software.testing ] ... If they were not specific, they would be fragile. Early CR tools broke if you moved a button. The tool...
Phlip
phlipcpp
Offline Send Email
Aug 7, 2005
3:24 pm
735
... As a concrete example of this: if you don't specify menu IDs when using .NET, then they are generated on the fly. This means that the same menu option can ...
Anthony Williams
anthony_w.geo
Offline Send Email
Aug 8, 2005
8:34 am
736
At the Agile 2005 conference, Joshua Kerievsky talked about using alternatives to hands-on coaching to "commoditize" training in XP. I found it to be a...
Jim Shore
jimlittle82
Offline Send Email
Aug 9, 2005
8:02 am
737
... I liked it. I especially liked the "Giant weird translation layer" comment. :) One thing that surprised me was the testbeds concept. Have you found that to...
Cory Foy
cory_foy
Offline Send Email
Aug 9, 2005
12:52 pm
738
From: Cory Foy <usergroup@...> ... I haven't had a problem with my tests getting out of sync with my code, no. I do all my development...
Jim Shore
jimlittle82
Offline Send Email
Aug 16, 2005
5:29 pm
739
Hi All, I know this is slightly off-topic, but my manager is trying to track down automated GUI testing tools. I know the pitfalls of GUI testing, and we've...
Cory Foy
cory_foy
Offline Send Email
Aug 17, 2005
2:41 pm
740
... For driving Internet Explorer, try WATIR <http://wtr.rubyforge.org/> It uses Ruby and works by using the COM interface to the DOM. As such, it's restricted...
Brian Marick
briandawnpau...
Offline Send Email
Aug 17, 2005
3:48 pm
741
... such, ... We've been using WATIR for about 7 months now for acceptance testing. It has been very useful for us. It is pretty well designed and easy to...
Christian Sepulveda
csepulv
Offline Send Email
Aug 17, 2005
4:33 pm
742
Cory, I have used NUnitForms, and can recommend it, with this qualification: I've often spent some time writing tests, only to realize that I should be pushing...
Tony Nassar
aanassar
Offline Send Email
Aug 17, 2005
6:07 pm
743
Dear Candidates, We are looking for the candidate’s for CMM Level 5 company in Chennai, Bangalore and Hyderabad on the following Skill sets. Position:...
Arthi Focus India
arthi_focus
Offline Send Email
Aug 18, 2005
9:41 am
744
... you want to ... yet. I've got an NUnitForm test working in VS.Net beta 2, but my NAnt build is complaining about: [nunit2] Failures: [nunit2] 1)...
Rob Park
rpark68
Online Now Send Email
Aug 18, 2005
4:00 pm
745
Nevermind... Guess I haven't had enough coffee this morning ;-) My problem wasn't a compile problem, but a runtime problem. Just required a simple DLL copy to...
Rob Park
rpark68
Online Now Send Email
Aug 18, 2005
4:14 pm
746
... Thanks to everyone for the great replies. Yes, we are going to use this to get our existing forms under test while we move over to an MVP pattern. But even...
Cory Foy
cory_foy
Offline Send Email
Aug 19, 2005
1:56 pm
747
after a fairly long stint working on rich clients and applying TFUI principles, i'm back on a web project and i'm trying to figure out how to get some of the...
Owen Rogers
exortech@...
Send Email
Aug 20, 2005
5:05 pm
748
Cory et al., Have you looked into John Robbins's stuff? * http://msdn.microsoft.com/msdnmag/issues/05/01/TestRun/ *...
Tony Nassar
aanassar
Offline Send Email
Aug 21, 2005
4:10 am
749
... Thanks Tony. I've got them marked to read through them (I might even have those mags around here somewhere...). I agree wholeheartedly with a mock...
Cory Foy
cory_foy
Offline Send Email
Aug 22, 2005
1:50 pm
750
From: Owen Rogers <exortech@...> ... Owen, Have you looked at NUnitAsp (nunitasp.sf.net)? It handles postback, custom controls, etc. While it doesn't...
Jim Shore
jimlittle82
Offline Send Email
Aug 23, 2005
10:09 pm
751
... Hmm. I always thought reveal() should be application-specific. The reveal() for IE's DOM would just be spIE->Visible = true;, except reveal() _should_...
Phlip
phlipcpp
Offline Send Email
Aug 25, 2005
3:03 pm
752
Oh. So using Watir in interactive mode is sort of like using reveal. Or you could just put a "wait for user input" in your test script, so the answer to the...
Mike
ocean_west_2005
Offline Send Email
Aug 25, 2005
3:18 pm
753
Hi Phlip, On 8/25/05, Phlip <phlip2005@...> wrote: [snip] Next, if you simulate a browser (like with HttpUnit), you can put ... I learned a valuable...
Hristo Deshev
madmuncho
Offline Send Email
Aug 25, 2005
7:33 pm
Messages 723 - 753 of 1013   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