JDBC testing with numeric user parameters

2002-12-03 Thread Dave Miller (LCL)
When I use a hard coded value in the where clause comparing to a numeric column the jmeter log has no complaint and I can only assume it worked but when I try to define numeric values in the user parameter list I get an 'ORA-01722 invalid number' error in jmeter.log. I have no problem with strings

Re: Using __regexFunction to parse HTML response

2002-12-03 Thread Mike Stover
Your error was in treating the "User Parameters" modifier as though it is a Sample Request. It is only a config element - thus it is not part of the sequence of requests. The request following your Request 1 is actually the HTTP Request 2. Your __regexFunction should go directly in Request

Using __regexFunction to parse HTML response

2002-12-03 Thread Jung, Harald
Hi all, I looked into the archive of this mailing list and encountered that there are a lot of questions in regard to the usage of __regexFunction and passing infomation between different requests. I had a similiar problem as discussed within these tracks but Im still not able to see where my prob

Re: HTTP push model

2002-12-03 Thread Michal Kostrzewa
Hello, > navigate through http menus on a server, and receive asynchronous push > notifications in the form of POST requests from the server, which may > prompt other http requests from the client. So far JMeter seems to be a AFAIK there is no such possibility in jMeter. I see you want to creat