Updated regression test script with comments

This commit is contained in:
Brian Carrier 2013-06-28 13:00:24 -04:00
parent b58130e48f
commit 480f00a134
3 changed files with 428 additions and 343 deletions

5
Testing/README.txt Normal file
View File

@ -0,0 +1,5 @@
This folder contains the Test module that is used to drive Autopsy. It
relies on NetBeans libraries to drive the UI. The test folder in the
root directory contains scripts and gold standard files to compare
against. That folder is where you should run regression tests from.

7
test/README.txt Normal file
View File

@ -0,0 +1,7 @@
This folder contains the data and scripts required to run regression tests
for Autopsy. There is a 'Testing' folder in the root directory that contains
the Java code that drives Autopsy to perform the tests.
To run these tests:
- Download the input images by typing 'ant test-download-imgs' in the root Autopsy folder. This will place images in 'test/input'.
- Run 'regression.py' from inside of the 'test/scripts' folder.

File diff suppressed because it is too large Load Diff