|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
New changes in Jameleon GUI (help with testing needed)It's been a long time since I have done anything on Jameleon. I took a good rest from it and now I am back and ready to do what it takes to make a 3.4 release. For those using Jameleon on Vista, IE 7, FireFox 3 or Safari 3, you might have noticed that the GUI browser integration is broken. After I found this out (around Feb this year), I lost all energy to work on Jameleon. The problem was that I chose to use JDIC for this feature and JDIC quit being maintained when Java 6 was released over 2 years ago. To make a long story short, I replaced it with WebDriver and everything seems to work again. I think this will take at least 1-2 megs from the size of the distribution which can't be bad. I tested it under XP SP3 (IE 7 and FireFox 3) and OS X 10.5 (Safari 3 and FireFox 3) with success. However, I don't have a Linux box nor a Vista box. Can some of you out there please check out the latest version from SVN and try it out. There is a new option in the UI Config Dialog (and therefore in jameleon.conf 'ui.browser') that allows you to set the UI Browser to "firefox", "safari" and "ie". The default is FireFox. For now, this change requires that jameleon-core be built with Java 5. If this is a problem for people, now is the time to speak up. I have supported Java 1.4 since 2003 and I would like to just leave 1.4 behind and start taking advantage of Java 1.5 or even Java 1.6 (for the GUI). I believe that ripping JDIC is the last thing that needs to be redone before a 3.3-RC2 release. I would then like to redo the functional point recorder and use WebDriver instead if possible. I will be looking into that the next couple of days. If I can do that, then I would like to make a 3.4 release shortly after. Before the 3.4 release, I would also like to get people's experiences with upgrading to the latest RC release from a 3.2 or earlier 3.3 release so I can fix any problems that might arise from upgrading. If the docs are not or even is there is something annoying with the experience, please let me know. Thanks, Christian Hargraves ------------------------------------------------------------------------- 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=/ _______________________________________________ Jameleon-developers mailing list Jameleon-developers@... https://lists.sourceforge.net/lists/listinfo/jameleon-developers |
|
|
Re: [Jameleon-users] New changes in Jameleon GUI (help with testing needed)On Donnerstag 23 Oktober 2008, jameleon-users@... wrote:
> It's been a long time since I have done anything on Jameleon. I took a good > rest from it and now I am back and ready to do what it takes to make a 3.4 > release. Good to know that even you needed a rest ;-) > I tested it under XP SP3 (IE 7 and FireFox 3) and OS X 10.5 (Safari 3 and > FireFox 3) with success. However, I don't have a Linux box nor a Vista box. > Can some of you out there please check out the latest version from SVN and > try it out. There is a new option in the UI Config Dialog (and therefore in > jameleon.conf 'ui.browser') that allows you to set the UI Browser to > "firefox", "safari" and "ie". The default is FireFox. Today I did a sync to rev 1763, ant package.test-suite and a fresh install on Linux with java version "1.5.0_16" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b02) Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_16-b02, mixed mode) I could open the result view with firefox (2.0.0.17) . Being curious I tried to switch to konqueror, which wasn't accepted as a valid browser as you already explained. I'm not sure what you would want me to check in detail. I did just the sourceforge-example with htmlunit httpunit : Beginning Session: "hu-session" Begin: starting application End: starting application BEGIN: Verify that we are on the sourceforge home page ################################################################## FAILED: Verify that we are on the sourceforge home page ################################################################## Ending Session: "hu-session" httpunit-sourceforge.xml FunctionId: Verify that we are on the sourceforge home page Line #: 11 Row #: 0 Error Message: assertTitleEquals: expected:<...Welcome to SourceForge.net> but was:<...Open Source Software> httpunit-sourceforge.xml : FAILED______________________________________________________ Test Run: 20081023193523357 Tests run: 1 Failed: 1 Time: 6.06069s ______________________________________________________ Beginning Session: "htmlunit-session" Begin: starting application Ending Session: "htmlunit-session" htmlunit-sourceforge.xml FunctionId: htmlunit-session Line #: 8 Row #: 0 Error Message: TypeError: Cannot find function execCommand. (http://static.sourceforge.net/include/jquery/jquery.corner.js#1) htmlunit-sourceforge.xml : FAILED______________________________________________________ Test Run: 20081023193549310 Tests run: 1 Failed: 1 Time: 11.504s Regards, Michael ------------------------------------------------------------------------- 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=/ _______________________________________________ Jameleon-developers mailing list Jameleon-developers@... https://lists.sourceforge.net/lists/listinfo/jameleon-developers |
|
|
Re: New changes in Jameleon GUI (help with testing needed)Hi Christian,
here is something strange, too: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at net.sf.jameleon.ui.BasicHtmlBrowser.destroy(BasicHtmlBrowser.java:56) at net.sf.jameleon.ui.TestCasePane.destroy(TestCasePane.java:77) at net.sf.jameleon.ui.JameleonUI$3.windowClosing(JameleonUI.java:96) at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:291) at java.awt.Window.processWindowEvent(Window.java:1203) at javax.swing.JFrame.processWindowEvent(JFrame.java:266) at java.awt.Window.processEvent(Window.java:1161) at java.awt.Component.dispatchEventImpl(Component.java:3984) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Window.dispatchEventImpl(Window.java:1791) at java.awt.Component.dispatchEvent(Component.java:3819) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) This happens when I try to close the GUI-Window by using the "x", especially because there is no "exit"-menu-option. --Michael ------------------------------------------------------------------------- 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=/ _______________________________________________ Jameleon-developers mailing list Jameleon-developers@... https://lists.sourceforge.net/lists/listinfo/jameleon-developers |
|
|
|
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |