>  Is there a way in step 14's regex extractor or some other means to say
(or do something so that) the value sticks around in an unchanging variable?
That is what happens , unless you yourself change the variable. is the regex
extractor a child of request 14 (if not it may be that it gets executed
again causing you to lose the value)? are you using the same variable name
anywhere else.

regards
deepak

On Wed, Feb 24, 2010 at 1:38 PM, Troy Bull <[email protected]> wrote:

> I have a test plan, about 20 steps.  It works almost.
>
> In step 14 I use a regex extractor to grab an id that is submitted in
> step 15.  So far everything is great, now comes the issue, I need that
> same id to submit step 16.  Is there a way in step 14's regex
> extractor or some other means to say (or do something so that) the
> value sticks around in an unchanging variable? What happens in reality
> is my groupid extractor returns DNF after step 15, thus submitting DNF
> to step 16 instead of the proper groupid.  I thought about re-parsing
> the value out of step 15 to send on to step 16 but it is way hard to
> get from step 15.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to