Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Using Multiple Data Sources

bharatbarz
bharatbarz Posts: 44

I have a requirement wherein I have 2 data sources (D1 and D2). D1 has 10 rows which will be used to create 10 rows in DB. D2 has 10 rows which will be used to update 10 rows that are created by D1. Flow has to go like this:
a) Read first row of D1
b) Process it and Create a DB record.
c) Read the record created from DB and Read first row of D2
d) Now update the DB based on D2 details.
e) Repeat the process a) to d) till all records are processed.

Whenever I am trying to do this, records are being created as Cross Product of D1 and D2. Please give me a guidance of how to achieve this.

Tagged:

Best Answer

Answers

Tagged