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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 883 - 913 of 1051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
883
Hi, I program in C# with VS2005 and use NUnit heavily to test my business objects. I tried to use NUnitForms to test the WinForms code but I'm not very happy ...
Stefan Lieser
slieser
Offline Send Email
Jan 5, 2006
3:19 pm
884
Hi, ... Could you not use the SendKeys class from the .NET Framework Class Library? Aidy ... This message and any attachment are confidential and may be...
Adrian Rutter
aidy1us
Offline Send Email
Jan 5, 2006
3:49 pm
885
... I've used SendInput using interop to do screen grabs and had posted it if the helps the OP: ...
Cory Foy
cory_foy
Offline Send Email
Jan 5, 2006
3:57 pm
886
... There are tools made by Rational and the like that record and playback actions on your GUI and check what is happening. These are really in the realm of...
Tim Haughton
haughtontim
Offline Send Email
Jan 5, 2006
5:55 pm
887
From: "Tim Haughton" <timhaughton@...> ... Some examples: - Verify that text entered in a TextBox is propagated to underlying controller. - Verify that...
Stefan Lieser
slieser
Offline Send Email
Jan 5, 2006
7:28 pm
888
Hi, In my opinion testing if the text reaches the controller, after being entered into a textbox, is not very helpful, and it doesn't seem like a very useful...
Dan Bunea
danbunea
Offline Send Email
Jan 5, 2006
10:22 pm
889
Hi Dan, ... How do you make sure that the data entered into a form is propagated to your business domain? ... If for example the user wants to be able to...
Stefan Lieser
slieser
Offline Send Email
Jan 6, 2006
8:39 am
890
Hi again, On Fri, 6 Jan 2006 09:39:05 +0100, Stefan Lieser <slieser@...> ... If I test like a user I need to see if the data is propagated into the ...
Dan Bunea
danbunea
Offline Send Email
Jan 6, 2006
3:05 pm
891
... Ditto. Coupling MVP with Dynamic Mocks is the fastest that I have been able to move. Sometimes you'll have x amount of untested code in the View (Funky ...
Gishu Pillai
gishu_pillai
Offline Send Email
Jan 6, 2006
3:05 pm
892
Hello Dan, ... Fully agreed. You make an end to end test. But often it is necessary to test at a finer granularity. Anyway. My main problem was testing the UI...
Stefan Lieser
slieser
Offline Send Email
Jan 6, 2006
3:16 pm
893
Hi, as I said before I wrote something about using MVP and testing even the view if you think that testing the presenter and model in isolation is not enough...
Dan Bunea
danbunea
Offline Send Email
Jan 6, 2006
3:28 pm
894
... You don't, or, to be less dogmatic about it, you try not to. All you care about is whether the Presenter *asked* the business layer to make this change....
Tony Nassar
aanassar
Offline Send Email
Jan 6, 2006
4:25 pm
895
Hello Tony, ... Agreed. I do it the same way. ... But I think you verify that the issued queries are correct? ... I knew the first part. Thanks for the links! ...
Stefan Lieser
slieser
Offline Send Email
Jan 6, 2006
4:36 pm
896
... Sorry for the long time before replying to this message. I was hoping to give an example straight from code, but couldn't find one that was easy to ...
Anthony Williams
anthony_w.geo
Offline Send Email
Jan 9, 2006
2:09 pm
897
I'm more familiar with Struts and testing actions and forms, then delegating biz work to the Model. The last few months however, I've been in C# and aspx. So...
Rob Park
rpark68
Offline Send Email
Jan 10, 2006
3:17 pm
898
Hi, If you like to have a clean and simple separation of concerns in .NET for web applications, take a look at MonoRail: www.castleproject.org which is ...
Dan Bunea
danbunea
Offline Send Email
Jan 10, 2006
5:11 pm
899
Looks very interesting. We'll give it a look. Otherwise, after some further discussion with a co-worker and some more MVP research, it seems to us that MVP is...
Rob Park
rpark68
Offline Send Email
Jan 10, 2006
8:17 pm
900
... NUnitAsp has been what I used before. It works well. Others recommend more web testing frameworks like Selenium or Cactus. However, the biggest project I...
Cory Foy
cory_foy
Offline Send Email
Jan 12, 2006
1:36 pm
901
AGILE 2006 July 23-29, 2006 Hyatt Regency Hotel Minneapolis, Minnesota, USA *** CFP SUBMISSION DEADLINES WILL SOON ARRIVE *** - January 31, 2006: Discovery...
Alex Viggio
aviggio
Offline Send Email
Jan 22, 2006
4:28 pm
903
I found this ui concept stumbling the web (http://www.stumbleupon.com). Intriguing at first, but the feeling didn't last very long. See the concept in action:...
Thomas Eyde
thomas_eyde
Offline Send Email
Feb 12, 2006
12:05 am
904
... Reminds me of XWindows and how window focus follows the mouse. It's one of the first things I turn off if I can. Cory...
Cory Foy
cory_foy
Offline Send Email
Feb 12, 2006
4:26 pm
905
... Mice already do soft things, such as tooltips, at hover time. The distinction should be between soft inputs and inputs that commit decisions. ... The...
Phlip
phlipcpp
Offline Send Email
Feb 12, 2006
4:33 pm
906
... There may be some fundamental truths about how the mouse is best used, and I do like having buttons to click and various popup and other options. But I...
Ron Jeffries
RonaldEJeffries
Offline Send Email
Feb 12, 2006
4:45 pm
907
I saw that site a few months ago and it was cool to see what they came up with. I don't think it is "bad," just a different way to get a job done. What is a UI...
Jim Bennett
jtbennett77
Offline Send Email
Feb 12, 2006
5:05 pm
908
... The problem with click-to-focus is that it's usually conflated with click-to-get-any-input-whatsoever (i.e. bring the entire window to the front), which...
Timothy Wall
timothyrwall
Offline Send Email
Feb 12, 2006
6:00 pm
909
... From: "Thomas Eyde" <thomas.eyde.at.gmail.com@...> To: "TestFirstUserInterfaces@yahoogroups.com" ...
yahoogroups@...
jhrothjr
Offline Send Email
Feb 12, 2006
7:58 pm
910
... In this case, though, and really in many complaints I hear about mouse movements in web apps, it's about click versus hover. I liken it to a door. In some...
Cory Foy
cory_foy
Offline Send Email
Feb 13, 2006
2:53 am
911
Any UK based .Net developers may be interested in voting for (and indeed, attending!) a couple of my session proposals up at the next Microsoft Developer Day...
Tim Haughton
haughtontim
Offline Send Email
Mar 24, 2006
6:37 pm
912
[forwarded from news:comp.software.testing ] browserUnit ... browserUnit is a C# library to automate the internet explorer and to simulate user sessions. It...
Phlip
phlipcpp
Offline Send Email
Apr 12, 2006
7:08 pm
913
I try to TDD a logon screen with Selenium. After a successful login, the user should be redirected to another page based on his role. To do that, I add the...
Thomas Eyde
thomas_eyde
Offline Send Email
Apr 18, 2006
6:36 pm
Messages 883 - 913 of 1051   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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