> -----Original Message----- > From: Becky Moore [mailto:[EMAIL PROTECTED] > Sent: 09 December 2003 16:35 > To: 'JMeter Users List' > Subject: testing multiple text expressions > > > I am trying to test multiple text expressions on the same page. I have > attempted to force each word to return an error but only the > first error > returns. I need all the errors to return so I can inform my > developers of > the problem without having to run any manual tests. This will > also allow me > to check against the constantly changing requirements. I have > attempted > placing the words in separate 'Assertion Result' components, > of course that > did not change anything. I have also attempted multiple > iterations and they > all show the first error never notifying me of the second. > Please let me > know if I am fighting a losing battle and should give up on > seeing if more > than one specific error at a time.
At present, as soon as an Assertion fails, all other Assertions are ignored. In fact if the sample fails (e.g. 404) Assertions won't be invoked at all. S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

