Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.89 KB

File metadata and controls

51 lines (37 loc) · 1.89 KB

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