
26 Mar
2005
26 Mar
'05
2:13 p.m.
On 26 Mar, Martin Edenhofer wrote:
We already discussed this issue. -=> I see to different points for a testing framework.
a) test of core modules (Kernel/System/*.pm)
b) test of the web interface (Kernel/Modules/*.pm)
I would say, "a" is the easier one. "b" not (if we don't want to switch to an extra XML layer for the gui (performance issue)).
Has somebody experience with testing frameworks for web applications?
Yes. HTTP::WebTest::Test, Test::TempDatabase, Test::MockDBI, nebst anderen.