Forum Discussion

agonvel's avatar
agonvel
Occasional Contributor
8 years ago

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.

11 Replies

    • agonvel's avatar
      agonvel
      Occasional Contributor

      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.

      • SmartBearAmber's avatar
        SmartBearAmber
        SmartBear Alumni (Retired)

        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?