Upload files to server using JMeter

2014-02-03 Thread NaveenKumar Namachivayam
Dear All,

I am trying to upload files to the server using JMeter. Usually we had used
FileZilla tool to upload files. Now there is a necessity to use JMeter.

I have tried FTP and HTTP sampler (POST method). It is not uploading files
to the below path.

Below is the dummy details of my server:

UserID: asdasgf
Server/Host: sdfsfg054
Password: sdfg2
Path: hav/fggh01/sddfgdfg/eifnvir/oirnvkfg/invskdfg

Could you please help me out? Thanks!

-- 
Thank you,

Regards,
NaveenKumar N
Visit www.QAInsights.com and www.Testifications.com and www.MyTechCube.com


RE: How do I override the 'Retrieve All Embedded Resources setting in non-gui mode?

2014-02-03 Thread Robin D. Wilson
Done:

56103 Submitted
Need ability to override Retrieve All Embedded Resources from non-gui mode

--
Robin D. Wilson
Sr. Director of Web Development
KingsIsle Entertainment, Inc.
VOICE: 512-777-1861
http://www.kingsisle.com

-Original Message-
From: Philippe Mouawad [mailto:philippe.moua...@gmail.com] 
Sent: Sunday, February 02, 2014 8:29 AM
To: JMeter Users List
Subject: Re: How do I override the 'Retrieve All Embedded Resources setting in
non-gui mode?

Hello,
Currently I don't think it is possible.

Maybe we could add a JMeter property for this ?
Could you create an Enhancement request ?

Thank you


On Wed, Jan 29, 2014 at 7:19 PM, Robin D. Wilson rwils...@gmail.com wrote:

 Next question, how do I override 'HTTP Request Defaults' for the 
 'Retrieve All Embedded Resources' checkbox? When the checkbox is set, 
 the following line appears in the testplan's '.jmx' file:

 boolProp name=HTTPSampler.image_parsertrue/boolProp

 But when the checkbox is not set, the line is absent from the '.jmx' file.

 I'd like to be able to override this value from the non-gui command 
 line (so that I don't have to edit the '.jmx' files on the fly during 
 non-gui test runs).


 --
 Robin D. Wilson
 Sr. Director of Web Development
 KingsIsle Entertainment, Inc.
 VOICE: 512-777-1861
 http://www.kingsisle.com




 -
 To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
 For additional commands, e-mail: user-h...@jmeter.apache.org




--
Cordialement.
Philippe Mouawad.


-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org



Re: JDBC request and DB links

2014-02-03 Thread Glenn Caccia


Sorry, my bad on this one.  Just found the issue.  I was testing the query in 
JMeter in one environment and didn't notice that I was testing the query in the 
query execution tool in a different environment.  Once I pointed the query 
execution tool to the same environment, discovered that there was an issue with 
the configuration of the DB link in that environment.



 From: Glenn Caccia gacac...@yahoo.com
To: JMeter User Group user@jmeter.apache.org 
Sent: Monday, February 3, 2014 2:06 PM
Subject: JDBC request and DB links
 

I have a JMeter test script (2.10) that uses a JDBC Connection Configuration 
element along with a JDBC Request element.  It's been working fine.  The JDBC 
Connection Configuration element is connecting to an Oracle database.  The JDBC 
Request element is set for a select statement.  Today I tried to enhance the 
select statement to use an Oracle DB Link.  After this, I get nothing back from 
the query and no errors.  The enhanced query works fine in a query execution 
tool, so I know that much is fine.  I know that the connection information in 
JMeter is correct as the query without the DB Link reference works fine.  
Oracle uses the @ symbol to indicate DB links.  By any chance is this a problem 
for JMeter?  For example, my original query looked something like...

select table1.field1 as myfield
from table1
join table2
on table1.id = table2.fid
where t2.filterfield = 'filtervalue'


whereas the new query looks something like...

select t1.field1 as myfield, t3.field1 as myotherfield
from table1 t1
join table2 t2
on t1.id = t2.fid
join table3@dblinkname t3

on t2.id = t3.fid

where t2.filterfield = 'filtervalue'




Any thoughts?

Thanks,

Glenn

Re: JDBC request and DB links

2014-02-03 Thread sebb
OK, thanks for letting us know.

On 4 February 2014 00:00, Glenn Caccia gacac...@yahoo.com wrote:


 Sorry, my bad on this one.  Just found the issue.  I was testing the query in 
 JMeter in one environment and didn't notice that I was testing the query in 
 the query execution tool in a different environment.  Once I pointed the 
 query execution tool to the same environment, discovered that there was an 
 issue with the configuration of the DB link in that environment.


 
  From: Glenn Caccia gacac...@yahoo.com
 To: JMeter User Group user@jmeter.apache.org
 Sent: Monday, February 3, 2014 2:06 PM
 Subject: JDBC request and DB links


 I have a JMeter test script (2.10) that uses a JDBC Connection Configuration 
 element along with a JDBC Request element.  It's been working fine.  The JDBC 
 Connection Configuration element is connecting to an Oracle database.  The 
 JDBC Request element is set for a select statement.  Today I tried to enhance 
 the select statement to use an Oracle DB Link.  After this, I get nothing 
 back from the query and no errors.  The enhanced query works fine in a query 
 execution tool, so I know that much is fine.  I know that the connection 
 information in JMeter is correct as the query without the DB Link reference 
 works fine.  Oracle uses the @ symbol to indicate DB links.  By any chance is 
 this a problem for JMeter?  For example, my original query looked something 
 like...

 select table1.field1 as myfield
 from table1
 join table2
 on table1.id = table2.fid
 where t2.filterfield = 'filtervalue'


 whereas the new query looks something like...

 select t1.field1 as myfield, t3.field1 as myotherfield
 from table1 t1
 join table2 t2
 on t1.id = t2.fid
 join table3@dblinkname t3

 on t2.id = t3.fid

 where t2.filterfield = 'filtervalue'




 Any thoughts?

 Thanks,

 Glenn

-
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org