Datasource teststep not loading values in requests in Ready API 1.7.0
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Datasource teststep not loading values in requests in Ready API 1.7.0
Hello,
I have updated Ready API to the lastest version, v1.7.0. Checking my projects I have noticed that values coming from Datasoruces teststep are not being loaded in the requests; nor soap requests either others steps. Is htere any problem in the new release? Thank you.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What type of DataSource are you using?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using DataSource TestStep. When the DataSource is executed, the values are loaded. But later, the values are not being transferred to the rest of the steps. The parameters are being sent empty.
DataSource testsptep name: DRR Data
Datasource testsptep parameters: mac, pin
XML request:
<com:mac>${DRR Data#mac}</com:mac>
<com:pin>${DRR Data#pin}</com:pin>
Raw request:
<com:mac></com:mac>
<com:pin></com:pin>
I have tried with a GroovyScript teststep and the result is the same: empty. I have executed these project few time ago and I have had no problem.
Thanks in advance.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Within a DataSource Test Step, you must select the type of DataSource to use (Excel, JDBC, etc). What type of DataSource are you using for this test?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @agonvel,
@SmartBearAmber is requesting some information for you regarding the issue you reported. Can you answer please?
Regards,
Rao.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could you please provide a screenshot of your DataSource configuration?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please attach a screenshot of your DataSource, like this one:
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
