Extension Tool SQL Data Capturing into Datasource
Hi All
I am fetching the data from DB Sql query using Extension Tool the Data is fetching successfully & showing in Console but the issue is i am not getting how to capture those Data and store in Datasource for future usage , Can someone help me on this.
Answers
-
Consider using a Database Data Source in your test suite instead of an Extension Tool.
See https://docs.parasoft.com/display/SOA20232/Understanding+How+SOAtest+Performs+Functional+Testing+Using+Data+Sources1 -
Hi @Matt Love thankyou for the reply i tried your way but i cant find the Database Datasource , Instead what i have done is simply used the run time variable which generates in Console while executing the Query and used it API Payload thus it captured the Query Data and getting used in API payload Successfully & Stored in Datasource via Json Databank.
0