ContributionsMost RecentMost LikesSolutionsRe: include assertion values in Assertion window AAB thanks for the tip, but I do personally think assertion (including its values) is basic-test tool functionality and thus should be supported by the tool itself. Re: Implement a way of storing/exporting compact log file, as alternative to .mht file storage Hi all, I am glad to see there is still discussion going on about this feature request I entered 3 years ago ;) Still waiting for a final solution. I agree with ESG_QM , that is also the reason why I created this feature request in the first place. Re: Copy´n´paste in Worspace(s) ml I understand... Conditional Goto with dynamic value in the expression - is ReadyAPI able to handle this? I use a Conditional Goto test step to evaluate an xpath expression. Tested it, and it works. However the xpath contains dynamic generated value (red squared) - this value (GUID) changes on every test run. Is Conditional Goto able to work with changing values? loop a http request, check response code and break the loop if response code <> 404 In ReadyAPI/SOAPUI, I need to go through some sort of "While loop" for a request. here is the loop: 1. send the http request; 2. evaluate response code; 3. re-execute step 1 if response code = 404 stop executing if response code <> 404 I have already tried Conditional Go To and Property Wait but both fail (don't work with response code) Anyone can help me?? Thanks, Mathijs Re: keep processing Get request untill condition is met Hi, I gave it some re-thoughts... All I need is a "while do construction"; re-execute the REST call as long as response code = 404 (or after a specific time). Do you have any idea on how to implement this? Thanks, Mathijs Re: keep processing Get request untill condition is met Well.. I have been working on it this morning. Got it working but come into another thing: The target in the Conditional is a delay, and this works, but how do I prevent that the delay test step is not executed ? On what place in the "test tree" does it need to be placed? Hope it's clear what I mean.. I can't think of a situation where the "vertraging" is not executed when not necessary... Re: get current date and time and put it in the body of a request (json) nmrao yes it can be closed Re: keep processing Get request untill condition is met Hinmrao, I am struggling with the Conditional Goto... I have 1 question: Is this useable to repeat (with a delay) if the response code = 404? (can I use xpath evaluation for that?) Re: get current date and time and put it in the body of a request (json) Hinmrao, thanks a lot for your reaction. It worked! Strange thing is, I don't have any Java installed on the machine (Windows-> Control Panel-> Programs and Features doesnt display any Java client installed). You have an explanation?