I have an issue while doing REST API performance testing. My response contains few links, I want to click on one link that related to redirecting in browser based on the status selection from the dropdown. So how to perform both non web based (API) and web based (browser) operations in simultaneously in neo load.
You can use a variable extractor to extract your link then use in a subsequent request the result of that extraction. Would it suit your need?