robotframework-postgresqldb

Robot Framework Library For Working With PostgreSQL Database.


Keywords
testing, testautomation, robotframework, autotest, psycopg2, postgresql, database, automation
License
Apache-2.0
Install
pip install robotframework-postgresqldb==2.0.0

Documentation

RobotFramework PostgreSQL Library

Build Status

Short Description

Robot Framework library for working with PostgreSQL database, using psycopg2.

Installation

pip install robotframework-postgresqldb

Documentation

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

Example

Settings Value
Library PostgreSQLDB
Test cases Action Argument Argument Argument
Simple Test PostgreSQLDB.Connect To Postgresql postgres postgres password
  @{query}= Execute Sql String SELECT CURRENT_DATE  
  PostgreSQLDB.Close All Postgresql Connections      

License

Apache License 2.0