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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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
Re: [agile-testing] FitNesse, Rspec & Watir   Message List  
Reply | Forward Message #1015 of 1051 |
aidy lewis wrote:

> True, but if we implement story or scenario driven development then
> these tests lead development. A change in the tests means a change in
> development - not the other way round! I know for sure you are not
> saying; not automate through the browser and validate user
> requirements?

Two big points:

- the first tier of tests must cover as many features as possible, and
be super-fast to run

- test cases must be as close as possible to the tested code.

Put them together, and you should only test GUI things thru the GUI. Never test
biz logic only thru the GUI.

These rules imply "acceptance tests" are _not_ "thru the GUI tests". Pro testers
must work the test rig itself to add their coverage.

--
Phlip



Thu Sep 4, 2008 1:46 pm

phlipcpp
Offline Offline
Send Email Send Email

Forward
Message #1015 of 1051 |
Expand Messages Author Sort by Date

... Two big points: - the first tier of tests must cover as many features as possible, and be super-fast to run - test cases must be as close as possible to...
Phlip
phlipcpp
Offline Send Email
Sep 4, 2008
1:46 pm

... Then you are testing the GUI directly - the test case is close to the tested case. Then, if such a test fails (conceptually or literally), you fix it by...
Phlip
phlipcpp
Offline Send Email
Sep 4, 2008
6:20 pm
Advanced

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