You are saying this as a vivid BeanShell lover :) or you are 100% sure that
there is no other way?
I've been thinking about BeanShell, but so far it looks like studying
another programing language. Might as well learn Java and write the whole
test on Java )

On Tue, May 31, 2011 at 6:27 PM, Deepak Shetty <shet...@gmail.com> wrote:

> Beanshell assertion should work. You have to code it!
>  On May 31, 2011 8:20 AM, "Konstantin S." <mko...@gmail.com> wrote:
> >> Add another response assertion?
> >>
> >> That will fail other assertions and i dont' want that
> >
> > you see I have a variable
> >
> > tag1 = 89
> >
> > and 5 variables with parsed tags, for example
> > ${aaa_g1} = 89
> > ${bbb_g1} = 90
> > ${ccc_g1} = 91
> > ${ddd_g1} = 92
> > ${eee_g1} = 93
> >
> > what i need is a equivalent of SQL... where tag1 in ('89', '90',
> > '91','92','93')
> >
> > this will give me straight forward result. if tag1 is not found in this
> > collection,array or wahtever you will call it then test failes. if it is
> > found in any of his then success.
> > adding 5 assertions gives me 4 fails and 1 success or 1 fail 4 sucess if
> i
> > invert the rules with "Not"
>

Reply via email to