There are many Libraries available to write automate unit test case using Robot framework. You can write your own library if you require some additional functionality.
STANDARD Library - There are below standard libraries which you can use directly if Robot Framework is installed. I have written blog about how to install Robot Framework and Ride
You can get basic knowledge form my previous blog -
Basic of Robot Framework Part 1
Robot Framework : Explain with Example
OperatingSystem - http://robotframework.org/robotframework/#standard-libraries
Useful External
Library – Which need to include in Robot directory test project to use
HTTP Request - https://github.com/bulkan/robotframework-requests/#readme
Selenium2Library - https://github.com/robotframework/Selenium2Library
Database (Python) - http://franz-see.github.com/Robotframework-Database-Library/
Database(Java) - https://github.com/ThomasJaspers/robotframework-dblibrary/
You can get additional help from robotframework.org.
Robot Framework Issue tracker - https://github.com/robotframework/robotframework/issues
Robot Framework provides plugin to connect Jenkins, Maven
and Ant task. You can get more information - http://robotframework.org/#tools
Videos to start Robot Framework testing - http://robotframework.org/#documentation
I have worked extensively on all above library. Please let
me know if you require any specific library’s example.
No comments:
Post a Comment