After the recording, a User Path using AMF polling is displayed as follows.

POLL_XXX format.Once processed by the Neotys Design Studio Post-recording wizard, the User Path is modified as follows.

Neotys Design Studio has made the following noticeable changes:
POLL for example). This request has been placed in a loop (polling_while for example), which continues to loop until the NL-stopPolling variable generated by Neotys Design Studio becomes true. Lastly, the loop itself has been placed in a secondary execution thread using a fork action (push_fork for example). For more information, see Polling requests.(flex.samples.marketdata.Stock or flex.messaging.messages.AcknowledgeMessageExt for example).init_polling initializes the NL-stopPolling variable, with the false value, to have the polling function work on every Virtual User iteration.polling_delay is the average of the time intervals between two polling requests in the original User Path.stop_polling variable modifier triggers the exit from the polling loop by modifying the value of the NL-stopPolling variable.