Forum Discussion

armygrad's avatar
armygrad
Contributor
10 months ago

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

2 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3

    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?

     

    • armygrad's avatar
      armygrad
      Contributor

      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