Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 65BEA10CD7 for ; Thu, 23 Jan 2014 05:58:29 +0000 (UTC) Received: (qmail 83860 invoked by uid 500); 23 Jan 2014 05:58:28 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 83711 invoked by uid 500); 23 Jan 2014 05:58:22 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 83702 invoked by uid 99); 23 Jan 2014 05:58:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 05:58:20 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of charan.sethi1@gmail.com designates 209.85.214.182 as permitted sender) Received: from [209.85.214.182] (HELO mail-ob0-f182.google.com) (209.85.214.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2014 05:58:13 +0000 Received: by mail-ob0-f182.google.com with SMTP id wm4so1568729obc.41 for ; Wed, 22 Jan 2014 21:57:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=96egd5+hFDZbQvVgkK2CdFkbGYpvwvVZPWYr4PdDW5A=; b=JOK2GcYK75OpVDHVtq7PkcEK6Hizt+wlFypX1vvwDyhoXVeLlghL5QN1YXMFQt4mYv O93F5Yti29FmqCsUQlTttrlfTO6XAncuYh5EVtNgp3WNIiu+zA8zVnSGwQmYMsrBd/4p 0LpYROFKmTJrzIjboXoNAdcQquz0lpCZw9uw6k7wPYA0VQG1Swpre4ABgzBzJsKUw3rL 142MnQPqXpBd5SD/Svb2lsrG0eSOiG5xNfXEVysme6hw0gvpOKTKkyAVpIKfXXRji/h9 JDIbhx9P7eXhWq68ECSNZNS73x4Xl17Nm1z7oBcx9dxSyvBJObvmqHYbvjWZW24A4fIR 0cyA== MIME-Version: 1.0 X-Received: by 10.182.102.7 with SMTP id fk7mr5105582obb.28.1390456671918; Wed, 22 Jan 2014 21:57:51 -0800 (PST) Received: by 10.182.228.195 with HTTP; Wed, 22 Jan 2014 21:57:51 -0800 (PST) Date: Thu, 23 Jan 2014 11:27:51 +0530 Message-ID: Subject: How to ensure the values i submitted with the request have saved in the required db table using jmeter? From: charan sethi To: JMeter Users List Content-Type: multipart/alternative; boundary=089e015369f0015edd04f09cec2d X-Virus-Checked: Checked by ClamAV on apache.org --089e015369f0015edd04f09cec2d Content-Type: text/plain; charset=ISO-8859-1 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 me the details for every user immediately after the registeration for the user is complete. I know this would increase my response time but that is not an issue for us. I need to do a functional test where if 1000 users register than for all these users accurate details get stored. the criteria is to ensure that if concurrent registerations take place the data for users is accurate and information does not get mixed up for the users if they access the site concurrently under load. Is there any other better approach of doing this with jmeter? Thanks --089e015369f0015edd04f09cec2d--