Re: How to disable all response assertions in the same time ?

2005-11-21 Thread sebb
There's no way to do it currently in JMeter. Sounds like a job for XSLT, though it would be possible in Perl. S. On 21/11/05, Bruno Charloup [EMAIL PROTECTED] wrote: Hi all, i'm working on several JMeter test plans in order to produce non regression test plan for a web application. In order

Re: How to disable all response assertions in the same time ?

2005-11-21 Thread Richard Gaywood
On 11/21/05, Bruno Charloup [EMAIL PROTECTED] wrote: do you know is there is a methode to desactivate (and afterward re activate) all the assertions in the same time ? I have achieved something similar by using an If Logic Controller with a condition like:

RE: How to disable all response assertions in the same time ?

2005-11-21 Thread O'Leary Rosemary-rolear01
Any idea how to get off this list - I try unsubscribe but it always bounces with unrecoverable error? -Original Message- From: Richard Gaywood [mailto:[EMAIL PROTECTED] Sent: 21 November 2005 11:25 To: JMeter Users List Subject: Re: How to disable all response assertions in the same

RE: How to disable all response assertions in the same time ?

2005-11-21 Thread Bruno Charloup
to disable all response assertions in the same time ? On 11/21/05, Bruno Charloup [EMAIL PROTECTED] wrote: do you know is there is a methode to desactivate (and afterward re activate) all the assertions in the same time ? I have achieved something similar by using an If Logic Controller

Re: How to disable all response assertions in the same time ?

2005-11-21 Thread Richard Gaywood
On 11/21/05, Bruno Charloup [EMAIL PROTECTED] wrote: After : My_url |-If Logic Controller (with the expression given by Richard : ${__javaScript('${assertions.on}'=='yes')}) |- assertion response 1 |- assertion response 2 Whatever the value of the new user defined variable assertions.on