Configure a project with several toolkits ? [message #1702691] |
Fri, 24 July 2015 03:20  |
Eclipse User |
|
|
|
Hello everybody,
Here are my problem and my question.
In my case, I use a RCP application so I configured my project with a RCP toolkit. But during my automated tests with Jubula, there are some elements whose aren't recognized by Jubula.
In fact, these elements aren't RCP components but I recognized HTML components (hypertext links), AWT/SWING components (tree), kind of array and maybe others... And that, I didn't know and it was a surprise because for me, a RCP application only uses RCP components.
I understood the control on the application depends on the choosen toolkit. So with my setup, I can only interact with the RCP elements.
So one day, could we configure a project with several toolkits ?
Thanks for your time.
[Updated on: Fri, 24 July 2015 08:04] by Moderator
|
|
|
|
|
|
|
|
|
Re: Configure a project with several toolkits ? [message #1703068 is a reply to message #1703061] |
Tue, 28 July 2015 08:31  |
Eclipse User |
|
|
|
Thanks Alex for the solution.
For the replaceText, I did this process :
replaceText(word)
||
CopyToClipboard(word)
Clic on the choosen component
KeyCombination_CTRL_V
Regarding replaceText function, I noticed it didn't work at 100%. Sometimes, the word is cut.
Example :
Entry = toto
On the screen = to
Do you think I need to use the wait function before replaceText (because of the speed of mouse) ?
|
|
|
Powered by
FUDForum. Page generated in 0.14546 seconds