Skip to main content



      Home
Home » Archived » Jubula » Jubula 8.2.2 released
Jubula 8.2.2 released [message #1722490] Fri, 05 February 2016 04:39 Go to next message
Eclipse UserFriend
Hello!

We have released an official standalone release of Jubula today: 8.2.2

The highlights are:
- The completeness check has been moved to a background job, resulting in less waiting time for save actions.
- You can now copy and paste Test Cases, Test Suites, Test Steps and Event Handlers within editors.
- You can set the Object Mapping Profile for single elements in the Object Mapping Editor, for example, to ensure that a specific component will only be searched for based on its given name.
- There are new Test Steps (and unbound modules, and client API actions) to invoke Java methods on an application, or on a component within an application.
- You can now add multi-line comments in editors so that larger groups of items can be commented in the test.
- There are new actions in the dbtool to delete all test result summaries for a project or time span, and to delete all test result details for a project or time span.
- There is a new log view in the test reporting perspective, which lets users see std_out and std_err messages produced when the execute external command action is used in a test
- We have cleaned up some no-longer used / supported features such as metrics, multi-language capability, the .NET and WinApps toolkits and the external Chronon support.
- There is an Oomph setup for Jubula
- The ITE now runs on Java 8

You can download the version from: http://testing.bredex.de/jubula-download-page.html

Happy testing!
Alex and the Jubula team
Re: Jubula 8.2.2 released [message #1722508 is a reply to message #1722490] Fri, 05 February 2016 05:58 Go to previous messageGo to next message
Eclipse UserFriend
Here's a blog entry:
http://bredex.de/blog_article_en/jubula-822-has-been-released.html

Smile
Re: Jubula 8.2.2 released [message #1724328 is a reply to message #1722508] Tue, 23 February 2016 03:16 Go to previous messageGo to next message
Eclipse UserFriend
Hi Alex,

I can see on the download page that there was some issue in the 8.2.2 and we should expect its fix soon. Do we have any schedule for the updated release? When should we expect the latest Jubula to be available?

Thanks,
Irfan
Re: Jubula 8.2.2 released [message #1724363 is a reply to message #1724328] Tue, 23 February 2016 06:30 Go to previous messageGo to next message
Eclipse UserFriend
Hi Irfan,

Thanks for your question. I expect that we'll have a new release over the course of next week. Many apologies for the inconvenience!

Best regards,
Alex
icon5.gif  Re: Jubula 8.2.2 released [message #1724758 is a reply to message #1722490] Thu, 25 February 2016 13:27 Go to previous messageGo to next message
Eclipse UserFriend
Hello,
Can you provide me the link to download the latest version of Jubula?
Re: Jubula 8.2.2 released [message #1725020 is a reply to message #1724758] Mon, 29 February 2016 02:51 Go to previous messageGo to next message
Eclipse UserFriend
Hello Zylaad,

I saw your email and have replied to that. The testing portal was offline over the weekend due to our company moving offices. It is online again now.

Best regards,
Alex
Re: Jubula 8.2.2 released [message #1725290 is a reply to message #1725020] Wed, 02 March 2016 04:41 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for your patience guys! With our company moving offices, we were a bit delayed.
8.2.2 is back online:
http://testing.bredex.de/jubula-download-page.html

Happy testing!
Alex
Re: Jubula 8.2.2 released [message #1725384 is a reply to message #1725290] Thu, 03 March 2016 03:02 Go to previous messageGo to next message
Eclipse UserFriend
Hello Alex,

the download page seems to still link to the 8.2.0 version of Jubula. Is there an Error or am I missing something?

Best regards,
Markus
Re: Jubula 8.2.2 released [message #1725396 is a reply to message #1725384] Thu, 03 March 2016 04:22 Go to previous messageGo to next message
Eclipse UserFriend
Hm, looks like we're still having some post-move problems. I'll keep on it. Thanks for letting us know.

Alex
Re: Jubula 8.2.2 released [message #1727409 is a reply to message #1724363] Tue, 22 March 2016 16:01 Go to previous messageGo to next message
Eclipse UserFriend
Hi Alex,

Did we release the re-spin for Jubula 8.2.2 released on Fri, 05 February 2016? If so, is it available for download?

Thanks,
Irfan
Re: Jubula 8.2.2 released [message #1727460 is a reply to message #1727409] Wed, 23 March 2016 05:16 Go to previous messageGo to next message
Eclipse UserFriend
You can now download Jubula Standalone 8.2.2 from the Testing Portal.
Regards
Oliver
Re: Jubula 8.2.2 released [message #1727463 is a reply to message #1727460] Wed, 23 March 2016 05:29 Go to previous messageGo to next message
Eclipse UserFriend
Hello Oliver, is there any means of writing java codes when using Jubula for test automation?
Re: Jubula 8.2.2 released [message #1727483 is a reply to message #1727463] Wed, 23 March 2016 06:43 Go to previous messageGo to next message
Eclipse UserFriend
Hi Ziyaad,

as Markus already answered your question in your last post you can find documentation on how to use the Client API here.
Regards
Oliver
Re: Jubula 8.2.2 released [message #1727484 is a reply to message #1727483] Wed, 23 March 2016 06:43 Go to previous messageGo to next message
Eclipse UserFriend
No Message Body
Re: Jubula 8.2.2 released [message #1727634 is a reply to message #1727484] Thu, 24 March 2016 11:18 Go to previous messageGo to next message
Eclipse UserFriend
Hi Alex,

How can I use this feature below?
- You can set the Object Mapping Profile for single elements in the Object Mapping Editor, for example, to ensure that a specific component will only be searched for based on its given name.

I clicked on Set Profile... -> Given Names and it adds a blue arrow to the Component-icon.

But I don't see any change in the way Jubula finds the component. I mean, I have a form with a Text-input and if I put the Text-input to a different location in the GridLayout with WindowBuilder, then it will confuse Jubula and it will find a diffferent Text (with a Heuristic Match smaller than 100%).

So, what's really the meaning of these Mapping Profiles?
Is there a profile where it will try to find a component based on it's properties and not it's location in the GridLayout?
Re: Jubula 8.2.2 released [message #1727685 is a reply to message #1727634] Fri, 25 March 2016 04:56 Go to previous message
Eclipse UserFriend
Okay, I've figured it out. By "given name" you mean the Technical Name of a Component.

In case someone else runs into this, you can find it here how assign them: <installed> Documentation -> 4.3.5.1. Naming components

If you don't assign it then Jubula will name them in their order (i.e. TextComponent_27). So if input fields change their location then it will mismatch them, as they don't have a caption like buttons do.
Assigning Technical Names of input fields and then fine-tuning them with "Given Name" Profile will result in error-proof mapping.

Cheers,
Adam
Previous Topic:Problem of keyboard
Next Topic:First Steps Cheat Sheet Example not found
Goto Forum:
  


Current Time: Mon Jul 14 20:11:30 EDT 2025

Powered by FUDForum. Page generated in 0.06364 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top