Re: What do you think of my horrible testing strategy

2006-05-25 Thread Henri Dupre
Ah that is funny! We have a similar strategy except we don't have any fake service implementation or lower level testing... That is too much work and too much code to write all the jmock stuff. We had some for T3 but we are slowly dropping them. We only have jmock for several small things. We foun

What do you think of my horrible testing strategy

2006-05-24 Thread Rob Dennett
I am not sure if a consensus has been reached as to what constitutes the best practice for testing a Tapestry app, so I came up with this little strategy that is rather inelegant and I would greatly appreciate any improvements that you would care to offer. Step one: Have ant build a fake wa