Ajax support enabled?

2008-03-11 Thread Choudhury
Hi , We want to load test the current version of our Ajax based web application using JMeter. We succesfully load tested the previous version of our product using JMeter and got some good results .This was a JSF based web application . The only difference between the new version

RE: Doubt in random function

2008-03-11 Thread xgan
Hi Sebb, I have question about Random function for you. The scenarios are as follows: 1. I run a HTTP Request by using external data file as my test script. I use _StringFromFile(xxx.dat) function in my test script. Now I want to randomly choose the data from xxx.dat file. Would you please let me

Re: switch controller with individual probabilities

2008-03-11 Thread sebb
On 11/03/2008, fernando castano <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'd need a controller similar to a switch controller, but I need to be > able to define > the probability for selecting each of the childre controllers in each > iteration. for example, > if the switch controller has as ch

Re: reuse variable from one thread in another

2008-03-11 Thread sebb
On 11/03/2008, Tom Fernandes <[EMAIL PROTECTED]> wrote: > Hi, > > is it possible to use a variable (extracted via the regex extractor) from the > first thread in all the other threads? (given, that the threads don't start > at the same time). No. Variables are local to a thread only. Properties

Re: HTTP GET with If-Modified-Since header

2008-03-11 Thread sebb
On 11/03/2008, fernando castano <[EMAIL PROTECTED]> wrote: > > I'll try that. Do you happen to have an example? > No, sorry. But if you use the JMeter proxy to record a simple browser session you will probably see some in the captured headers. > thanks sebb! > > sebb wrote: > > On 10/03/2008, fe

Re: how to remove embedded ampersand in HTTP request

2008-03-11 Thread xgan
Hi Edded, Do you get solution for removing & from url? Thanks. Xgan Edderd wrote: > > I'm trying to generate a series of http requests using the HTTP > Request sampler and a Command From File as the parameter to pass to a > base path. > > The resulting URL always has an embedded ampersand

switch controller with individual probabilities

2008-03-11 Thread fernando castano
Hi all, I'd need a controller similar to a switch controller, but I need to be able to define the probability for selecting each of the childre controllers in each iteration. for example, if the switch controller has as children c1, c2 and c3 I'd like to be able to: select c1 80% of the t

reuse variable from one thread in another

2008-03-11 Thread Tom Fernandes
Hi, is it possible to use a variable (extracted via the regex extractor) from the first thread in all the other threads? (given, that the threads don't start at the same time). thanks, Tom - To unsubscribe, e-mail: [EMAIL PR

Re: HTTP GET with If-Modified-Since header

2008-03-11 Thread fernando castano
I'll try that. Do you happen to have an example? thanks sebb! sebb wrote: On 10/03/2008, fernando castano <[EMAIL PROTECTED]> wrote: Hi all, is there a way to add a conditional /if-modified-since/ header to an HTTP sampler using the get method? If not, what would be the easiest way (

RE: Saving success response

2008-03-11 Thread Ori Marco
Hi I created Bugzilla enhancement request as I understand it (It my first time): Bug 44575 has been added to the database If you see that I wrote it wrong please advice Thanks Ori Marko Quality Assurance Engineer Praxell Inc. http://www.praxell.com -Original Message- From: sebb [mai

Re: Saving success response

2008-03-11 Thread sebb
On 11/03/2008, Ori Marco <[EMAIL PROTECTED]> wrote: > Hi > > > > Can a feature be added to save only success responses in save response > to a file? > Create a Bugzilla enhancement request. > It will help if want to save in separate folders success/failed > responses. > > > > Thanks > > > >

Re: response code valid but error in aggregate report

2008-03-11 Thread sebb
On 11/03/2008, perfuser <[EMAIL PROTECTED]> wrote: > > Testing SOAP requests over HTTP connection. The response is generated and is > verified to be valid, But JMeter shows error in the aggregate report. Have > checked the server logs, no error is there. > What could cause this behavior? and on

Re: Saving responses to a file

2008-03-11 Thread sebb
On 11/03/2008, Ori Marco <[EMAIL PROTECTED]> wrote: > Hi > > If I want to use to save specific file ext using java request ? > Meaning putting in ResultData the content and adding a child save to > file, > Can I add parameter to change content-type so that the file will saved > as txt or other

response code valid but error in aggregate report

2008-03-11 Thread perfuser
Testing SOAP requests over HTTP connection. The response is generated and is verified to be valid, But JMeter shows error in the aggregate report. Have checked the server logs, no error is there. What could cause this behavior? and on basis JMeter gives this error ? -- View this message in conte

RE: Saving responses to a file

2008-03-11 Thread Ori Marco
Hi If I want to use to save specific file ext using java request ? Meaning putting in ResultData the content and adding a child save to file, Can I add parameter to change content-type so that the file will saved as txt or other? Thanks Ori Marko Quality Assurance Engineer Praxell Inc. http:/