Jari

"Maybe the distinction we're making of MockObject testing versus In
container testing should instead be rephrased as:
"mock object testing versus "production" testing" ? "

I've seen it referred to perhaps most accurately as "unit testing" versus
"integration testing" where unit testing is done by mock objects and through
classes indigenous to the platform on a class by class (and method
by method) basis and integration testing is done between two tiers or
systems, like business logic communicating with DB and business logic
communicating with the application server, etc. However, I agree with you
that the distinction of vocabulary is not too important and each person
probably has their own definition and particular ranges.

Tom



Reply via email to