The Robot class in the Java AWT package is used to generate native system input events for the purposes of test automation, self-running demos, and other applications where control of the mouse and keyboard is needed. The primary purpose of Robot is to facilitate automated testing of Java platform implementations. In simple terms, the class provides control over the mouse and keyboard devices ...
The Robot Framework is offering a lot of predefined testing functionality in various test libraries. This really helps a lot in starting to write tests once it is clarified which libraries are best to be used. Doing some pre-testing (prototyping) to check different test libraries will help a lot to decide which test libraries should be used productively.
There is a database library for Robot Framework written by Franz See available here. To install this library, the easy way is to use easy_install (or pip) to get the job done: easy_install robotframework-databaselibrary. Once installed, there are a set of interesting available keywords that allows to connect and interact with a database (list of keywords available). Note that to connect to ...