-
Notifications
You must be signed in to change notification settings - Fork 0
Reviewtestingreport
kmcd edited this page Sep 17, 2012
·
7 revisions
This page contains testing and review plan for prepare_data.py script. Starting point for this plan is Project Wiki page PrepareData.
By observing script help option, we can conclude that all required script input parameters are listed.
We will check if all parameters are actually accountable, and our plan is to put valid and invalid values for all parameters.
We want to investigate which parameters are mandatory and which are optional, and according to that we will update help file.
Also, we want to check that when we change parameter values, script output will change accordingly.