Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Drag'n'drop on tree with a window opening
Drag'n'drop on tree with a window opening [message #1232742] Fri, 17 January 2014 16:07 Go to next message
Elise Ruelle is currently offline Elise RuelleFriend
Messages: 74
Registered: April 2013
Member
Hi,

I have a trouble with a drag and drop in a tree.
I have a test suite where I try to drag and drop an element on the parent node. This action open a window to manage the name conflict between the existing element and the dropped element.
For this I use the test case 'ub_tre_dragAndDrop_byTextpath' and the action 'ub_app_waitForWindow', but when I run my test suite, the drop action stay in status 'Now Testing' until I close the window. If I let the test suite run I have an error '5006: Timeout occured'.

I've try without the wait for window, I have the same result. I've try with other drag and drop option but it's the same result.

I think it's because the window appear before any modification in the tree.

Have you any idea for me to test this particular drag and drop ?

For information, I use jubula 7.1.0.

Thanks per advance for your help.


Elise Ruelle

ALL4TEC
Re: Drag'n'drop on tree with a window opening [message #1233752 is a reply to message #1232742] Mon, 20 January 2014 12:09 Go to previous message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi Elise,

The drag and drop actions are indeed written so that the drop must be immediately followed by the drop - nothing else can come in between (no waits, no other actions, no dialogs).
That'll be the reason why the test doesn't work.

There are a couple of options you could consider:
- adding the node in another way that doesn't require drag & drop
- writing an extension for this case
- getting the Jubula team to write you one [1]

best regards,
Alex

[1] http://testing.bredex.de/sponsored-development.html
Previous Topic:Autagent as a Service under Windows ?
Next Topic:Error by trying to run a test Job under linux
Goto Forum:
  


Current Time: Sat Apr 20 03:50:36 GMT 2024

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

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

Back to the top