DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32686>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32686

           Summary: If Controller can't work
           Product: JMeter
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Apache Jmeter 2.0.2
The scenario:
I make a testplan for Order process system.

1.http://new_order. (the System return a number I call it "ordernum".)
2.I add a Regular Expression Extractor as a child of new_order. The reference 
name is ordernum.
3.http://order_list.
4.I add another Regular Expression Extractor as a child of order_list. 
The reference name is orderfound , 
and the Regular Expression is  '(\w{32})','(${ordernum})' ,
and the template $1$$2$
5.http://order_process ,the url is ${orderfound},I check the request, It works.
6.Before run the http://order_process,I want to check the orderfound , then
7.I add a If controller ,the condition is "${orderfound}".length > 0
8.But , Now , the http://order_process never be executed.
9.A friend print the context , I found that the condition 
remain "${orderfound}".length > 0 ,${orderfound} have not be replaced.

Sorry for my bad english

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to