I am using this regex
to extract data in cell and pass to subsequent request where it is needed in JMeter
.
Using Reg-ex to extract the data in cell:
"cell":\["","(.*?)","(.*?)","(.*?)","(.*?)","(.*?)","(.*?)","(.*?)","(.*?)","(.*?)","","(.*?)","(.*?)","(.*?)"]}]}
Can someone help to enhance it using beanshell
or store it in array and then pass it to subsequent request?