CS1321 Homework 3 Tests1

Jeffrey D. Oldham

2000 Feb 13

The purposes of homework 3 included:

1.
using STL containers and functions,
2.
dealing with a large set of code, and
3.
understanding a complex system.
Unfortunately, our ability to test these purposes is mainly limited to testing code for correctness. Thus, we will try a series of test cases.

I broke testing the search engines into three cases:

1.
using a database of one document,
2.
using a database of three documents, and
3.
using the large etext91 database of three documents.

Here is the script I used to automatically perform a series of tests. Here is my output. The input files for the tests can be found here:

1.
one-doc,
2.
hello-goodbye, and
3.
etext91.



Footnotes

... Tests1
©2000 Jeffrey D. Oldham . All rights reserved. This document may not be redistributed in any form without the express permission of the author.



2000-02-13