Re: Debugging Test Execution
[email protected] Wed, 24 Sep 2003 14:49:40 -0400
| Newsgroups | gmane.comp.programming.tools.fit.devel |
|---|---|
| Message-ID | <[email protected]> |
----- Original Message ----- From: "Stefan Roock" <[email protected]> To: "FIT Developers" <[email protected]> Sent: Wednesday, September 24, 2003 1:50 PM Subject: [Fit-dev] Debugging Test Execution > Hi, > when an acceptance test fails, it is sometimes difficult to determine > the exact reason. Then it would be nice to be able to debug the test > execution. > > It that possible with fitnesse? Fitnesse simply executes FIT in a separate process, and collects the HTML output via a pipe. If I actually needed to do a debugging session (which is what I think you're asking about) I'd run FIT in the development environment and ignore FitNesse. John Roth > > Stefan > --