Forum Discussion

mgroen2's avatar
mgroen2
Super Contributor
6 years ago

keep processing Get request untill condition is met

Hi,

I have following question;

I need to send a Get request untill the response has value "status = concept".

 

How can I achieve this? Is property wait usefull function for this?

 

Thanks,
Mathijs

 

 

8 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Check if you can use "Conditional Goto" test step.

    Target step should be your GET request step until status is not concept.
    • mgroen2's avatar
      mgroen2
      Super Contributor

      OK, I'll check and let you know the result!

      • nmrao's avatar
        nmrao
        Champion Level 3
        mgroen2,

        Step sequence:

        1. GET REST request step
        2. Conditional Goto