one more try for ---ERROR - jmeter.util.SSLManager: Couldn't load keystore java.lang.Exception: No key found

2005-02-18 Thread Liao, Avian
Hi, Jmeter Users, I have been asking this same question for 2 times already, and thanks for all the help, and this time I am trying explain every step I did, and hope the problem can be solved. Jmeter version: 2.0.2 jdk: 1.4.1 step: 1. Go to our secure site 2. Click on the lock icon at the

RE: can Jmeter assert response message shown in pop-up window?

2005-02-16 Thread Liao, Avian
Hi, Kyle and all Jmeter Users, I run my script, and in my response data, I saw the JavaScript code: function Confirm() { flag=window.confirm("Are you sure you wish to empty your shopping cart?"); if (flag) { document.cartForm.task.value = 'Empty cart'; document.cartForm.submit();

can Jmeter assert response message shown in pop-up window?

2005-02-11 Thread Liao, Avian
Hi, all, Does anyone know how to assert the message in pop up window? For my case, when I running regression test, there will have pop-up window for warning message, but I did not know how Jmeter handle this part? Thanks! Avian ---

RE: Can variables be declared in BeanShell function?

2005-02-04 Thread Liao, Avian
Hi, Kyle, I don't know if the attachment will help you or not. The sample file is using Beanshell sampler, and I don't know if that apply to your case or not. I did not get too deep for the beanshell sampler, so.well, just trying to help. Avian -Original Message- From: Kyle McAbee

RE: HTTPS / Certificate issue ...

2005-02-02 Thread Liao, Avian
is I have used JMeter 2.0.1 and there was no error in it for the HTTPS page. I will be using JMeter 2.0.2 tomorrow and hope that I will not have error tomorrow. - Niket -Original Message----- From: Liao, Avian [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 10:44 PM To: JMeter

RE: HELP Req: JMeter closes abruptly ...

2005-02-02 Thread Liao, Avian
Hi, Niket, Just one quick question. Did you just add java -Xincgc $ARGS -jar `dirname $0`/ApacheJMeter.jar "$@" to the jmeter.bat file? Avian -Original Message- From: Niket Redkar [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 01, 2005 6:10 AM To: 'JMeter Users List' Subject: RE: HEL

RE: HTTPS / Certificate issue ...

2005-02-02 Thread Liao, Avian
Hi, Jmeter Users, Niket, When you said the "solution", what is that? I did not see the details about this. I have the same problem for testing the https web site, but I still can execute my script, the only problem is that in the log file, it will keep telling me that they cannot find my keyst

RE: Providing User variables in JMeter through a file

2005-01-31 Thread Liao, Avian
Hi, Craig, and all users, Regarding to Craig's response, I have question for my testing script. I have no problem for using CSVRead() to read my file, but I did not know how to use next() function. Say if I have 10 rows(with two columns-userId and password) of data in my file, and I have 30

Need help for HTTP Cookie Manager

2005-01-31 Thread Liao, Avian
Hi, Jmeter Users, I have test plan looks like the following, and when I run the test plan, the session that cookie manager maintain will looks like -Thread Group -cookie Manager -simple controller -http request1 >>> cookie 1

data reading from aggregate Report

2005-01-26 Thread Liao, Avian
Hi, Can anyone explain to me what is the following number mean in the Aggregate Report --- URL Count Average Min Max Error% Rate http:yahoo.com 4

RE: Regular Expression Text

2005-01-17 Thread Liao, Avian
Hi, I believe that you should put your Java Request after your Regular Expression Extractor. -Original Message- From: Hoffman, Matthew [mailto:[EMAIL PROTECTED] Sent: Monday, January 17, 2005 9:56 AM To: JMeter Users List Subject: RE: Regular Expression Text Thanks. This will help, b

Response Assertion

2005-01-04 Thread Liao, Avian
Hi, All, I try to use response assertion to assert the page after I sending out my request, and there is one thing that make me very confused. I use "View the result Tree" listener, so I can exactly know which page I am in, and I got my desired page, in this page, I have the following: Selecte

RE: question about StringFromFile function

2005-01-03 Thread Liao, Avian
le as you'd like. You could also use a nightly JMeter version and use the new CSV Component, which will do exactly what you want. Not yet documented, but pretty straight-forward to figure out, I think. -Mike On Mon, 2005-01-03 at 17:06, Liao, Avian wrote: > Hi, > > Referring to my p

RE: question about StringFromFile function

2005-01-03 Thread Liao, Avian
Hi, Referring to my previous question- I have multiple columns of data, like namepassword hello you yes what testfast if I cannot do this from StringFromFile, can I use CSVRead function to solve this problem, anyone has experiences with this? Thanks! Avian -Original Message-

RE: question about StringFromFile function

2005-01-03 Thread Liao, Avian
Hi, All and Kyle, Kyle thanks for your information, and I do know that Jmeter can read txt file, and I just wondering if it can read other file? and if jmeter only read txt file, can Jmeter read multiple set of value from txt file, or we are supposed to put one set of value in the file? Thank

question about StringFromFile function

2005-01-03 Thread Liao, Avian
Hi, All, Happy New Year! Quick question of StingFromFile. If I have a three-column excel file, and the data looks like this: nameID password t1 02 t1 t2 09 t2 t3 11 t3 t4 13 t4 1) Can I use StringFromFile function to read all the value into my

RE: question of Regex

2004-12-20 Thread Liao, Avian
Hi, Kyle and all Jmeter Users, Thanks for your suggestion, and based on the previuos experience, I know the Regular Expression Extractor can specify the match group to extract the target value. However, in my case, my target test may not in the same order all the way, it will change their orde

question of Regex

2004-12-20 Thread Liao, Avian
Hi, all, I have page, that is simliar to this, You may notice that all the link are set between select , and followed with some target name (like Avaya, or Beata), the hard part that I cannot resolved is that I only can use Regex to catch the value if the is put between the target name(s

RE: error message when running javaScript function

2004-12-09 Thread Liao, Avian
w*-\w*-\w*-\w*-\w*)%5D/"\""ref::Event_LC[$1]"),showScript)} Message 1 with backslash followed by comma in parameter: ${__javaScript('${convert}'.replace(/ref%3A%3AEvent_LC%5B(\w*-\w*-\w*-\w*-\w*)%5D/\,"ref::Event_LC[$1]"),showScript)} Sincerely you

RE: error message when running javaScript function

2004-12-09 Thread Liao, Avian
sers List Subject: Re: error message when running javaScript function Use "\" to escape "," in parameters. On Thu, 9 Dec 2004 14:01:40 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote: > Hi, > > When I use javaScript function, I have the foolowing error message, I try to

error message when running javaScript function

2004-12-09 Thread Liao, Avian
Hi, When I use javaScript function, I have the foolowing error message, I try to test my javascript outside the Jmeter, and it works fine. sowhat is wrong when I copy over to Jmeter. ${convert} is my variable, and I am positive that this varibale exists. ${__javaScript('${convert}'.repla

question of ${_javaScript} function

2004-12-08 Thread Liao, Avian
Hi, All, Anyone has experience passing variable between Jmtere variable and javascript variable? In my case, I have variable that was extracted by Regex, and I called it "findMe", in function, I try to use javascript to see if I can reuse this variable or not, so I did like ${__javaScript(${fi

RE: can I use Regex in Jmeter to decode the data that extract from Regex extractor

2004-12-08 Thread Liao, Avian
/functions.html#__regexFunction On Wed, 8 Dec 2004 13:34:06 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote: > > Hi, All, > > Just a quick question, can I use Regex in Jmeter to decode the value that I > just extract from regex extractor? If Regex cannot do it, is there any o

can I use Regex in Jmeter to decode the data that extract from Regex extractor

2004-12-08 Thread Liao, Avian
Hi, All, Just a quick question, can I use Regex in Jmeter to decode the value that I just extract from regex extractor? If Regex cannot do it, is there any other way around to replace it? AL - To unsubscribe, e-mail: [EMAI

share my experience with Regular expression

2004-12-08 Thread Liao, Avian
Hi, all, Kyle, I would like to share my experience when I am working on regex. In my case, I have to extract the value from some of my target link text, and after I extract the value from this target link text (aviianEvent), I have to use regex to extract from Result A, and this is what I did.

confusion of regex

2004-12-07 Thread Liao, Avian
can help someone someday. AL == Hi, Kyle, Now, I know what confused me and my computer. Thanks for clearing that out. And hope it won't happen to other people. Avian -Original Message- From: Kyle McAbee [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 10:20

RE: Can regular expression extract the value between

2004-12-07 Thread Liao, Avian
might consider learning more about regular expressions. The Web is filled with tutorials on the subject, which is how I got started. And practice! Regular expressions are not only useful, they are fun. You will also find that regular expressions are built into many Java products, and even som

Can regular expression extract the value between

2004-12-07 Thread Liao, Avian
Hi, all, If I need to extract the value after "_object_Event_var = " and also belong to hyperlink "Avian's testing" , can Jmeter's regular expression extractor do it? In my page, the value after "_object_Event_Var" change every time when I execute this page, so I need to use regular expression

RE: perl and regular expressions

2004-12-07 Thread Liao, Avian
, Liao, Avian <[EMAIL PROTECTED]> wrote: > Hi, All, > > It's me again. Can I write regular expressions in Perl? If I can, where > should I put it? Beanshell sampler? JMeter uses Apache ORO for processing regular expressions - see http://wiki.apache.org/jakarta-jmeter/Regul

RE: WARN - jmeter.gui.tree.JMeterTreeListener: Shouldn't be here

2004-12-07 Thread Liao, Avian
: Shouldn't be here there's many unknowns :) As long as JMeter works reliably and consistently for you, that's what matters. If it didn't I'd be concerned and try to figure out why. peter On Tue, 7 Dec 2004 12:53:00 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote: >

RE: The Regular Expressions Extractor problem

2004-12-07 Thread Liao, Avian
Hi, Kyle, Now, I know what confused me and my computer. Thanks for clearing that out. And hope it won't happen to other people. Avian -Original Message- From: Kyle McAbee [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 10:20 AM To: Liao, Avian Subject: RE: The Re

RE: question of Regular Expressions

2004-12-07 Thread Liao, Avian
9 AM To: JMeter Users List Subject: Re: question of Regular Expressions On Mon, 6 Dec 2004 16:47:09 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote: > Hi, > > I try to use regular Expression Extractor to catch the following: > > "3FFBE12D-AA29-B37B-4612-8173B7C2CCE7" >

RE: WARN - jmeter.gui.tree.JMeterTreeListener: Shouldn't be here

2004-12-07 Thread Liao, Avian
WARN - jmeter.gui.tree.JMeterTreeListener: Shouldn't be here On Mon, 6 Dec 2004 18:07:48 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote: > Hi, > > In my Log file, I keep having the following message: > > " WARN - jmeter.gui.tree.JMeterTreeListener: Shouldn't be here " I

perl and regular expressions

2004-12-06 Thread Liao, Avian
Hi, All, It's me again. Can I write regular expressions in Perl? If I can, where should I put it? Beanshell sampler? Avian Liao Software Programmer 813-864-8198 [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED]

WARN - jmeter.gui.tree.JMeterTreeListener: Shouldn't be here

2004-12-06 Thread Liao, Avian
Hi, In my Log file, I keep having the following message: " WARN - jmeter.gui.tree.JMeterTreeListener: Shouldn't be here " Should I put the listener in any specific order or location in order to make my test script run properly? Thanks! Note: Recently, I am using Jmeter heavily, so keeping ha

question of Regular Expressions

2004-12-06 Thread Liao, Avian
Hi, I try to use regular Expression Extractor to catch the following: "3FFBE12D-AA29-B37B-4612-8173B7C2CCE7" and I use the Regular Expression Extractor: Reference Name: AAA Regular Expression: AAA = (\w*-\w*-\w*-\w*-\w*) Template:$1$ Match No: 0 Default value: No Result I found out, if there i

RE: nesting constants/variables between two groups in template

2004-12-02 Thread Liao, Avian
To display a variable value while a test plan is running, follow these steps. 1. Add a Java Request element (a Sampler) to the test plan after the point in the test plan where the variable is defined by an element or a function. 2. In the Java Request, do the following: a. Set the L

RE: Aggregate Report Clarification

2004-12-02 Thread Liao, Avian
second. 7.5/hour is 7.5 requests being sent per hour. hope that made sense. nicole Liao, Avian wrote: >Hi, >I would like to add one more to their questions. >What does "rate" mean in the aggregate Report? > >AL > >-Original Message- >From: Anatoly

RE: Aggregate Report Clarification

2004-12-01 Thread Liao, Avian
Hi, I would like to add one more to their questions. What does "rate" mean in the aggregate Report? AL -Original Message- From: Anatoly Krivitsky [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 6:28 AM To: [EMAIL PROTECTED] Subject: Aggregate Report Clarification Dear Sirs,

RE: Can´t add Mailer Visualizer

2004-12-01 Thread Liao, Avian
Thanks! got it working. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 9:48 AM To: JMeter Users List Subject: Re: Can´t add Mailer Visualizer On Wed, 1 Dec 2004 12:36:02 -0500, Liao, Avian <[EMAIL PROTECTED]> wrote: > Hi, Sebb, &g

RE: Can´t add Mailer Visualizer

2004-12-01 Thread Liao, Avian
Hi, Sebb, I have same problem as Bob did, and I try to look at my Jmeter Jar, and I did not see any mail jar or activation jar. Which directory should I look at, and if I did not have the jar file, where can I get it, thanks. AL -Original Message- From: sebb [mailto:[EMAIL PROTECTED]

RE: newbie can't make HTTP proxy work

2004-11-16 Thread Liao, Avian
Hi, I just use badboy to record all the path, and export to Jmeter,and I think it save you a lot time. You can download badboy at www.badboy.com.au AL -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 4:07 PM To: [EMAIL PROTECTED] Su

set up SSL keystore problem

2004-11-16 Thread Liao, Avian
==This is what I did for setting up the keystore= 1. Go to your SECURE site which you are trying to access. 2. Click on the lock icon at the right corner(I am assuming you are using IE). 3. Go to "Certification Path" tab and select the leaf node certificate i.e. the bottom most in

RE: JDBC request question (withdraw the question)

2004-11-15 Thread Liao, Avian
Sorry, all, I know why I have this problem, and no need to bother you all now. AL -Original Message- From: Liao, Avian Sent: Monday, November 15, 2004 5:21 PM To: Jmeter Question (E-mail) Subject: JDBC request question Hi, All, When I add a JDBC request to my test plan ( I have

JDBC request question

2004-11-15 Thread Liao, Avian
Hi, All, When I add a JDBC request to my test plan ( I have some Select SQL query on it), after I click "Run", the result turns out fine, but the Jmeter seems still run the program. I check the log file, there it points out that my thread database is done. But how the program still shows the r

RE: SSL problem

2004-11-15 Thread Liao, Avian
;ve only tried the third strategy of generating the jssecacerts file. Craig. -Original Message- From: Liao, Avian [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 7:56 AM To: Jmeter Info (E-mail); [EMAIL PROTECTED] Subject: SSL problem Hi, I tried to do load testing for

SSL problem

2004-11-15 Thread Liao, Avian
Hi, I tried to do load testing for our Https site, and in my log file, I saw the following message: = ERROR - jmeter.util.SSLManager: Couldn't load keystore java.lang.Exception: No key found at org.apache.jmeter.util

SSL problem

2004-11-15 Thread Liao, Avian
Hi, I tried to do load testing for our Https site, and in my log file, I saw the following message: = ERROR - jmeter.util.SSLManager: Couldn't load keystore java.lang.Exception: No key found at org.apache.jmeter.util.

can Jmeter maintain the session cookie when I send the HTTP request?

2004-10-22 Thread Liao, Avian
Hi, It is me again. If I would like to carry the session ID with me after I login in, can I do that with Jmeter components, and it we do, which on is it? Thanks again, hope my little question won't take you guys too much time. Happy weekend Avian Liao

can Jmeter use for funcation test, if it does, where can I getsome handy information?

2004-10-21 Thread Liao, Avian
Hi, all, My boss is expecting me to do function test for our web application(web site), and for the first time user, I only know that Jmeter can perform load test, how about function test? Can Jmeter do this part also? Anyone has answer? Thanks!! Best, Avian Liao ---

(First time user), can we print out the result of the listener that we add to the Jmeter?

2004-10-20 Thread Liao, Avian
Hi, I am a first time user of Jmeter, and I save my test result of my test plan, however, I don't know how to retrieve the data, or print it out. Anyone has answer? Lihui - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio