Hello,
I’m trying to test a workflow where the out_arg from the main (actual value) is an id that changes per each run. Its a post request that generates an ID after a 200 (success).
I’m having challenges on how to test because I wont know the actual value of the automation until it runs.
Why there is a need of checking ID when you will get ID after success of the POST? and ID will be always unique then you have to consider POST output status as the success.
An option is to just use Not String.IsNullOrWhitespace to check if you got a value. Or you can use Mocks, if you need the value further in the invoking sequence. Studio - Mock Testing - https://docs.uipath.com/