Re: How to ensure the values i submitted with the request have saved in the required db table using jmeter?

2014-01-22 Thread charan sethi
i want to fully achieve this through jmeter. For every user registration that takes place and the details saved in the database can be verified based on the registration request. So how can i achieve this in the most optimized manner. Thank you Naveen for your quick reply but i'd really appreciate

Re: How to ensure the values i submitted with the request have saved in the required db table using jmeter?

2014-01-22 Thread charan sethi
I wanna make sure that the test continues only if accurate details per user are submitted. Querying the database and comparing is a solution but i would prefer automating this instead. On Thu, Jan 23, 2014 at 12:15 PM, NaveenKumar Namachivayam < catchnaveen.psgt...@gmail.com> wrote: > I hope you

Re: How to ensure the values i submitted with the request have saved in the required db table using jmeter?

2014-01-22 Thread NaveenKumar Namachivayam
I hope you have access to DB. Query it from DB. Do not use the Jmeter for validation. On Thu, Jan 23, 2014 at 12:07 PM, charan sethi wrote: > But i need to do this for concurrent 1000 users. How do i achieve this > approach. How to extract the unique ID and Timestamp when i run 1000 users > with

Re: How to ensure the values i submitted with the request have saved in the required db table using jmeter?

2014-01-22 Thread charan sethi
But i need to do this for concurrent 1000 users. How do i achieve this approach. How to extract the unique ID and Timestamp when i run 1000 users with a ramp up of 10 minutes. Can you please elaborate a little. On Thu, Jan 23, 2014 at 11:51 AM, NaveenKumar Namachivayam < catchnaveen.psgt...@gmail

Re: How to ensure the values i submitted with the request have saved in the required db table using jmeter?

2014-01-22 Thread NaveenKumar Namachivayam
After the execution is done, you can query the details from the database, instead of adding JDBC step in your test plan. I hope each payment will have an unique id. Before run your test note down the latest ID and its timestamp. After the run again note down the values. So that you can find the di

How to ensure the values i submitted with the request have saved in the required db table using jmeter?

2014-01-22 Thread charan sethi
I want to check if 1000 concurrent users log in a website within a specified period of time and register and provide payment details then for every User i wanna check the details submitted in the database are accurate for each user. Is it possible that i can add a JDBC request which can provide