while and xpath extraction

2008-09-05 Thread James Hill
Hi all. I'm pretty sure this can be done - it rings a bell anyway from past jmeter threads - but for the life of me I can't find any reference to it. I'm sending a SOAP request that causes the server to kick off an asynchronous job. The next step is a request to retrieve some data based on this

user defined variables in webservices

2008-09-05 Thread Knut Wuchtig
hello, i have a problem with my webservice tests. i try to do my webservice tests with the Sampler Webservice(SOAP) Request of JMeter and i want to define the parameter - servername - port - path with own defined variables. therefore i use configuration element User defined variables in

complex regular expression

2008-09-05 Thread Marco Strullato
Hi all, I have to create a quite complex regex to extract a row index. This is the html: td class=tCellType_text span

Qry| Regarding the Cookies Data:

2008-09-05 Thread Mohamed Niyas
Hi Team, I wanted to extract the Cookie data from the test plan results. If i run the test from GUI, i will be able to see the cookies data from the tree view -- Request Tab. But i cant log that information to the output .jtl file. The example data shown below. I wanted to extract the

Scripts run without proxy being set

2008-09-05 Thread akshata s.m.
Hello.. I observe that the scripts are executed successfully inspite of the Proxy server not configured in the Workbench and also no proxy settings enabled in my browser.. Say i have scripts to login a user 'A' with password 'pwd' who is an existing user. I also observe that when i modify my

Re: while and xpath extraction

2008-09-05 Thread sebb
On 05/09/2008, James Hill [EMAIL PROTECTED] wrote: Hi all. I'm pretty sure this can be done - it rings a bell anyway from past jmeter threads - but for the life of me I can't find any reference to it. I'm sending a SOAP request that causes the server to kick off an asynchronous job. The

Re: user defined variables in webservices

2008-09-05 Thread sebb
On 05/09/2008, Knut Wuchtig [EMAIL PROTECTED] wrote: hello, i have a problem with my webservice tests. i try to do my webservice tests with the Sampler Webservice(SOAP) Request of JMeter and i want to define the parameter - servername - port - path with own defined variables.

Re: Scripts run without proxy being set

2008-09-05 Thread sebb
On 05/09/2008, akshata s.m. [EMAIL PROTECTED] wrote: Hello.. I observe that the scripts are executed successfully inspite of the Proxy server not configured in the Workbench and also no proxy settings enabled in my browser.. The Proxy server is only needed when recording scripts, not

Problems with CSV field names

2008-09-05 Thread Jose Pablo Sarco
Hi all, I'm having some problems with the Jmeter results. When I save the results to a CSV file and I open it; I not see the title to each column (the field name of each data). I did some changes in the jmeter.propertie file, but didn't work. The jemeter.propertie has: ... #

Re: Problems with CSV field names

2008-09-05 Thread sebb
On 05/09/2008, Jose Pablo Sarco [EMAIL PROTECTED] wrote: Hi all, I'm having some problems with the Jmeter results. When I save the results to a CSV file and I open it; I not see the title to each column (the field name of each data). I did some changes in the jmeter.propertie file,

RE: Problems with CSV field names

2008-09-05 Thread Jose Pablo Sarco
Yeah, I have checked the option 'Save Field names (CSV)' also. Another idea? Thanks, Jose -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Viernes, 05 de Septiembre de 2008 10:15 a.m. To: JMeter Users List Subject: Re: Problems with CSV field names On 05/09/2008,

Re: user defined variables in webservices

2008-09-05 Thread Knut Wuchtig
Hi, my user defined variables looks like this: http://www.nabble.com/file/p19331276/e1e.jpg and my Webservice(SOAP) Request like this: http://www.nabble.com/file/p19331276/e2e.jpg are there any mistakes? Knut i have following varibles sebb-2-2 wrote: On 05/09/2008, Knut Wuchtig [EMAIL

Re: Problems with CSV field names

2008-09-05 Thread sebb
On 05/09/2008, Jose Pablo Sarco [EMAIL PROTECTED] wrote: Yeah, I have checked the option 'Save Field names (CSV)' also. Another idea? The headers are only ever written when the file is first created. If you change the setting, JMeter does not go back and add (or remove) the headers, so make

