Regression Testing

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
andru
Participant
Posts: 21
Joined: Tue Mar 02, 2004 12:25 am
Location: Chennai

Regression Testing

Post by andru »

Hi,

Is there any regression testing tool available for data stage. If not. what will be the approach for doing regression testing in data stage?

Thanks.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

None.

About the only available strategy is to record (trace) what happens with the old version of the job design, to record (trace) what happens with the new version of the job design, and to compare these.

This involves planning, and recording prior to making changes, which means that it's too difficult (!) for many DataStage Developers. :x
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

I have had great success using DataStage to generate the test data across a wide range of scenarios by letting business users or testers create test data in Excel and then use DataStage to embed it into real records such as flat files or database tables. This gives you a very efficient regression test pack.
Post Reply