XpdWiki

FrontPage
RecentChanges
XtC
FindPage
PageIndex
XpApprentices

Set your name in
UserPreferences

Edit this page

Referenced by
MarcuS
MarcusBaker




JSPWiki v2.0.52


WhatIsAnIntegrationTest


Integration tests are everything else.

At least that's what seems to happen. Some integration tests...

1) Two classes being tested together.

2) Three classes being tested together.

3) Testing with real test data.

4) Testing the whole application actually starts (fingers crossed).

5) Testing performance.

6) Testing multithreaded bits.

7) Anything with I/O.

8) Does it look nice?

9) Testing use cases actually work.

10) Check-in didn't break anything (fingers crossed on both hands).

11) Other stuff.

12) Something done on the integration machine.

Techniques to test all of these things vary from unit test harnesses to full dress rehearsals with dummy data. I am not yet sure how to split them up. - MarcuS


Edit this page   More info...   Attach file...
This page last changed on 03-Mar-2003 02:17:00 GMT by unknown.