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.

Writeable Data Source & Test Failures

Gambit
Gambit Posts: 28

Good afternoon,

I've got an interesting scenario. Say I have three rows on an in table spreadsheet. Each row contains different login credentials (username/password) for Test 1. Under Test 1 I have added a JSON data bank that adds the response "SessionID" to column A of the Writeable data source.

Now lets say I run all 3 rows in the data source. Row 1 is successful and SessionID is written to the data source. Row 2 runs and fails to retrieve SessionID and nothing gets written to the writable data source. Row 3 runs and is successful and gets written to the data source.

My question is: Is there a way to make the failed row 2 test display as a blank line in the writable data source?

Comments