You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Nick Burch <ni...@torchbox.com> on 2006/10/16 14:36:57 UTC

Re: HWPF-Development

On Fri, 29 Sep 2006, Rainer Schwarze wrote:
> I already wondered a bit how a good automated test case could be done
> when dealing with Word files (surely applies to Excel, Powerpoint
> too). Reading something from a file is probably easily checked. But
> writing it properly surely needs a human who's checking whether Word
> crashes or not.
> Are there already some solutions to automatically test "file writes"
> for correctness in the H??F-projects?

Not really. You kinda just have to test as many of the records as you can 
automatically, and then periodically test the whole output yourself.

Another (sometimes hard) option is to apply a bunch of opperations, and 
try to get from one known-good file to another

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/