UAT-002 - Generate word list

Test Code ID or Name UAT-002 - Generate word list

Test steps

  1. Run the program with a valid PDF input file.
  2. Run the program with -m words and a valid PDF input file.
  3. Run the program with -m words -o works.txt and a valid PDF input file.

Expected result Each of the three steps should create a words.txt file in the present working directory. This file should contain a list of words that do not appear on all of pages of the input PDF document. The word list should not include stop words.

Actual result Completed by tester...

Status

  • Pass
  • Fail