MSP CCS Spreadsheet
Tester
Java GUI
1. Run
RUN
To
start the MSP CCS Spreadsheet Tester Java GUI, double click on the file
MSPCCS_SpreadsheetTester.jar or from the command line type:
java –jar MSPCCS_SpreadsheetTester.jar
Note
that this assumes that a Java 1.3 or later Run Time Environment is installed
and accessible.
To
execute a collection of test cases using the MSP CCS Spreadsheet Tester.
1. Find and open the input
text file. Use the browse (...) button
to find the file in the Open dialog box, then use the Open button to select it.
2. Specify the name of the
output text file. Use the browse (...) button to select the directory where the
output file should be saved, then enter the desired name for the output file.
3. Click on the Run button.
Progress output will be displayed in a text window. Information identifying those test cases where the actual output coordinates
do not match the expected coordinates, and/or where a warning or error status
was returned will be displayed. When all of the test
cases have been executed, a summary of the results will be
displayed. The summary will include the number of test cases that returned a
successful status and produced the expected results , the number of test cases
that returned a successful status and produced other than the expected results,
the number of test cases that returned a warning status and produced the
expected results, the number of test cases that returned a warning status and
produced unexpected results, the number of test cases that returned an error
status (and therefore no results), and the total number of test cases executed.
For
more details, see the MSP CCS Spreadsheet Tester man page.