Functions for specifying the configuration files

2013-07-11 Thread Sameera Rao P
Hi all, I want to run a test using remote option with windows machine (Client) and linux machine (Server) combination. In my test plan I have configuration files and jar which are at client machine . When I run the test the server is not able to get the configuration files and jar. Is there

Simulating Users checking multiple Previews

2013-07-11 Thread Dias Jacob
Hi, I have a scenario where I have created a Test Script for User to Login and Preview a PDF file. So now the Tests are running for n users who are accessing the Same PDF file. Can I simulate a scenario where the Users are previewing different PDF files. Regards, Dias

Re: Simulating Users checking multiple Previews

2013-07-11 Thread NaveenKumar N
PDF viewing is a client side activity. You cannot simulate that. Thank you! NaveenKumar N Sent from my iPhone On Jul 11, 2013, at 4:27 PM, Dias Jacob di...@mindfiresolutions.com wrote: Hi, I have a scenario where I have created a Test Script for User to Login and Preview a PDF file. So

RE: Simulating Users checking multiple Previews

2013-07-11 Thread Dias Jacob
What I mean here was that I have an application in JAVA where the user can review the PDFs that he uploads. So wanted to know if I can simulate a scenario where Users are previewing multiple PDFs like in different jobs. Regards, Dias -Original Message- From: NaveenKumar N

Re: Simulating Users checking multiple Previews

2013-07-11 Thread Deepak Goel
Yes it should be possible to create different users viewing different pdf files from the server On 7/11/13, Dias Jacob di...@mindfiresolutions.com wrote: What I mean here was that I have an application in JAVA where the user can review the PDFs that he uploads. So wanted to know if I can

RE: Simulating Users checking multiple Previews

2013-07-11 Thread Dias Jacob
Thanks for confirming Deepak. Can you give me a brief idea as to how to go about it. Regards, Dias -Original Message- From: Deepak Goel [mailto:deic...@gmail.com] Sent: Thursday, July 11, 2013 4:54 PM To: JMeter Users List Subject: Re: Simulating Users checking multiple Previews Yes it

Re: (Exponentially Distributed) CycleTime instead of ThinkTime in JMeter

2013-07-11 Thread Fabian Brosig
Hi Adrian, Thank you for your detailed answer! Basically, when you make some performance testing, there are two options: 1) You would like to simulate a number of users with a certain think time (also referred to as Closed Workload). Then the Constant (Delay) Timer is the right choice. In case

JMeter HTTP Request equivalent of curl -XGET -d

2013-07-11 Thread Huang, Roger
Hi In JMeter how can I configure HTTP Request to make the equivalent of an HTTP GET and pass in a JSON document with the -d (data) flag? curl -XGET 'http://localhost:9200/vis/userDemo/_search?pretty=true' -d '{ query : { query_string : { default_field : firstname, query: Joe~ } } }' I