******************************************************************************* README.txt FOR Integration Testing NSP programs count.pl and statistic.pl with socs.pl Version 0.01 Copyright (C) 2000-2002 Ted Pedersen, tpederse@umn.edu Amruta Purandare pura0010@d.umn.edu University of Minnesota, Duluth http://www.d.umn.edu/~tpederse/code.html ******************************************************************************* Integration Testing for count.pl,statistic.pl with socs.pl -------------------- AMRUTA PURANDARE pura0010@d.umn.edu 01/13/2003 1. Introduction: ---------------- The scripts provided here test the i/o compatibility between NSP programs (count,statistic) and socs program. Tests: ======== These test scripts are written in the files testA*.sh 2.1 Tests A1: ----------------- Tests the compatibility when count output is normal. ------ INPUT => test-A1.in ------ ---------------- INTERMEDIATE o/p => test-A1.count ---------------- --------------- EXPECTED OUTPUT => test-A1.reqd --------------- 2.2. Test A2: ----------------- Tests the compatibility when count output is extended. ------ INPUT => test-A2.in ------ ---------------- INTERMEDIATE o/p => test-A2.count ---------------- -------------- EXPECTED OUTPUT => test-A2.reqd -------------- 2.3. Test A3: ----------------- Tests the compatibility when statistic output is used for socs. ------ INPUT => test-A3.in ------ ---------------- INTERMEDIATE o/p => test-A3.count test-A3.stat ---------------- -------------- EXPECTED OUTPUT => test-A3.reqd -------------- 3. Conclusions: --------------- We have tested programs count.pl and statistic.pl with socs.pl for their i/o compatibilities and conclude that they run correctly.