armygrad
2 years agoContributor
Assertions
Hi
I have a data source loop of 1000, but i want to add a dynamic assertion for
{
"XConstruction": {
"A": "123456",
"B": "123456"
},
But iterate it over a 1000 times
Thanks
Hi
I have a data source loop of 1000, but i want to add a dynamic assertion for
{
"XConstruction": {
"A": "123456",
"B": "123456"
},
But iterate it over a 1000 times
Thanks
Can you please more details as it is unclear?
What is the sample (need not be exact, but similar structure, so that you can apply later) input, output and expected data?
Apologies
I want to assert that 123456 is returned however this value will change depending on the input
from the data source for example the second record might return 147856 for example.
thanks