Re: JMeter HTML Report

2009-10-15 Thread Manjula Priyantha
: http://www.nabble.com/file/p25892632/eTALoadTesting.jtl eTALoadTesting.jtl Thanks Sri Manjula Priyantha-2 wrote: Hi, Seems src parameter has no value in tag in the html. So it can't find the image. If you can't solve the problem, send me the results file (probably

RE: Oracle JDBC Connection - Response was NULL

2009-10-09 Thread Manjula Priyantha
Hi Vijaya, Try as follows in JDBC Connection Configuration; Database URL: jdbc:oracle:thin:@host:port:service JDBC Driver class : oracle.jdbc.driver.OracleDriver Username: username Password: password BR, Manjula -Original

RE: asserting PDF responses?

2009-02-26 Thread Manjula Priyantha
Hi, I have the same requirement of asserting PDF response. Can someone pls. help on this with an example (I didn't get the following solution)? BR, Manjula -Original Message- From: Kapil Khanna Avolent [mailto:kkha...@avolent.com] Sent: Thursday, April 24, 2008 1:40 AM To: JMeter Users

RE: asserting PDF responses?

2009-02-26 Thread Manjula Priyantha
to ensure that it starts with a standard PDF header, %PDF-1.4 or something similar. If the response doesn't start with a PDF header, then there has likely been an error, and you have not been given a PDF file. On Thu, Feb 26, 2009 at 12:26 PM, Manjula Priyantha manjula.priyan...@ebuilder.lk

Concatenate values from a file

2008-12-03 Thread Manjula Priyantha
Hi, Using a text file with following sample contents (in real case it has huge number of data) sample.txt 001 002 003 004 005 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Concatenate values from a file

2008-12-03 Thread Manjula Priyantha
on What is the simplest way of handling it? (I'm supposed to use CSV Data Set Config) Pls. give your kind feedback. BR, Manjula -Original Message- From: Manjula Priyantha [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 2:07 PM To: 'JMeter Users List' Subject: Concatenate

RE: Concatenate values from a file

2008-12-03 Thread Manjula Priyantha
not have CSV Data set read multiple lines in a single thread iteration to my knowledge. It reads the file once per interation of the thread loop. -Original Message- From: Manjula Priyantha [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2008 10:27 AM To: 'JMeter Users List

RE: Concatenate values from a file

2008-12-03 Thread Manjula Priyantha
program or unix script or word macro, etc. should be able to translate the file to the required format? -Original Message- From: Manjula Priyantha [mailto:[EMAIL PROTECTED] Sent: 03 December 2008 11:07 To: 'JMeter Users List' Subject: RE: Concatenate values from a file

RE: Relative Path Issue

2007-10-02 Thread Manjula Priyantha
Hi, After doing few tests I realized that changing user.dir is worked fine with GUI mode and not working with NON-GUI mode. Since I'm working with NON-GUI mode, can anyone help me to solve this problem? Thx BR, Manjula -Original Message- From: Manjula Priyantha [mailto:[EMAIL

RE: Relative Path Issue

2007-10-02 Thread Manjula Priyantha
other reference e.g. CSVRead or StringFromFile? Or your own code? What error do you get in the log file? CSV Dataset uses the path of the running JMX file as the base for any relative file references; other test elements may use a different base. On 02/10/2007, Manjula Priyantha [EMAIL

RE: Relative Path Issue

2007-10-01 Thread Manjula Priyantha
, 2007 5:51 PM To: JMeter Users List Subject: Re: Relative Path Issue JMeter looks up relative files based on the current working directory. So just start JMeter in the appropriate directory. Also, it's best to use / rather than \ in path names. On 28/09/2007, Manjula Priyantha [EMAIL PROTECTED

Relative Path Issue

2007-09-28 Thread Manjula Priyantha
Hi, I have a requirement of referring files relative to the JMX file. Example: D:\projects\mecp-test\testcases\invoice_tc044.jmx file is referring to D:\projects\mecp-test\inputs\invoice_tc044.xml file. Need is to use ..\inputs\ invoice_tc044.xml in the JMX file. The solution

Using Regular Expression Extractor

2007-07-31 Thread Manjula Priyantha
Hi All, My goal is to perform following goals; 1. Query a database and fetch user names passwords 2. Using resulted user names passwords, perform a load test I was able to query a Oracle database and get the resulted query. Then used Regular Expression Extractor to separate

Are there any customized XSLs?

2006-11-30 Thread Manjula Priyantha
Hi, I'm using the existing XSL for the transformation of Jmeter results xml. But I think the way of report is not the best. If you guys have any customized XSL files please send me privately. It would be save my time and effort. Thanks Regards, Manjula

Huge difference in results

2006-10-09 Thread Manjula Priyantha
Hi, We are using few machines to execute our load testing. Problem is one guy getting some abnormal values for test cases. If we run the same test case in another machine, values are normal. (when I getting avg time:1000ms he is getting 1ms for the same test case in same time frame). Can u

RE: Difference between Test result version 1.1 and 1.2

2006-07-20 Thread Manjula Priyantha
Users List Subject: Re: Difference between Test result version 1.1 and 1.2 Try using the update xsl stylesheets - these have the suffix _21 and can be found in the extras directory. On 14/07/06, Manjula Priyantha [EMAIL PROTECTED] wrote: Thx andy, Yes I changed

Testing Browser Specific things

2006-03-21 Thread Manjula Priyantha
Hi, I'm new to JMeter. I have a requirement to automate the testing of an application, under different setups of browser settings (Browser : IE) - e.g: without browser caching and with caching. Is there any possibility in JMeter to test this kind of scenario? If it is not possible is there