I need to execute a http POST request then based on response I want to execute two different http requests. Which request to execute next, will be decided based on response objects from previous response. I need a Bean shell script which will do this job (or any alternative solution). Note: I have already extracted values from response using Regular Expression Extractor, but I am stuck how to write logic in bean shell which will decide which request to execute next.
Thanks in advance...