Use regex alternation, e.g. P1=100|P5=200
On 04/11/2007, Ori Marco <[EMAIL PROTECTED]> wrote: > Hi > > > > How can you test if one of X texts is found in response? > > Currently I can use response assertion for X texts to be found in > response but not if only one of them appears. > > Example : > > Send request and expect P1=100 or P5=200 > > > > Thanks > > > > Ori Marko > Quality Assurance Engineer > Praxell Inc. > http://www.praxell.com <http://www.praxell.com> > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

