SourceForge.net | 1 Jul 2008 16:52
Picon
Favicon

[abbot - Help] How to test Eclipse/OSGi apps with Costello


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5065820
By: jacek_ratzinger

Dear all,

I am new to Abbot. So I apologize for any stupidity of my question up front.
:o)

The Abbot framework together with its Costello front-end seems to provide a
great solution for my needs. I am interested in GUI testing of Eclipse/OSGi
applications. The application uses Swing (no SWT), but is based on the
Eclipse/Equinox implementation of the OSGi framework. To be able to reference
the OSGi bundles/jars from Costello, I copied all Costello files to the application's
root directory and started Costello with the Eclipse jar in the classpath (java
-cp costello.jar;plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar
abbot.editor.Costello). When I try to start the main method of the OSGi application
within Costello (className=org.eclipse.core.launcher.Main;
arguments=org.eclipse.core.launcher.Main [-application,my.test.application]),
I get errors from the Eclipse framework:

org.osgi.framework.BundleException: The bundle could not be resolved. Reason:
Missing Permission: (org.osgi.framework.PackagePermission org.eclipse.osgi.frame
import), Missing Constraint: Import-Package: org.eclipse.osgi.framework.log;
version="0.0.0"
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Bundl
eHost.java:305)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(Abstra
ctBundle.java:350)
(Continue reading)

SourceForge.net | 1 Jul 2008 16:06
Picon
Favicon

[abbot - Help] RE: SWT examples for Abbot?


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5065686
By: gjohnsto

Two ideas:
1. Try Eclipse 3.4 (Ganymede).
2. Post a few of the compile errors here and maybe me/someone can suggest what
you still need (or need to do).
Regards,
Gary

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=168262

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
Wayne Byrne | 7 Jul 2008 17:41

Testing Applets with abbot

Hi Everyone,

 

 

I’m new to using abbot, and when I try to test an applet (using AppletViewer) I can’t get the GUI to change to the AppletViewer options. If I try to Insert an applet, this option is greyed out ( as is launch, fixture and terminate). What am I doing wrong?

 

Many Thanks

 

Wayne.

 

Wayne Byrne | Technical Consultant | Scientific Computers Ltd
t: +44 (0) 1293 403636 | m: +44 (0) 7500 330 341 | f: +44 (0) 1293 403641
w:
www.scl.com / www.sclanalytics.com
e:
wayne.byrne <at> scl.com

Scientific Computers Limited is a company registered in England and Wales. Registered number: 639839. Registered Office: Jubilee House, Jubilee Walk, CRAWLEY, West Sussex, RH10 1LQ. VAT Number: GB190362470.

 

To register for our next Web Analytics Wednesday Networking Event, please visit: www.sclanalytics.com/events/waw

 

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
abbot-users mailing list
abbot-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/abbot-users
NEO | 8 Jul 2008 10:03
Picon
Favicon

Re : Testing Applets with abbot

Hey Wayne,

I have faced the same problems like you. To launch and test my applets, I'm using this code which implement a AppletViewer
http://www.java2s.com/Code/Java/Swing-JFC/AppletViewerasimpleAppletViewerprogram.htm

I hope it's would be also helpful for you.

Best regards

Neo

----- Message d'origine ----
De : Wayne Byrne <wayne.byrne <at> scl.com>
À : abbot-users <at> lists.sourceforge.net
Envoyé le : Lundi, 7 Juillet 2008, 17h41mn 58s
Objet : [abbot-users] Testing Applets with abbot

Hi Everyone,

 

 

I’m new to using abbot, and when I try to test an applet (using AppletViewer) I can’t get the GUI to change to the AppletViewer options. If I try to Insert an applet, this option is greyed out ( as is launch, fixture and terminate). What am I doing wrong?

 

Many Thanks

 

Wayne.



Envoyé avec Yahoo! Mail.
Une boite mail plus intelligente.
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
abbot-users mailing list
abbot-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/abbot-users
SourceForge.net | 7 Jul 2008 17:06
Picon
Favicon

[abbot - Help] RE: Recorded identical objects?


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5079387
By: lorenzberger

