SVT Steps
SVT Steps
*****************
Will use general practice for Checkin and Checkout by developers using CVS, and
will use below Hierarchy of Folders to checkin our file
***********************************************************************************
*****************
Initially Need To Identify Areas and make folders under src/test/svt like
src/test/svt/example/
src/test/svt/api/
src/test/svt/asurion/
src/test/svt/billing/
src/test/svt/cam/
src/test/svt/clm/
src/test/svt/commeng/
src/test/svt/commeng/
src/test/svt/diamce/
src/test/svt/diameter/
src/test/svt/dp/
src/test/svt/dwp/
src/test/svt/entitlement/
src/test/svt/fwa/
src/test/svt/grr/
src/test/svt/gw_notification/
src/test/svt/hac/
src/test/svt/hardwareupgrade/
src/test/svt/hwuquery/
src/test/svt/interfaces/
src/test/svt/lnp/
src/test/svt/lpf/
src/test/svt/migration/
src/test/svt/normalisation/
src/test/svt/notification/
src/test/svt/notifications/
src/test/svt/nxt/
src/test/svt/oneoff/
src/test/svt/payment/
src/test/svt/pcrf/
src/test/svt/pe/
src/test/svt/rating/
src/test/svt/recurring/
src/test/svt/rrp/
src/test/svt/schdfn/
src/test/svt/soap-test/
src/test/svt/steprating/
Before Commiting to repo check cvs diff filename as another developer has not push
his changes on the same file
cvs diff UT_example_FunctionName_1.svt
If its a New File Do Checkout MakeFile and add your filename to Makefile
Its Also Adivsable to Rerun Tests in Local so that test area module has a clean run
***********************************************************************************
*****************
For Release Upgrade MakeFile Changes
#---------------------------------------------------------------------------
# Deliverable programs/scripts
#---------------------------------------------------------------------------
***********************************************************************************
*****************
Similary to define folder structures we can go as below
Makefile in
src/test/svt
src/test/svt/unit
src/test/svt/functional
bbhatia.svw6d.svwapn62a> (/svw/svw6d/work/bbhatia/src/test/svt)
$ make
make[1]: Entering directory `/svw/svw6d/work/bbhatia/src/test/svt/unit'
make[2]: Entering directory `/svw/svw6d/work/bbhatia/src/test/svt/unit/example'
<< Compiling SVT Test Script UT_example_example.svt >>
ERROR: <E11533> Error in file UT_example_example.svt: <E00120> Incomplete
expression specified on line 110 at position 30.
make[2]: *** [UT_example_example.svt] Error 1
make[2]: Leaving directory `/svw/svw6d/work/bbhatia/src/test/svt/unit/example'
make[1]: *** [example] Error 2
make[1]: Leaving directory `/svw/svw6d/work/bbhatia/src/test/svt/unit'
make: *** [unit] Error 2