Hello,
im trying readyapi 2.6.0 using free trial,
i was able to read data (exel) from DataSource which countains the mandatory values to make a json object for my post request,
now i need to use these values in the json body of the request,
any help would be really apperciated.
Solved! Go to Solution.
If you right click on the paramater you want to work you and select Get Data, you can select the properties from the excel file. Or you can do it manually with ${dataSourceName#dataSourceProperty}.
For more details on how property expansion works you can check out this document:
https://support.smartbear.com/readyapi/docs/testing/properties/expansion.html
If you right click on the paramater you want to work you and select Get Data, you can select the properties from the excel file. Or you can do it manually with ${dataSourceName#dataSourceProperty}.
For more details on how property expansion works you can check out this document:
https://support.smartbear.com/readyapi/docs/testing/properties/expansion.html
So it's possible to write a body for a request like this ??
{
"name" : ${DataSource#Name}
}
because im getting an error while trying it like this
Some strings will require quotes around the property, have you tried putting quotes around the property?
"${DataSource#Name}"
it works thank you so much !
User | Count |
---|---|
6 | |
5 | |
4 | |
2 | |
1 |
Subject | Author | Latest Post |
---|---|---|