the ids are different, one has a '2' and the other one a '4' in it. So, you
should be ok with that.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=168262

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
Nan Wang | 18 Jul 2008 16:37
Picon

if abbot works on linux

Hi,

I'm wondering if abbot works fine on linux?

I'm working on linux right now. I wrote an automation for RAD which works fine on windows. But on linux, the automated RAD might hang anywhere, eg. text box, tree, combo box, etc. It's not stable, say we have 3 widgets here, sometimes it may pass 1st, 2nd and hang on the 3rd, sometimes it may hang on the 1st. I can't get any useful info on why it hangs, there's no exception, no error message. Most of time only the automated RAD (newly opened thread) hangs, occasionally even the host RAD (which is used to run the JUnit test code) hangs.

Does anyone have any ideas on running successfully on linux?

Thanks in advance,
Nan Wang
WebSphere/RAD Tools FVT
Office: D3-245
Tel: (905) 413-3963
Email: nanwang <at> ca.ibm.com

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
abbot-users mailing list
abbot-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/abbot-users
SourceForge.net | 15 Jul 2008 16:17
Picon
Favicon

[abbot - Help] operation of java gui different in costello?


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5097776
By: nateand

So I'm trying to test an application with costello, and the operation of it
is different when in costello versus when using it independently. When loading
a new configuration the application hangs (as if it was taking a long time,
except that it never happens). Usually when opening an existing configuration,
the application returns an error.

This makes me think that perhaps something is functionally not working at some
lower level in the application, when it is run from costello (both in capture
mode and just from launching the app).  Has something like this been
noticed/documented/dealt with in the past, and is there some way to get around
this that anyone may know of?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=168262

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Gary Johnston | 18 Jul 2008 17:17
Picon
Favicon

Re: if abbot works on linux


Hi, Nan,
I assume you're asking about abbot.swt since I happen to know that RAD is Eclipse-based.  ;-)
Abbot.swt does work on Linux.  However, I'll admit that it's been a while since I ran all of its self-tests on Linux.  I'll put that on my "to do" list.
If you can provide stack dumps when you hit a hang, that would be very helpful.
If you want to talk about specifics that might be proprietary then contact me via IBM-internal channels, of course.
- Gary
Gary Johnston
Team Lead, Web Diagram Editor, Struts Tools
Rational Application Developer Development




From: Nan Wang <nanwang <at> ca.ibm.com>
To: abbot-users <at> lists.sourceforge.net
Date: 07/18/2008 10:44 AM
Subject: [abbot-users] if abbot works on linux




Hi,

I'm wondering if abbot works fine on linux?

I'm working on linux right now. I wrote an automation for RAD which works fine on windows. But on linux, the automated RAD might hang anywhere, eg. text box, tree, combo box, etc. It's not stable, say we have 3 widgets here, sometimes it may pass 1st, 2nd and hang on the 3rd, sometimes it may hang on the 1st. I can't get any useful info on why it hangs, there's no exception, no error message. Most of time only the automated RAD (newly opened thread) hangs, occasionally even the host RAD (which is used to run the JUnit test code) hangs.

Does anyone have any ideas on running successfully on linux?

Thanks in advance,
Nan Wang
WebSphere/RAD Tools FVT
Office: D3-245
Tel: (905) 413-3963
Email: nanwang <at> ca.ibm.com-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
abbot-users mailing list
abbot-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/abbot-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
abbot-users mailing list
abbot-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/abbot-users
SourceForge.net | 26 Jul 2008 00:52
Picon
Favicon

[abbot - Help] RE: Cannot get AssertImage to work


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5122290
By: jazure2011

Do you still have the code available for comparing the images?

Thanks.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=168262

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Ireneusz Słonina | 29 Jul 2008 11:56
Picon

Modifying keyboard shortcuts in costello editor

Hello,
is there a way to modify default shortcuts in costello editor?
I want to modify Move-Up and Move-Down shortcuts (Control-Up / 
Control-Down does not work
on my system for some reason) and doing it with mouse is a lot of pain 
(Cut command just above
and no Undo option).
My system is Linux 2.6 / Gnome 2.2 if it does matter.

Best regards,
Irek Slonina

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

Gmane