Following are the steps that I need to peform
- Make http request call to a sevice which returns a json that has many urls.
- Extract all the urls using regular expression extractor
- Make http request call to all the exctracted urls asynchronously.
Is there a way we can achieve this? I tried parallel controller but, if I am not wrong, it requires all the request to be mentioned as its child sampler. I don't want to write each and every request manually. Is there a way we can change urls dynamically after running the test plan?