Dear Amarnath and JMeter Users: On your second question:
The function name of __intSum must start with two underlines. If it does not, JMeter will not execute the function. All JMeter function names start with two underlines, except for _StringFromFile, which starts with one underline. Also, note that "i" in __intSum is in lowercase and that "S" in __intSum is in uppercase. JMeter is case-sensitive. If you do not spell the name of a function exactly, JMeter will not execute the function. Sincerely yours, Kyle -----Original Message----- From: Amar nath [mailto:[EMAIL PROTECTED] Sent: Friday, December 24, 2004 5:11 AM To: [email protected] Subject: Query on Cookies n functions Hello, Iam very much new to this Jmeter.I have 2 querys. first : In my web application I have to login and further process the next pages.After sending Http request with username, password,... Iam not getting the expected page . It is giving responce page as 'Session is invalid'.Here validation of username ,password ..everything is working fine.By default jmeter will store the cookie values in Cookie storage area.Is 'HTTP cookie manager' config element is required or any thing to be used. second: In my testplan in one HTTP request I have to send sum of integers as parameter, so Iam using {_intsum(x,y,z)} at value column of the HTTP request. But it is not replacing with return value of the function.It is passing ${_intsum(x,y,z)} as it is. Is anything to be done or it is not the way to use the function. Please help me. Thanks in advance Regards, Amarnath ________________________________________________________________________ Yahoo! India Matrimony: Find your life partner online Go to: http://yahoo.shaadi.com/india-matrimony --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

