Top Banner

of 132

Test_Case_1.4

Apr 07, 2018

Download

Documents

Abhishek Soni
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • 8/4/2019 Test_Case_1.4

    1/132

  • 8/4/2019 Test_Case_1.4

    2/132

    9 Remove Duplicates Keys Manual testing

    10 Change Capture Keys Manual testing

    11 Testing for the Execution time

  • 8/4/2019 Test_Case_1.4

    3/132

    Condition Description

    Job will be tested on datastage 8.5

    Best practice is attached in this sheet

    Categoryname_tablename_actiontype>

    Eg. OraSorgExt,Db2Agentdetail

    Action Eg. OraSorgExtInsert, Db2AgentdetailUpdate

    \\ Eg.Oracle\SBU\Table Name

    \Hashed\ Eg.Hashed\SystemValueHash

    \Sequential\Eg. Sequential\payment

    \CFF\

  • 8/4/2019 Test_Case_1.4

    4/132

    Check the required time for each job

    In the Remove Duplicates stage the dedup keys will be all the natural keys Eg: the remove dups keysfor PHONE Table will be 1)ACCOUNT_ID 2)ACCOUNT_TYPE_ID 3)PHONE_TYPE

    In the Change Capture stage the Change keys will be all the natural keys Eg: theChange Keys for Email Table will be 1)ACCOUNT_ID 2)ACCOUNT_TYPE_ID 3)PHONE_TYPE . TheChange Columns will be 1)EMAIL_VALUE2) UNDERIVABLE3)UNDERIVABLE_SRC

  • 8/4/2019 Test_Case_1.4

    5/132

    Expected Result Status Remarks

    Datastage8.5

    ActualResult inIteration 1

    ActualResult inIteration 2

    ActualResult inIteration 3

  • 8/4/2019 Test_Case_1.4

    6/132

    Ideally it will take max 5 min

  • 8/4/2019 Test_Case_1.4

    7/132

    Project Name WU UCD

    Test case prepared by Abhishek Soni

    Code Developed By Abhishek Soni

    Input File Names NA

    Output File Names NA

    job Name WUINTL

    Scen. No. Test Goal Condition Description

    1

    2 NA NA

    3 NA NA

    4 NA NA

    5 NA NA

    6 NA NA

    7 NA NA

    ScenarioDescription

    Generalized queryif any

    Test for spacecharacter

    Spacetrimming.

    see thecommentsfor query

    Actual query areComments

    At Initial Load Thesource row count andtarget row countshould be the same

    Get the source and targetrow count and matchquery is inside thecommnets

    At Initial Load Thesource data valueand TARGET Datavalues must be thesame

    Get the source CDCcolumn MINUS targetCDC columns and itsopposite she the query incommnets

    At Incremental LoadThe source row count

    and target row countshould be the same

    column countANDSOURCE INNER joinTARGET on CDC

    column count -Query is inComments

    At Incremental LoadThe source DataMINUS Target Data

    SOURCE CDC columnMINUSSOURCE right outer jointarget

    Testing of SourceDuplicates

    Need to get any oneaccount_key and run thequery

    Testing of TARGETDuplicates

    Need to get any oneaccount_key and run thequery

  • 8/4/2019 Test_Case_1.4

    8/132

    8 NA NA

    9 NA NA Chk inside the comments

    10

    check for duplicatesin the source stagetable. Check how theduplicates are gettinginserted into target

    Chk inside the comments

    All 3 date in targetshould be proper

    Update all columnsand run the job allcolumn must beupdated

    Chk insidethecomments

    Chk insidethecomments

    Please change the queryChk inside the comments

  • 8/4/2019 Test_Case_1.4

    9/132

  • 8/4/2019 Test_Case_1.4

    10/132

  • 8/4/2019 Test_Case_1.4

    11/132

  • 8/4/2019 Test_Case_1.4

    12/132

    TEST CASE_PREFERENCES

    Expected Result Status Remarks

    SRC_CNT=TAR_CNT !=0

    Result set must be null

    Result set must be null

    This query must be fail

    This query must be fail

    ActualResult inIteration 1

    ActualResult inIteration 2

    ActualResult inIteration 3

    No leading and trailing spacesshould be present in the column value.

    SPACE_CNT =0

    RIGHT_OUTER_CNT=INNER_JOIN_CNT

  • 8/4/2019 Test_Case_1.4

    13/132

    DISTINCT_CNT=ALL_CNT

    DT_Not_NULL_CNT=0

    Check the updated in target table

  • 8/4/2019 Test_Case_1.4

    14/132

  • 8/4/2019 Test_Case_1.4

    15/132

  • 8/4/2019 Test_Case_1.4

    16/132

  • 8/4/2019 Test_Case_1.4

    17/132

  • 8/4/2019 Test_Case_1.4

    18/132

  • 8/4/2019 Test_Case_1.4

    19/132

  • 8/4/2019 Test_Case_1.4

    20/132

  • 8/4/2019 Test_Case_1.4

    21/132

  • 8/4/2019 Test_Case_1.4

    22/132

    TEST CAS

    Project Name WU UCD

    Abhishek Soni

    Code Developed By Abhishek Soni

    Input File Names NA

    Output File Names NA

    job Name WUCOM

    Scen. No. Test Goal Expected Result

    1

    2 NA NA

    3 NA NA Result set must be null

    4 NA NA

    5 NA NA Result set must be null

    Test case prepared

    ScenarioDescription

    Generalized queryif any

    ConditionDescription

    ActualResult inIteration 1

    Test forspacecharacter

    Spacetrimming.

    see thecommentsfor query

    Actual query areComments

    No leading and trailingspaces should be presentin the column value.

    SPACE_CNT =0

    row countand targetrow count

    should bethe same

    Get the source andtarget row count and

    match query is insidethe commnets SRC_CNT=TAR_CNT !=0

    At InitialLoad Thesourcedata valueandTARGETDatavaluesmust bethe same

    Get the source CDCcolumn MINUS targetCDC columns and itsopposite she thequery in commnets

    AtIncremental LoadThesourcerow countand targetrow countshould bethe same

    SOURCE right outerjoin TARGET on CDCcolumn countANDSOURCE INNER joinTARGET on CDCcolumn count -Queryis in Comments

    RIGHT_OUTER_CNT=INNER_JOIN_CNT

    AtIncremental LoadThesourceDataMINUSTargetData

    SOURCE CDCcolumnMINUSSOURCE right outer

    join target

  • 8/4/2019 Test_Case_1.4

    23/132

    6 NA NA This query must be fail

    7 NA NA This query must be fail

    8 NA NA

    9 NA NA DT_Not_NULL_CNT=0

    10

    Testing ofSourceDuplicates

    Need to get any oneaccount_key and runthe query

    Testing ofTARGET

    Duplicates

    Need to get any oneaccount_key and run

    the query

    check forduplicatesin thesourcestagetable.Checkhow theduplicates

    are gettinginsertedinto target

    Chk inside thecomments DISTINCT_CNT=ALL_C

    NT

    All 3 datein targetshould beproper

    Chk inside thecomments

    Update allcolumnsand runthe job all

    columnmust beupdated

    Chk insidethecomments

    Chk insidethecomments

    Please change thequery Chk inside thecomments

    Check the updated intarget table

  • 8/4/2019 Test_Case_1.4

    24/132

  • 8/4/2019 Test_Case_1.4

    25/132

  • 8/4/2019 Test_Case_1.4

    26/132

  • 8/4/2019 Test_Case_1.4

    27/132

    _PREFERENCES

    Status Remarks

    ActualResult inIteration 2

    ActualResult inIteration 3

  • 8/4/2019 Test_Case_1.4

    28/132

  • 8/4/2019 Test_Case_1.4

    29/132

  • 8/4/2019 Test_Case_1.4

    30/132

  • 8/4/2019 Test_Case_1.4

    31/132

  • 8/4/2019 Test_Case_1.4

    32/132

  • 8/4/2019 Test_Case_1.4

    33/132

  • 8/4/2019 Test_Case_1.4

    34/132

  • 8/4/2019 Test_Case_1.4

    35/132

  • 8/4/2019 Test_Case_1.4

    36/132

  • 8/4/2019 Test_Case_1.4

    37/132

  • 8/4/2019 Test_Case_1.4

    38/132

    5 NA NA

    6 NA NA

    7 NA NA

    8 NA NA

    9 NA NA Chk inside the comments

    10

    AtIncremental LoadThesourceDataMINUS

    TargetData

    SOURCE CDC columnMINUS

    SOURCE right outer jointarget

    Testing ofSourceDuplicates

    Need to get any oneaccount_key and run thequery

    Testing ofTARGETDuplicates

    Need to get any oneaccount_key and run thequery

    check forduplicatesin thesourcestagetable.Checkhow theduplicatesare gettinginsertedinto target

    Chk inside the comments

    All 3 datein targetshould beproper

    Update allcolumnsand runthe job allcolumnmust beupdated

    Chk insidethecomments

    Chk inside thecomments

    Please change the queryChk inside the comments

  • 8/4/2019 Test_Case_1.4

    39/132

  • 8/4/2019 Test_Case_1.4

    40/132

  • 8/4/2019 Test_Case_1.4

    41/132

  • 8/4/2019 Test_Case_1.4

    42/132

    TEST CASE_PREFERENCES

    Expected Result Status Remarks

    SRC_CNT=TAR_CNT !=0

    Result set must be null

    ActualResult inIteration 1

    ActualResult inIteration 2

    ActualResult inIteration 3

    No leading and trailing spacesshould be present in the column value.

    SPACE_CNT =0

    RIGHT_OUTER_CNT=INNER_JOIN_CNT

  • 8/4/2019 Test_Case_1.4

    43/132

    Result set must be null

    This query must be fail

    This query must be fail

    DISTINCT_CNT=ALL_CNT

    DT_Not_NULL_CNT=0

    Check the updated in targettable

  • 8/4/2019 Test_Case_1.4

    44/132

  • 8/4/2019 Test_Case_1.4

    45/132

  • 8/4/2019 Test_Case_1.4

    46/132

  • 8/4/2019 Test_Case_1.4

    47/132

  • 8/4/2019 Test_Case_1.4

    48/132

  • 8/4/2019 Test_Case_1.4

    49/132

  • 8/4/2019 Test_Case_1.4

    50/132

  • 8/4/2019 Test_Case_1.4

    51/132

  • 8/4/2019 Test_Case_1.4

    52/132

    Project Name WU UCD

    Test case prepared by Abhishek Soni

    Code Developed By Abhishek Soni

    Input File Names NA

    Output File Names NA

    job Name Receivers

    Scen. No. Test Goal Generalized query if any

    1 Test for space character see the comments for query

    2 NA NA

    3 NA NA

    4 NA NA

    5 NA NA

    6 Testing of Source Duplicates NA NA

    7 Testing of TARGET Duplicates NA NA

    8 NA NA

    9 NA NA

    10 Chk inside the comments

    ScenarioDescription

    Spacetrimming.

    At Initial Load The source rowcount and target row count shouldbe the same

    At Initial Load The source data

    value and TARGET Data valuesmust be the same

    At Incremental Load The sourcerow count and target row countshould be the same

    At Incremental Load The sourceData MINUS Target Data

    check for duplicates in the sourcestage table. Check how theduplicates are getting insertedinto target

    All 3 date in target should beproper

    Update all columns and run thejob all column must be updated

    Chk insidethecomments

  • 8/4/2019 Test_Case_1.4

    53/132

  • 8/4/2019 Test_Case_1.4

    54/132

  • 8/4/2019 Test_Case_1.4

    55/132

  • 8/4/2019 Test_Case_1.4

    56/132

  • 8/4/2019 Test_Case_1.4

    57/132

    TEST CASE_PREFERENCES

    Condition Description Expected Result

    Actual query are Comments

    SRC_CNT=TAR_CNT !=0

    Result set must be null

    Result set must be null

    This query must be fail

    This query must be fail

    DISTINCT_CNT=ALL_CNT

    Chk inside the comments DT_Not_NULL_CNT=0

    Check the updated in target table

    ActualResult inIteration 1

    ActualResult inIteration 2

    ActualResult inIteration 3No leading and trailing spaces should

    be present in the column value.

    SPACE_CNT =0

    Get the source and target rowcount and match query is insidethe commnets

    Get the source CDC columnMINUS target CDC columns and

    its opposite she the query incommnets

    SOURCE right outer join TARGETon CDC column countANDSOURCE INNER join TARGET onCDC column count -Query is inComments

    RIGHT_OUTER_CNT=INNER_JOIN_CNT

    SOURCE CDC columnMINUSSOURCE right outer join target

    Need to get any one account_key

    and run the queryNeed to get any one account_keyand run the query

    Chk inside the comments

    Please change the query Chkinside the comments

  • 8/4/2019 Test_Case_1.4

    58/132

  • 8/4/2019 Test_Case_1.4

    59/132

  • 8/4/2019 Test_Case_1.4

    60/132

  • 8/4/2019 Test_Case_1.4

    61/132

  • 8/4/2019 Test_Case_1.4

    62/132

    Status Remarks

  • 8/4/2019 Test_Case_1.4

    63/132

  • 8/4/2019 Test_Case_1.4

    64/132

  • 8/4/2019 Test_Case_1.4

    65/132

  • 8/4/2019 Test_Case_1.4

    66/132

  • 8/4/2019 Test_Case_1.4

    67/132

    Project Name WU UCD

    Test case prepared by Abhishek Soni

    Code Developed By Abhishek Soni

    Input File Names NA

    Output File Names NA

    job Name PREFERENCES

    Scen. No. Test Goal

    1

    Space trimming.

    2 NA NA

    3 NA NA

    4 NA NA

    5 NA NA

    6 NA NA

    7 NA NA

    ScenarioDescription

    Generalizedquery if any

    ConditionDescription

    Test for spacecharacter

    see thecomments forquery

    Actual query areComments

    At Initial Load Thesource row countand target rowcount should be thesame

    Get the sourceand target rowcount and matchquery is inside thecommnets

    At Initial Load Thesource data valueand TARGET Datavalues must be thesame

    Get the sourceCDC columnMINUS targetCDC columns andits opposite shethe query incommnets

    At IncrementalLoad The sourcerow count andtarget row countshould be the same

    SOURCE rightouter joinTARGET on CDCcolumn count

    ANDSOURCE INNER

    join TARGET onCDC columncount -Query is inComments

    At IncrementalLoad The sourceData MINUS TargetData

    SOURCE CDCcolumnMINUSSOURCE rightouter join target

    Testing of SourceDuplicates

    Need to get anyone account_keyand run the query

    Testing of TARGETDuplicates

    Need to get anyone account_keyand run the query

  • 8/4/2019 Test_Case_1.4

    68/132

    8 NA NA

    9 NA NA

    10

    check for duplicatesin the source stagetable. Check howthe duplicates aregetting inserted intotarget

    Chk inside thecomments

    All 3 date in targetshould be proper Chk inside thecomments

    Update all columnsand run the job allcolumn must beupdated

    Chk inside thecomments

    Chk inside thecomments

    Please changethe query Chkinside thecomments

  • 8/4/2019 Test_Case_1.4

    69/132

  • 8/4/2019 Test_Case_1.4

    70/132

  • 8/4/2019 Test_Case_1.4

    71/132

    TEST CASE_PREFERENCES

    Expected Result Status Remarks

    SRC_CNT=TAR_CNT !=0

    Result set must be null

    RIGHT_OUTER_CNT=INNER_JOIN_CNT

    Result set must be null

    This query must be fail

    This query must be fail

    Actual Resultin Iteration 1

    Actual Resultin Iteration 2

    Actual Resultin Iteration 3

    No leading and trailing spaces should bepresent in the column value.

    SPACE_CNT=0

  • 8/4/2019 Test_Case_1.4

    72/132

    DISTINCT_CNT=ALL_CNT

    DT_Not_NULL_CNT=0

    Check the updated in target table

  • 8/4/2019 Test_Case_1.4

    73/132

  • 8/4/2019 Test_Case_1.4

    74/132

  • 8/4/2019 Test_Case_1.4

    75/132

  • 8/4/2019 Test_Case_1.4

    76/132

  • 8/4/2019 Test_Case_1.4

    77/132

  • 8/4/2019 Test_Case_1.4

    78/132

  • 8/4/2019 Test_Case_1.4

    79/132

    TEST CA

    Project Name WU UCD

    Abhishek Soni 40717

    Code Developed By Abhishek Soni

    Input File Names NA 1

    Output File Names NA

    job Name SEQURITY

    Scen. No. Test Goal Condition Description Expected Result

    1

    2 NA NA

    3 NA NA Result set must be null

    4 NA NA

    5 NA NA Result set must be null

    6 NA NA This query must be fail

    7 NA NA This query must be fail

    8 NA NA

    by

    ScenarioDescription

    Generalizedquery if any

    Test forspacecharacter

    Spacetrimming.

    see thecomments forquery

    Actual query areComments

    No leading and trailingspaces should bepresent in the columnvalue.

    SPACE_CNT =0

    sourcerow countand target

    row countshould bethe same

    Get the source and

    target row count andmatch query is insidethe commnets

    SRC_CNT=TAR_CNT !=0

    andTARGETDatavaluesmust bethe same

    Get the source CDCcolumn MINUS targetCDC columns and itsopposite she the queryin commnets

    Incremental LoadThesource

    row countand targetrow countshould bethe same

    SOURCE right outer joinTARGET on CDCcolumn count

    ANDSOURCE INNER joinTARGET on CDCcolumn count -Query isin Comments

    RIGHT_OUTER_CNT=INNER_JOIN_CNT

    sourceDataMINUSTargetData

    SOURCE CDC columnMINUSSOURCE right outer jointarget

    Testing ofSourceDuplicates

    Need to get any oneaccount_key and run thequery

    Testing ofTARGETDuplicates

    Need to get any oneaccount_key and run thequery

    duplicatesare gettinginsertedinto target

    Chk inside thecomments DISTINCT_CNT=ALL_C

    NT

  • 8/4/2019 Test_Case_1.4

    80/132

    9 NA NA DT_Not_NULL_CNT=0

    10

    in targetshould beproper

    Chk inside thecomments

    the job allcolumnmust beupdated

    Chk insidethecomments

    Chk inside thecomments

    Please change thequery Chk inside thecomments

    Check the updated intarget table

  • 8/4/2019 Test_Case_1.4

    81/132

  • 8/4/2019 Test_Case_1.4

    82/132

  • 8/4/2019 Test_Case_1.4

    83/132

  • 8/4/2019 Test_Case_1.4

    84/132

    SE_PHONE

    Status Remarks

    ActualResult inIteration 1

    ActualResult inIteration 2

    ActualResult inIteration 3

  • 8/4/2019 Test_Case_1.4

    85/132

  • 8/4/2019 Test_Case_1.4

    86/132

  • 8/4/2019 Test_Case_1.4

    87/132

  • 8/4/2019 Test_Case_1.4

    88/132

  • 8/4/2019 Test_Case_1.4

    89/132

  • 8/4/2019 Test_Case_1.4

    90/132

  • 8/4/2019 Test_Case_1.4

    91/132

  • 8/4/2019 Test_Case_1.4

    92/132

  • 8/4/2019 Test_Case_1.4

    93/132

  • 8/4/2019 Test_Case_1.4

    94/132

    Project Name WU UCD

    Test case prepared by Abhishek Soni 40717

    Code Developed By Abhishek Soni

    Input File Names NA 1

    Output File Names NA

    job Name LYT_PHONE_COMMOM

    Scen. No. Test Goal

    1

    Space trimming.

    2 NA NA

    3 NA NA

    4 NA NA

    5 NA NA

    6 NA NA

    7 NA NA

    ScenarioDescription

    Generalizedquery if any

    ConditionDescription

    Test for spacecharacter

    see thecomments forquery

    Actual query areComments

    At Initial Load Thesource row countand target rowcount should be thesame

    Get the sourceand target rowcount and matchquery is inside thecommnets

    At Initial Load Thesource data valueand TARGET Datavalues must be thesame

    Get the sourceCDC columnMINUS targetCDC columns andits opposite shethe query incommnets

    At IncrementalLoad The sourcerow count andtarget row countshould be the same

    SOURCE rightouter joinTARGET on CDCcolumn count

    ANDSOURCE INNER

    join TARGET onCDC columncount -Query is inComments

    At IncrementalLoad The sourceData MINUS TargetData

    SOURCE CDCcolumnMINUSSOURCE rightouter join target

    Testing of SourceDuplicates

    Need to get anyone account_keyand run the query

    Testing of TARGETDuplicates

    Need to get anyone account_keyand run the query

  • 8/4/2019 Test_Case_1.4

    95/132

    8 NA NA

    9 NA NA

    10

    check for duplicatesin the source stagetable. Check howthe duplicates aregetting inserted intotarget

    Chk inside thecomments

    All 3 date in targetshould be proper Chk inside thecomments

    Update all columnsand run the job allcolumn must beupdated

    Chk inside thecomments

    Chk inside thecomments

    Please changethe query Chkinside thecomments

  • 8/4/2019 Test_Case_1.4

    96/132

  • 8/4/2019 Test_Case_1.4

    97/132

  • 8/4/2019 Test_Case_1.4

    98/132

    TEST CASE_PHONE

    Expected Result Status Remarks

    SRC_CNT=TAR_CNT !=0

    Result set must be null

    RIGHT_OUTER_CNT=INNER_JOIN_CNT

    Result set must be null

    This query must be fail

    This query must be fail

    Actual Resultin Iteration 1

    Actual Resultin Iteration 2

    Actual Resultin Iteration 3

    No leading and trailing spaces should bepresent in the column value.

    SPACE_CNT=0

  • 8/4/2019 Test_Case_1.4

    99/132

    DISTINCT_CNT=ALL_CNT

    DT_Not_NULL_CNT=0

    Check the updated in target table

  • 8/4/2019 Test_Case_1.4

    100/132

  • 8/4/2019 Test_Case_1.4

    101/132

  • 8/4/2019 Test_Case_1.4

    102/132

  • 8/4/2019 Test_Case_1.4

    103/132

  • 8/4/2019 Test_Case_1.4

    104/132

  • 8/4/2019 Test_Case_1.4

    105/132

  • 8/4/2019 Test_Case_1.4

    106/132

    PH_NO1 PH_NO2 PH_NO3

    101 C 9312975643 111 RIM L 9826708418 102 TATA O 1111111111 345 IDAI

    102 C 9312975643 111 RIM C 9826708418 102 TATA C 1111111111 345 IDAI

    103 C 9312975643 111 RIM C C 1111111111 345 IDAI

    104 C 9312975643 111 RIM C 9826708418 102 TATA C 1111111111 345 IDAI

    PH_TY PH_NO PH_EX PH_PR

    101 C 9312975643 111 RIM

    101 L 9826708418 102 TATA

    101 O 1111111111 345 IDAI

    102 C 9312975643 111 RIM

    102 C 9826708418 102 TATA

    102 C 1111111111 345 IDAI

    103 C 9312975643 111 RIM

    103 C

    103 C 1111111111 345 IDAI104 C 9312975643 111 RIM

    104 C 9826708418 102 TATA

    104 C 1111111111 345 IDAI

    PH_TY PH_NO PH_EX PH_PR

    1 L 9 1 T

    1 C 1 3 I

    1 C 9 1 R

    1 O 1 3 I

    1 C 9 1 R

    1 C 9 1 T

    1 C 9 1 R

    1 C

    1 C 1 3 I

    1 C 9 1 R

    1 C 9 1 T

    1 C 1 3 I

    ACCOUNT_ID

    PH_TY1

    PH_EX1

    PH_PR1

    PH_TY2

    PH_EX2

    PH_PR2

    PH_TY3

    PH_EX3

    PH_PR3

    ACCOUNT_ID

    ACCOUNT_ID

  • 8/4/2019 Test_Case_1.4

    107/132

    Name *

    ACCOUNT_ID

    RECEIVER_NO

    ACCOUNT_TYPE_ID

    RECEIVER_TYPE_ID

    NAME_PREFIX

    NAME_SUFFIX

    FIRST_NAMEMIDDLE_NAME

    LAST_NAME

    LAST_NAME_MATERNAL

    STREET_ADDRESS1

    STREET_ADDRESS2

    STREET_ADDRESS3

    CITY

    STATE_PROVINCE

    COUNTRY_CODE

    COUNTRY

    ZIP_POSTAL_CODE

    ADDRESS_TYPEEMAIL

    PHONE

    MOBILE_PHONE

    DOB

    GENDER

    UAB

    UAB_ENC_VERSION

    UAB_IN

    UAB_IN_ENC_VERSION

    ATTRIBUTE

    RATE_MOD_ID

    DELETED_CDPAY_TXN_CNT

    OPT_SHARE

    OPT_DMAIL

    PRIVACY_REQUESTED

    PREF_MTHD_OF_CNTC_CODE

    ID_PROVIDED

    PREF_LANGUAGE_CODE

    PRIVACY_REQUESTED_DATE

    NO_CHANGES

    COMMERCIAL_PAYEE_ID

    DEBIT_ACCT_NO

    DEBIT_ENC_VERSION

    RECEIVER_PIN

    REF_NUM

    ENROLLING_AGENT_ID_C

    LOCKED

    EXPIRY_DATE

    ALT_CURRENCY_CD

    ENROLL_FEE_AMT

    FIRST_SEND_DT

    LAST_SEND_DT

  • 8/4/2019 Test_Case_1.4

    108/132

    CREATED_DATE

    UPDATED_DATE

    DELETED_DATE

    CREATED_BY

    UPDATED_BY

    DELETED_BY

  • 8/4/2019 Test_Case_1.4

    109/132

    Position *

    0

    1

    2

    3

    4

    5

    67

    8

    9

    10

    11

    12

    13

    14

    15

    16

    17

    1819

    20

    21

    22

    23

    24

    25

    26

    27

    28

    29

    3031

    32

    33

    34

    35

    36

    37

    38

    39

    40

    41

    42

    43

    44

    45

    46

    47

    48

    49

    50

    51

  • 8/4/2019 Test_Case_1.4

    110/132

    52

    53

    54

    55

    56

    57

  • 8/4/2019 Test_Case_1.4

    111/132

    Data Type

    BIGINT

    SMALLINT

    VARCHAR(2)

    SMALLINT

    VARCHAR(50)

    VARCHAR(50)

    VARCHAR(50)VARCHAR(50)

    VARCHAR(50)

    VARCHAR(50)

    VARCHAR(50)

    VARCHAR(50)

    VARCHAR(50)

    VARCHAR(60)

    VARCHAR(50)

    VARCHAR(2)

    VARCHAR(100)

    VARCHAR(10)

    VARCHAR(5)VARCHAR(150)

    VARCHAR(20)

    VARCHAR(20)

    DATE

    VARCHAR(1)

    VARCHAR(3500)

    VARCHAR(10)

    VARCHAR(3500)

    VARCHAR(10)

    VARCHAR(10)

    VARCHAR(10)

    VARCHAR(10)SMALLINT

    VARCHAR(5)

    VARCHAR(5)

    VARCHAR(5)

    VARCHAR(10)

    VARCHAR(10)

    VARCHAR(2)

    TIMESTAMP

    SMALLINT

    VARCHAR(25)

    VARCHAR(100)

    VARCHAR(10)

    VARCHAR(25)

    VARCHAR(25)

    VARCHAR(15)

    VARCHAR(10)

    TIMESTAMP

    VARCHAR(10)

    VARCHAR(10)

    TIMESTAMP

    TIMESTAMP

  • 8/4/2019 Test_Case_1.4

    112/132

    TIMESTAMP

    TIMESTAMP

    TIMESTAMP

    VARCHAR(20)

    VARCHAR(20)

    VARCHAR(20)

  • 8/4/2019 Test_Case_1.4

    113/132

    Nulls *

    NOT NULL

    NOT NULL

  • 8/4/2019 Test_Case_1.4

    114/132

  • 8/4/2019 Test_Case_1.4

    115/132

    Default

  • 8/4/2019 Test_Case_1.4

    116/132

  • 8/4/2019 Test_Case_1.4

    117/132

    Identity *

    No

    No

    No

    No

    No

    No

    NoNo

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    NoNo

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    NoNo

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

  • 8/4/2019 Test_Case_1.4

    118/132

    No

    No

    No

    No

    No

    No

  • 8/4/2019 Test_Case_1.4

    119/132

    Generated *

  • 8/4/2019 Test_Case_1.4

    120/132

  • 8/4/2019 Test_Case_1.4

    121/132

    Bit Data *

    No

    No

    No

    No

    No

    No

    NoNo

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    NoNo

    No

    No

    No

    No

    Yes

    No

    Yes

    No

    No

    No

    NoNo

    No

    No

    No

    No

    No

    No

    No

    No

    No

    Yes

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

  • 8/4/2019 Test_Case_1.4

    122/132

    No

    No

    No

    No

    No

    No

  • 8/4/2019 Test_Case_1.4

    123/132

  • 8/4/2019 Test_Case_1.4

    124/132

  • 8/4/2019 Test_Case_1.4

    125/132

    KEYSEQ

    1

    2

  • 8/4/2019 Test_Case_1.4

    126/132

  • 8/4/2019 Test_Case_1.4

    127/132

    Remarks

  • 8/4/2019 Test_Case_1.4

    128/132

  • 8/4/2019 Test_Case_1.4

    129/132

    Name * Position * Data Type Nulls * Default Identity *

    ADDED_DT 17 TIMESTAMP No

    ADDR_1_C 57 VARCHAR(50) No

    ADDR_2_C 58 VARCHAR(40) No

    ADDR_3_C 59 VARCHAR(40) No

    ADDR_4_C 60 VARCHAR(40) No

    ADDR_5_C 61 VARCHAR(40) No

    ADDR_LOCATION_C 54 VARCHAR(2) NoADDR_PURPOSE_C 49 VARCHAR(20) NOT NULL No

    ADDR_TY_C 53 VARCHAR(3) No

    ALT_CURRENCY_CD_C 5 VARCHAR(3) No

    ATTRIBUTE_C 14 VARCHAR(10) No

    BIRTH_DT 35 TIMESTAMP No

    CODE_CITY_C 44 VARCHAR(34) No

    CONT_PT_OF_LAST_CHANGE_C 4 VARCHAR(10) NOT NULL No

    COUNTRY_ID_C 52 VARCHAR(3) NOT NULL No

    CREATED_DT 56 TIMESTAMP No

    CUST_ACCT_NO_C 0 VARCHAR(25) NOT NULL No

    CUST_STAT_ID_C 50 VARCHAR(2) NOT NULL No

    CUST_TY_ID_C 51 VARCHAR(2) NOT NULL NoDEBT_ACCT_NUM_C 46 VARCHAR(25) No

    DELETED_CD_C 20 VARCHAR(2) No

    ENROLL_FEE_AMT_N 8 DECIMAL(5) No

    ENROLLING_AGENT_ID_C 18 VARCHAR(10) No

    EXPIRY_DT 9 TIMESTAMP No

    EXPORT_DT 19 TIMESTAMP No

    FIRST_SEND_DT 10 TIMESTAMP No

    FIRST_USE_FLAG_C 6 VARCHAR(1) No

    GENDER_C 41 VARCHAR(2) No

    HHOLD_ID_C 24 VARCHAR(16) No

    ID_PROVIDED_C 30 VARCHAR(2) No

    LAST_CHANGED_DT 12 TIMESTAMP NoLAST_MOD_DT 23 TIMESTAMP No

    LAST_SEND_DT 11 TIMESTAMP No

    MAIL_FLAG_C 26 VARCHAR(1) No

    MOBILE_PHONE_C 31 VARCHAR(16) No

    NAME_1_C 36 VARCHAR(35) No

    NAME_2_C 37 VARCHAR(35) No

    NAME_3_C 38 VARCHAR(35) No

    NAME_TY_C 29 VARCHAR(10) No

    NO_CHANGES_N 21 INTEGER No

    PAY_TX_CNT_N 22 INTEGER No

    PHONE_C 43 VARCHAR(17) No

    POS_MODS_ALLOWED_FLAG_C 7 VARCHAR(1) No

    POSTAL_CD_C 62 VARCHAR(40) No

    PREFER_LANG_ID_C 42 VARCHAR(3) No

    PREFER_LANG_ID_N 32 INTEGER No

    PREFER_MODE_C 28 VARCHAR(1) No

    PREFIX_C 39 VARCHAR(11) No

    PRIV_MAIL_FLAG_C 27 VARCHAR(1) No

    PRIVACY_SEL_DT 33 TIMESTAMP No

    PRIVACY_UPDATED_DT 34 TIMESTAMP No

    RATE_MOD_ID_C 16 VARCHAR(3) No

  • 8/4/2019 Test_Case_1.4

    130/132

    RCVR_PIN_C 47 VARCHAR(24) No

    REC_COOKIE_C 13 VARCHAR(80) No

    REC_NO_N 1 INTEGER NOT NULL No

    REC_TY_ID_C 2 VARCHAR(2) NOT NULL No

    REF_NO_C 15 VARCHAR(16) No

    REF_NUM_C 48 VARCHAR(16) No

    SHARE_FLAG_C 25 VARCHAR(1) No

    SNDR_ACCT_NUM_C 45 VARCHAR(25) NoSOURCE_CONT_PT_C 3 VARCHAR(10) NOT NULL No

    SUFFIX_C 40 VARCHAR(11) No

    UNIV_ADDR_C 63 VARCHAR(400) No

    UPDATED_DT 55 TIMESTAMP No

  • 8/4/2019 Test_Case_1.4

    131/132

    Generated * Bit Data * Scope KEYSEQ Remarks

    No

    No

    No

    No

    No

    No

    NoNo

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    NoNo

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    NoNo

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

    No

  • 8/4/2019 Test_Case_1.4

    132/132

    No

    No

    No

    No

    No

    No

    No

    NoNo

    No

    No

    No