Re: 700 ~ users to run in Jmeter test performing post methods using rest api

2016-11-18 Thread Pravesh Prajapati
Hi Anusuya, Please let us know what is the complexity of your load test scripts & which Protocol your Application is using. Your Hardware configuration, will depends on the factors. If your application is using http protocol & Scripts are simple, you can execute your App 600 users on with your men

500 Server Error occurs only in JMeter, same POST is successful when submitted manually

2016-11-18 Thread Hohmann, Kurt D
In my script, I'm using a JSESSIONID instead of a cookie; the JSESSIONID is extracted using a HTTP URL Re-writing Modifier and I can confirm that the correct value (the one which appears in the response data from the login page) is being applied in the Request. e.g. POST https://qa67.ososinfo.o

700 ~ users to run in Jmeter test performing post methods using rest api

2016-11-18 Thread anusuya bhan
Hello all, Quick query I am facing issues while doing distributed testing using Jmeter 3.0, I doubt some firewall issue I have to run a test for 725 users on windows desktop config of which are 4 GB RAM and 64 bit windows 7. Most of my requests are rest api , running multiple thread groups of

Re: BeanShell Assertion in jdbc request

2016-11-18 Thread sebb
On 18 November 2016 at 15:10, Sankar Das <007bhabanisan...@gmail.com> wrote: > Hi, > > Thanks for the reply. Yes I am able to capture it. > > But my query is "SELECT STATUS,COUNT(*) FROM MYTABLE WHERE CREATIONTIME > > TRUNC(SYSDATE) GROUP BY STATUS" > > So I have two columns here ID_# and WF_# and

Re: BeanShell Assertion in jdbc request

2016-11-18 Thread Sankar Das
Hi, Thanks for the reply. Yes I am able to capture it. But my query is "SELECT STATUS,COUNT(*) FROM MYTABLE WHERE CREATIONTIME > TRUNC(SYSDATE) GROUP BY STATUS" So I have two columns here ID_# and WF_# and the rows will increase and decrease according to the sysdate. I want to do like this, If

Re: BeanShell Assertion in jdbc request

2016-11-18 Thread sebb
On 18 November 2016 at 14:15, Sankar Das <007bhabanisan...@gmail.com> wrote: > Hello Everyone, > > Getting two columns from a jdbc sampler i.e ID and WF. Trying to fail it, > if it exceeds than the predefined variables by using beanshell. > Below is the sample code. > > String myValue1 = vars.get(

BeanShell Assertion in jdbc request

2016-11-18 Thread Sankar Das
Hello Everyone, Getting two columns from a jdbc sampler i.e ID and WF. Trying to fail it, if it exceeds than the predefined variables by using beanshell. Below is the sample code. String myValue1 = vars.get("WF_1"); String myValue2 = vars.get("WF_2"); if(!myValue1.equals ("3")){ log.info("myVa

Dynamic XML Response Manipulation

2016-11-18 Thread Eddie O'Sullivan
Hi all, We are looking to do some SOAP WSDL testing using JMeter. The scenario we are trying to cover is as follows: 1. Req1 - GET request that returns and XML file (this may change over time but the nodes we are interested in remain the same) 2. Modify the XML changing the values 3.