[Baypiggies] A talk on testing frameworks

Aahz aahz at pythoncraft.com
Sun Jan 16 17:36:03 CET 2011


On Sat, Jan 15, 2011, Glen Jarvis wrote:
>
> What interest is there and what are people most curious about?

I'm mostly interested in war stories about complex testing.  For example,
consider an application that stores data locally in a DB and also fetches
data from a remote server.  How do you mock up the server interactions?
(That is, client performs an operation and sends data to the server;
server sends back a response describing success or failure, which the
client then uses as feedback for further operations.)
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"The volume of a pizza of thickness 'a' and radius 'z' is
given by pi*z*z*a"


More information about the Baypiggies mailing list