ContributionsMost RecentMost LikesSolutionsRe: Datasource teststep not loading values in requests in Ready API 1.7.0 Hello, In both cases, namely, not only the value transferred is empty when it is executed step by step but also when it is executed the whole Test Case. Regards. Re: Datasource teststep not loading values in requests in Ready API 1.7.0 Hello, Attached the SS required. Regards Re: Datasource teststep not loading values in requests in Ready API 1.7.0 Three SSs attached. Re: Datasource teststep not loading values in requests in Ready API 1.7.0 Hello, The file that I'm using is a Excel file (xls extension). I have tried to fix it using a Property Transfer teststep, but the transfer is empty. I cannot see any log or error log. Thanks in advence. Re: Datasource teststep not loading values in requests in Ready API 1.7.0 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. 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.