Re: user defined variables in webservices

2008-09-05 Thread sebb
On 05/09/2008, Knut Wuchtig [EMAIL PROTECTED] wrote: Hi, my user defined variables looks like this: http://www.nabble.com/file/p19331276/e1e.jpg and my Webservice(SOAP) Request like this: http://www.nabble.com/file/p19331276/e2e.jpg are there any mistakes? Looks OK; what does the

RE: Problems with CSV field names

2008-09-05 Thread Jose Pablo Sarco
Yeah, I created new JTL files, but jmeter doesn't created the headers. I don't know which is the problem, because I have: ***The jemeter.propertie with: … # legitimate values: xml, csv, db. Only xml and csv are currently supported. jmeter.save.saveservice.output_format=csv …

Re: Problems with CSV field names

2008-09-05 Thread sebb
On 05/09/2008, Jose Pablo Sarco [EMAIL PROTECTED] wrote: Yeah, I created new JTL files, but jmeter doesn't created the headers. I don't know which is the problem, because I have: ***The jemeter.propertie with: … # legitimate values: xml, csv, db. Only xml and csv are currently

RE: Problems with CSV field names

2008-09-05 Thread Jose Pablo Sarco
I'm using jemeter version 2.3.2 Regards, Jose -Mensaje original- De: sebb [mailto:[EMAIL PROTECTED] Enviado el: vie 05/09/2008 11:11 Para: JMeter Users List Asunto: Re: Problems with CSV field names On 05/09/2008, Jose Pablo Sarco [EMAIL PROTECTED] wrote: Yeah, I created new JTL

Function to write to file

2008-09-05 Thread Jose Castro
Is there a function like StringToFile or a logn parameter to write a string to file? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems with CSV field names

2008-09-05 Thread sebb
Works fine for me. On 05/09/2008, Jose Pablo Sarco [EMAIL PROTECTED] wrote: I'm using jemeter version 2.3.2 Regards, Jose -Mensaje original- De: sebb [mailto:[EMAIL PROTECTED] Enviado el: vie 05/09/2008 11:11 Para: JMeter Users List Asunto: Re: Problems with CSV

Re: Function to write to file

2008-09-05 Thread sebb
On 05/09/2008, Jose Castro [EMAIL PROTECTED] wrote: Is there a function like StringToFile or a logn parameter to write a string to file? No, but you could potentially use a BSF or BeanShell element to do this. Or one can use a Java Sampler with Simple Datawriter as a child to generate a sample

Re: user defined variables in webservices

2008-09-05 Thread sebb
On 05/09/2008, Knut Wuchtig [EMAIL PROTECTED] wrote: sebb-2-2 wrote: On 05/09/2008, Knut Wuchtig [EMAIL PROTECTED] wrote: Hi, my user defined variables looks like this: http://www.nabble.com/file/p19331276/e1e.jpg and my Webservice(SOAP) Request like this:

Problems recording requests from flash application

2008-09-05 Thread Mars dela Cruz
hi everyone,   Would you please help me? I'm trying to use the HTTP Proxy Server to record requests from a flash application. The flash application is using RTMPT (encapsulated within HTTP) to connect to a server.   There are no recorded data. For a regular site, I don't have problem recording.  

Re: Problems recording requests from flash application

2008-09-05 Thread sebb
On 05/09/2008, Mars dela Cruz [EMAIL PROTECTED] wrote: hi everyone, Would you please help me? I'm trying to use the HTTP Proxy Server to record requests from a flash application. The flash application is using RTMPT (encapsulated within HTTP) to connect to a server. There are no

Re: Function to write to file

2008-09-05 Thread Jose Castro
Is nice that there are workarounds. BUT, Can a function like this be added?? On Fri, Sep 5, 2008 at 10:58 AM, sebb [EMAIL PROTECTED] wrote: On 05/09/2008, Jose Castro [EMAIL PROTECTED] wrote: Is there a function like StringToFile or a logn parameter to write a string to file? No, but you