for the past few months, i have been working full time in a rails shop
using agile/TDD.. i have really come to value TDD, and would like to employ it on a fun project that i am currently starting in seaside.. aside from unit testing built into smalltalk, are there any other libraries for running tests in a web context (functional tests, not interface tests)? are there any libraries for mocking/stubbing? for quickly generating test fixtures (ala factory_girl)? thanks so much! -- ---- peace, sergio photographer, journalist, visionary http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2011/10/6 sergio_101 <[hidden email]> for the past few months, i have been working full time in a rails shop Why SUnit is not enough for you? are there any libraries for mocking/stubbing? Try Mocketry http://www.squeaksource.com/Mocketry/. for I don't know about any, but it's not part of TDD, isn't it? As well, as functional tests are not? thanks so much! Dennis Schetinin _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by sergio_101-2
We use SeasideTesting extensively for TDD.
On Thu, Oct 6, 2011 at 3:02 PM, sergio_101 <[hidden email]> wrote: > for the past few months, i have been working full time in a rails shop > using agile/TDD.. i have really come to value TDD, and would like to > employ it on a fun project that i am currently starting in seaside.. > > aside from unit testing built into smalltalk, are there any other > libraries for running tests in a web context (functional tests, not > interface tests)? are there any libraries for mocking/stubbing? for > quickly generating test fixtures (ala factory_girl)? > > thanks so much! > > -- > ---- > peace, > sergio > photographer, journalist, visionary > > http://www.CodingForHire.com > http://www.coffee-black.com > http://www.painlessfrugality.com > http://www.twitter.com/sergio_101 > http://www.facebook.com/sergio101 > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Dennis Schetinin
>
> Why SUnit is not enough for you? > i am going to go through the book on this tonight.. i think my flaw in thinking was that i will be testing by passing variables back and forth via a web interface.. being continuation based, this isn't something i need to consider in seaside.. > Try Mocketry http://www.squeaksource.com/Mocketry/. > perfect.. thanks.. > I don't know about any, but it's not part of TDD, isn't it? As well, as > functional tests are not? > i am guessing that since we're not testing the interaction of a web interface, we can just build objects for real, without having to make factories.. -- ---- peace, sergio photographer, journalist, visionary http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101 _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |