I need to pass two different parmeters, That is RideNumber and RideId from response of one api to other two different api's. Tried to keep two different regular expression extractors but did not work.
I tried by keeping two Regular expression extractors and one Beanshell Assertion. but output is taking only one parameter and another is empty.