writing into an editable table cell [message #900939] |
Thu, 09 August 2012 03:27  |
Eclipse User |
|
|
|
Hi. I'm quite new to Jubula, using v1.2.1 on an RCP-application and having troubles with writing into editable table cells.
I tried everything that came into my mind to put text into the cell, but Jubula always stops the test case due to an "action error", telling me the cell is not editable.
I just managed to write into it by sending single keys, but in this cell there is a time required, thus the syntax gets checked and Jubula makes "02.00" out of my "02:00" (german layout).
EDIT:
I still don't know, why Jubula tells me the cell is not editable, but managed to put "02:00" into the cell in 8 steps: selectCell, pressAnyKey[0], pressAnyKey[2], setToggleKey_CAPSLOCK [true], pressAnyKey[ : ], ... looks inelegant but does the job.
Peter
[Updated on: Fri, 17 August 2012 05:45] by Moderator
|
|
|
|
|
|
Re: writing into an editable table cell [message #902171 is a reply to message #902141] |
Thu, 16 August 2012 04:41  |
Eclipse User |
|
|
|
Hi Alex,
this copyTextToClipboard, pressKeyCombination_CTRL_V sequence seems to work perfectly.
Moreover, I actually like it. It is easy to parameterize and takes just two steps more (selectCell, paste) than a replaceText command.
Thank you, Peter
|
|
|
Powered by
FUDForum. Page generated in 0.07303 seconds