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 05C0918724 for ; Sun, 7 Jun 2015 18:32:19 +0000 (UTC) Received: (qmail 64990 invoked by uid 500); 7 Jun 2015 18:32:18 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 64949 invoked by uid 500); 7 Jun 2015 18:32:18 -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 64938 invoked by uid 99); 7 Jun 2015 18:32:18 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jun 2015 18:32:18 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 17B5BCC391 for ; Sun, 7 Jun 2015 18:32:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 6Yc25J6DCCmh for ; Sun, 7 Jun 2015 18:32:10 +0000 (UTC) Received: from mail-ig0-f173.google.com (mail-ig0-f173.google.com [209.85.213.173]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id B0E9827624 for ; Sun, 7 Jun 2015 18:32:09 +0000 (UTC) Received: by igbsb11 with SMTP id sb11so44021704igb.0 for ; Sun, 07 Jun 2015 11:31:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=YpxfzWmgTMWmpmIYxRsSXoZb9/dcI7wOst7XDt+tnv4=; b=FCAKzZxXY5VJgK481ptN5M/ose5mtHi9QCuywsrw8BAcfUzht7nHTsHqzBTSGAqGf8 hOAotA6a0Qg72MGkciaNzaVa+JhI7j4nx8qrnuQWCZSrA/o8b7VchrbDXDk268EwJVkc TUmtgzlO8U4kjO4Y1g26S8slklYGDelqVgcBcuKZU+Y0lx2ocovzShDWb+yyWqKQe1TG aWuIxOi5ph+JU+nEe37glZs6uk4EMOeKU66aVRBAjPKUM3bzKtw9yGHHogum1XDfhFlL Fy87bEkmNPE3NYqI+mAbQCEXnVzTUdDmrUJ3HMvtk29xTuj2puDF0VDfSqY5y6P/XikZ d4mg== MIME-Version: 1.0 X-Received: by 10.107.136.42 with SMTP id k42mr15156499iod.63.1433701883991; Sun, 07 Jun 2015 11:31:23 -0700 (PDT) Received: by 10.36.122.18 with HTTP; Sun, 7 Jun 2015 11:31:23 -0700 (PDT) In-Reply-To: References: <9247AC40-9830-46F5-AB41-3C094A218478@csd.auth.gr> Date: Sun, 7 Jun 2015 11:31:23 -0700 Message-ID: Subject: Re: Uploading a file From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=001a113ecd9e825dbf0517f1bb0e --001a113ecd9e825dbf0517f1bb0e Content-Type: text/plain; charset=UTF-8 Also you could always ask the devs why you get a 200 response code when the app didnt work (usually some code is swallowing exceptions , but if you are lucky it might be logged in some error log somewhere) On Sun, Jun 7, 2015 at 11:22 AM, Deepak Shetty wrote: > hi > In JMeter - use View Results Tree. (or you could use the same thing you > use below) > > Im assuming your application works normally - In which case you will have > to see how you enable looking at the request/response . If you were using a > browser you could use Fiddler or anything that monitors whatever the > browser is doing. If its not browser you usually need either a Proxy or > Tunnel (where the proxy or tunnel captures the data) and configure your > application to use the Proxy or Tunnel. > With this you could then compare the difference between what JMeter is > sending and what the working application does. > > regards > deepak > > On Sat, Jun 6, 2015 at 2:51 AM, Konstantinos Dimkas > wrote: > >> I am using full path to the file i want to upload and the response code >> is ok. >> Deepak can you give me some more specific info please for the headers? >> should i attach the imx file or put a print screen? >> >> thank you all for responding >> >> On Jun 6, 2015, at 3:00 AM, chaitanya bhatt >> wrote: >> >> Kindly share the sample script/testplan. >> >> Thanks >> Chaitanya M Bhatt >> http://www.performancecompetence.com >> >> On Fri, Jun 5, 2015 at 4:55 PM, Konstantinos Dimkas > > wrote: >> >>> Hi all, >>> I am trying to test a cloud service and i am currently trying to upload >>> a file. I have specified the file path and everything needed and the >>> response cone is OK: 200. >>> The problem is that the file is not uploaded, because when i log-in i >>> cannot find it. >>> Can anyone help? >>> >>> Here is the response data: >>> >>> Thanks in advance, >>> Konstantinos Dimkas >>> >>> >>> >>> >> >> Konstantinos Dimkas >> >> >> >> > --001a113ecd9e825dbf0517f1bb0e--