Hi Im not sure how to interpret your response however it looks like you might need an Post processor (XPath or regex extarctor) -- you can read the values they extract into a variable and then decide what to do based on the variable.
regards deepak On Wed, Aug 8, 2012 at 10:01 AM, Rodrigo Ramos <[email protected]> wrote: > Hi, > > I'm testing a web service. I need send to a file only specific values that > I was decided like correct, for example: > > <IDactivacion>534933</IDactivacion> > > > Into a the file, the values should be written: > > 534933 > 534934 > 534935 > 534933 > ... > > > Greetings. > > 2012/8/8 Deepak Shetty <[email protected]> > > > what are you looking to do? usually you are only interested in whether > the > > sample is success/failed - do you need something more than that? > > > > regards > > deepak > > > > On Wed, Aug 8, 2012 at 9:47 AM, Rodrigo Ramos <[email protected]> > > wrote: > > > > > Hi, > > > > > > Somebody know how to get value from Xpath Assertion element and pass to > > > BeanShell? > > > > > > > > > > > > Greetings. > > > > > >
