Hi everybody!

I'm creating something like a digital book. All themes are stored as a list.

To create the theme I need to fill in these fields of a form: name, author,
content
and submit them to the server.

To check the uniqueness of the name of the theme I've added a response
assertion to the http request, which posts the data. If there is a string
"this name alredy exists" in the response text I need to go back to the form
to change the name.

The problem is: 
how to pass the assertion result to the If controller?
In general, what result does the assertion returns? Is it 'OK' or 'True' or
what?

Thanks for help
-- 
View this message in context: 
http://www.nabble.com/how-to-transmit-assertion-result-to-if-controller--tp20243524p20243524.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to