robotframework-oracledb

Robot Framework library for working with Oracle Database.


Keywords
testing, testautomation, robotframework, autotest, oracle, database, autotesting, python
License
Apache-2.0
Install
pip install robotframework-oracledb==2.0.2

Documentation

RobotFramework Oracle Library

Build Status

Short Description

Robot Framework library for working with Oracle database, using cx_Oracle.

Installation

pip install robotframework-oracledb

Documentation

See keyword documentation for robotframework-oracledb library in folder docs.

Example

Settings Value
Library OracleDB
Test cases Action Argument Argument Argument
Simple Test OracleDB.Connect To Oracle rb60db username password
  @{query}= Execute Sql String select sysdate from dual  
  OracleDB.Close All Oracle Connections      

License

Apache License 2.0