Hi,
From my experience so far, and other QA Engineers I've talked to Robot's usability and learning curve are in need of enhancement.
For example, I want to be able to simply type out some tests into a text file, like below and have there be syntax highlighting. Ideally this would be done through an Eclipse plugin. Please see screenshot below of how easy it was to write basic Selenium tests before using a framework, and note the syntax highlighting.
*** Settings ***
Library D:\\Temp\\1TestingApps\\Selenium\\Robot\\lib\\MyLibrary1.py
*** Testcases ***
Print Text text_print Guy
Sleep timec 10
RIDE [1] does syntax highlighting (among other things) and there are
also syntax highlights for Emacs [2] and Vim [3]. Eclipse plugin would
be great too but nobody has yet contributed anything.
[1] http://code.google.com/p/robotframework-ride/
[2] http://github.com/sakari/robot-mode
[3] http://github.com/mfukar/robotframework-vim
> Also, the learning curve for Robot is incredibly steep. I think this is mainly due to lack of video tutorials. If you want to see video tutorials done right for a framework, check out the ones for Fitnesse on their homepage. Can we please get some video tutorials? I think it would drive up the Robot userbase as well.
I agree having videos would be great but think that having more simple
examples would be even better. Both have been on my todo list for ages
and hopefully something happens during autumn. If someone is
interested to help let me know!
Cheers,
.peke
--
Agile Tester/Developer/Consultant :: http://eliga.fi
Lead Developer of Robot Framework :: http://robotframework.org
2011/7/29 SMERSH009X <smers...@gmail.com>
>
> For example, I want to be able to simply type out some tests into a text file, like below and have there be syntax highlighting. Ideally this would be done through an Eclipse plugin.RIDE [1] does syntax highlighting (among other things) and there are
also syntax highlights for Emacs [2] and Vim [3]. Eclipse plugin would
be great too but nobody has yet contributed anything.
> Also, the learning curve for Robot is incredibly steep. I think this is mainly due to lack of video tutorials. If you want to see video tutorials done right for a framework, check out the ones for Fitnesse on their homepage. Can we please get some video tutorials? I think it would drive up the Robot userbase as well.
I agree having videos would be great but think that having more simple
examples would be even better. Both have been on my todo list for ages
and hopefully something happens during autumn. If someone is
interested to help let me know!
Notice that keywords are both case and space insensitive so you can
use e.g. 'ClickElement' instead of 'Click Element'.
Cheers,
.peke
PS: I fully agree that Robot syntax highlighting and auto-completion
support for more text editors would be great. Hopefully users with
experience in Notepad++, JEDit, etc. could contribute something!