Home Page
Login (assuming the response to this page can be 1 of 3)
+Post Processor Regular Expression extractor
If(some condition)
+do something like update email
If(some other condition)
+do something else like update address
....
Main Page

regards
deepak

On Mon, Oct 24, 2011 at 7:20 AM, brock <brockmo...@gmail.com> wrote:

> I'm still not understanding how this would work, example test plan:
>
> Home Page
> Login
>  Update Email
>  Update Address
>  Update Phone
> Main Page
>
> I do not know which or if any of the Update pages will get returned instead
> of the Main Page.  Its all determined by flags in Oracle.
>
> So your suggesting it would look like:
>
> Home Page
> Login
>  Update Email
>   Regular Expression Extractor
>  Update Address
>   Regular Expression Extractor
>  Update Phone
>   Regular Expression Extractor
> Main Page
>
> Its just not clicking for me, lol.  It seems like I need to view the
> response first then branch into a tree:
>
> Home Page
> Login
>  Pre Process Response, based on <TITLE>
>  If title=
>   Update Email
>  If title=
>   Update Address
>  If title=
>   Update Phone
> Main Page
>
> I'm no JMeter expert if you cant tell...
>
>
>
>
> --
> View this message in context:
> http://jmeter.512774.n5.nabble.com/Unexpected-Page-returned-tp4873275p4932752.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>
>

Reply via email to