You can start with the basic robot test data "language". This should
be enough if your interactions with the system under tests can be
handled with the existing libraries.
If you need to do something more complicated (new libraries) it is
good to know Python. You can also create robot libraries with
languages that run in JVM (Java, Scala, Clojure, Groovy etc.).
There is also some work done to make robot work with .net libraries.
You can also create new libraries with other languages.
> 2) I have installed Robot Framework 2.5.7, I executed the demo. Then
> next what i have to do to automate my Application developed in Web2.0?
Install SeleniumLibrary and learn to use it.
http://code.google.com/p/robotframework-seleniumlibrary/
> 3) Give example to automate mouse over actions in my web application?
See the documentation (Mouse [something] keywords) of the seleniumlibrary.
http://robotframework-seleniumlibrary.googlecode.com/hg/doc/SeleniumLibrary.html
--
Mikko Korpela
Aruna <arunan...@gmail.com> kirjoitti 16.5.2011 kello 14.35:
>> You can start with the basic robot test data "language". This should
>> be enough if your interactions with the system under tests can be
>> handled with the existing libraries.
>
> Can you explain what is 'test data language' as im very new to robot
> framework.
The format that you use for writing tests. You should know about the basic robot consepts like test case tables, keywords etc.
>
> On May 11, 10:50 am, Mikko Korpela <mikko.korp...@gmail.com> wrote:
>>> 1) Can you explain what programming language/script I need to learn to
>>> work with Robot framework ?
>>
>> You can start with the basic robot test data "language". This should
>> be enough if your interactions with the system under tests can be
>> handled with the existing libraries.
>>
>> If you need to do something more complicated (new libraries) it is
>> good to know Python. You can also create robot libraries with
>> languages that run in JVM (Java, Scala, Clojure, Groovy etc.).
>> There is also some work done to make robot work with .net libraries.
>> You can also create new libraries with other languages.
>>
>>> 2) I have installed Robot Framework 2.5.7, I executed the demo. Then
>>> next what i have to do to automate my Application developed in Web2.0?
>>
>> Install SeleniumLibrary and learn to use it.http://code.google.com/p/robotframework-seleniumlibrary/
>>
>>> 3) Give example to automate mouse over actions in my web application?
>>
>> See the documentation (Mouse [something] keywords) of the seleniumlibrary.
>>
>> http://robotframework-seleniumlibrary.googlecode.com/hg/doc/SeleniumL...
>>
>> --
>> Mikko Korpela
>
> --
> You received this message because you are subscribed to the Google Groups "robotframework-users" group.
> To post to this group, send email to robotframe...@googlegroups.com.
> To unsubscribe from this group, send email to robotframework-u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.
>
Above linked User Guide explains the data syntax in detail.
SeleniumLibrary's demo is a very good and realistic example:
http://code.google.com/p/robotframework-seleniumlibrary/wiki/Demo
Cheers,
.peke
--
Agile Tester/Developer/Consultant :: http://eliga.fi
Lead Developer of Robot Framework :: http://robotframework.org