How to use Test Data in automated script
Hello,
I can see how to use test data in manual scripts. I assumed I could also use it in automated scripts. Obviously I could write some code to parse over a csv file on the test machine, just seemed a bit less hidden and more public / reusable to have the test data in a central location on the QM server.
Cheers
Richard
Accepted answer
Hi. Richard
I dont think Test Data is currently working for automation scripts. There were enhancement requests in some old version but was rejected. Currently there is a plan item which you may want to join the discussions there:
https://jazz.net/jazz02/web/projects/Rational%20Quality%20Manager#action=com.ibm.team.workitem.viewWorkItem&id=78324
One other answer
We have almost similar requirement in our organization.
I have test data in manual scripts which needs to extracted and given as an input to an automation framework.
Are there any plans for supporting this in the future ?
Or still, is it possible to access the test data and execution variables using REST API.