Re: Recording for PlaybackManager not working?
Re: Recording for PlaybackManager not working?
- Subject: Re: Recording for PlaybackManager not working?
- From: Chuck Hill <email@hidden>
- Date: Thu, 1 Feb 2007 13:28:07 -0800
I am copying Sacha on this, he can tell you how to use JMeter.
Selenium works, as long as you use the attached extension in the
IDE. They tell it to use Xpath to identify elements so changes in
the session, context, and element ID don't mess it up. I have only
been using it a short while, but it seems to work very well.
LocatorBuilders.order = ['id', 'domFormElementIndex', 'positionXPath', 'linkXPath', 'imgXPath', 'attributesXPath', 'hrefXPath', 'link', 'domFormElementName', 'name'];
Chuck
On Feb 1, 2007, at 1:19 PM, Kieran Kelleher wrote:
Selenium and JMeter both look good ...... any caveats for
WebObjects URLs? ..... do I need to put session in cookies or
something like that?
Kieran
On Feb 1, 2007, at 4:01 PM, Chuck Hill wrote:
No idea as to the answers to your question, but...
What is your goal? Why do you want to use this? There may be a
better tool.
JMeter is usually recommended for load testing. I'd look at
Selenium for functional testing.
Chuck
On Feb 1, 2007, at 12:53 PM, Kieran Kelleher wrote:
Hi, I'm trying to get the recording and playback working on my
dev machine and no success.
Well, step 1 is get WORecording working and this does not
work..... recent posts seem to indicate it should still be a
functional product
http://lists.apple.com/archives/Webobjects-dev/2006/Apr/
msg00153.html
I have added the WORecordingPath arg to the active executable in
XCode and I am launching from there. The specified directory in
the path has mode 777 so everyone has write access. But upon
launching and fiddling with the app, logging in/out, etc. nothing
happens at the recording path ...... no files created........
Here is my app launch command, as shown in XCode Run Log:
Launching cheetah.woa ...
java -XX:NewSize=2m -Xmx64m -Xms32m -DWORootDirectory="/System" -
DWOLocalRootDirectory="" -DWOUserDirectory="/Users/kieran/Roots/
Development" -DWOEnvClassPath="" -DWOApplicationClass=Application
-DWOPlatform=MacOS -Dcom.webobjects.pid=6586 -
DWODirectConnectEnabled=false -DWOPort=52040 -
DWOAutoOpenInBrowser=false -DWOHost=kieranbook.local -Xms128Mb -
Xmx256Mb -Xdebug -
Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n -
DWOWorkerThreadCountMin=2 -DWOWorkerThreadCount=2 -classpath
WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap -
DWODirectConnectEnabled=false -DWOPort=52040 -
DWOAutoOpenInBrowser=false -DWOHost=kieranbook.local -
DWOWorkerThreadCountMin=2 -DWOWorkerThreadCount=2 -
WOHost=kieran.local -WORecordingPath=/tmp/wotests/tape1
appRoot is /Users/kieran/Roots/Development/cheetah.woa/Contents
Any suggestions as to how to get this working? I am accessing
thru apache using an initial URL on my local machine of:
http://kieranbook.local/cgi-bin/WebObjects/cheetah.woa/-52040
Dev Config = OS X 10.4.8 Intel / Java 1.4.2_09 / WO 5.3.2 & P.
Wonder / XCode v2.4.1
Thanks, Kieran
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve
specific problems.
http://www.global-village.net/products/practical_webobjects
--
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden