...
- Go to the 'Quality Assurance' -> 'Batchjob Overview' page.
- Run the FilelistJob for 'JobID = 1' and 'filetype = Both'. Verify that only filenames starting with 1- are included.
- Run the ChecksumJob for 'JobID = .*' and 'filetype = Both'. Verify that only filenames starting with 1- are included.
...
Run all the BatchJobs on a snapshot harvest (settings the Job ID).
- Run the MimeSearch BatchJob with argument
text/html
and verify that the result is a list of html pages. - Run URLsearch BatchJob with arguments
.kn\.dk/.*
. This should geberate a list of the kb harvested domains. - Run UrlAndMimeSearch with argument 'image/.*' for mimetype and '.*kb\.dk/.*' for url. Verify that only images from the kb domain is listed.
...