Test Case for ODBC table update : Scenarion

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
smrutiranjannayak
Participant
Posts: 22
Joined: Mon Apr 02, 2007 4:02 am
Location: MUMBAI
Contact:

Test Case for ODBC table update : Scenarion

Post by smrutiranjannayak »

I have the following scenario :

Sequential file 1.....> .................> ODBC (update table)
Transformer
ODBC stage....> .................> ODBC (update table)

I need to use a file and database(reference) as input and i need to update( or create two tables ) .

Please suggest me what are the possible test cases ?

Means what can be the possible check points for error handling ?
What a developer and tester should look for such a scenario .
Smrutiranjan Nayak
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Values that should be looked up successfully.

Values that should fail to be looked up successfully (your job design appears simply to drop these - how will you reconcile row counts?).

Null values in column(s) in the stream input used in the reference key expression.

Rows that violate constraints in the target table.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply