RE: Problem

2004-09-06 Thread Tseitlin, Gary
Let me know if I've got it all wrong :-) -Mike On Fri, 2004-09-03 at 05:42, Tseitlin, Gary wrote: > Hello everyone, > I need to script situation, when through web service we doing some > workflow type business. > > I need to create request, then login with someone else and appr

Problem

2004-09-03 Thread Tseitlin, Gary
Hello everyone, I need to script situation, when through web service we doing some workflow type business. I need to create request, then login with someone else and approve it. My problem is, script is time based, but when we have heavy load, I am missing request. Is that possible to right script

Getting variable from frame other than working one

2004-07-15 Thread Tseitlin, Gary
Hello all, We are testing web application. And we captured script with BadBoy. Our application has more than one frame. We need to get variable from frame, which is not working one. However when we using regular expression, looks like jemeter cannot see it at all, as it puts default value, where w

JMeter timers

2004-06-06 Thread Tseitlin, Gary
Hello all, We need put few second delay in JMeter script, that just do that delays when called. I have looked at all timers available and looks, like once you call them, they put delay between all request?! Please let me know if you know a solution to that Thank you in advance Gary ---

regular expression/substitue

2004-05-18 Thread Tseitlin, Gary
Hello everyone, I have problem in hand I am getting response as follow: Action=Yes&approvalDN=etawID=1887:fc9aff5433:53fb57,ou=etawapprovals,o=e tawfdb,c=US&setapproved Then using regular expression I am extracting value of etawID=1887:fc9aff5433:53fb57 The trick is I need to use it in my nex

CSVRead

2004-04-29 Thread Tseitlin, Gary
Hello everyone, I am using CSVRead function in my User parameters, but it seems, that JMeter reads first file and then puts value in all following values, even I have read from different files for different variables, when I run script after first CSVRead all my variables substituted with

Regular expression extractor

2004-04-27 Thread Tseitlin, Gary
Hello Michal, I can see that you are real expert in JMeter. I am trying to run scripts, where I need to pick up request based on its id. In the received page I expect something like "etawID=19ab:fc2e753328:53fb57,ou=etawapprovals,o=etawfdb,c=US" So I am using regular expression extractor As f

RE: CSVRead function problems

2004-04-07 Thread Tseitlin, Gary
It is two underscores in CSVRead function __CSVRead not _CSVREAD Gary -Original Message- From: Mark Juliana [mailto:[EMAIL PROTECTED] Sent: Thursday, 8 April 2004 7:46 AM To: 'JMeter Users List' Subject: CSVRead function problems Hello- I'm trying to use CSVRead and I'm not getting t

RE: running thread number

2004-03-31 Thread Tseitlin, Gary
Hello Michal, Thank for the tip. I have tried to use it in __CSVRead() function as column indicator, so each thread will read from different column, no success so far. Do you have any other ideas. Thank you very much Gary -Original Message- From: Michal Kostrzewa [mailto:[EMAIL PROTECTED]

running thread number

2004-03-29 Thread Tseitlin, Gary
Hello, Is that possible to obtain number of running thread? So then I can use it as column number in _CSVRead() function Thank you Gary

Tread releated variable

2004-03-29 Thread Tseitlin, Gary
Hello everyone, I have script, which I need to run many times simulataneously, however I need to have different variable for each instance of the script. So number of scripts I can control with number of threads, however how I can read different variable into different thread. Main focus to run all