Skip to content

hleskien/robotframework-dblibrary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database library for Robot Framework

Introduction

The Robot Framework Database Library is a library which provides common functionality for testing database contents.

  • More information about this library can be found in the Keyword Documentation.
  • For keyword completion in RIDE you can download this Library Specs and place it in your PYTHONPATH.

Usage

If you are using the robotframework-maven-plugin you can use this library by adding the following dependency to your pom.xml:

<dependency>
    <groupId>com.github.hi-fi</groupId>
    <artifactId>robotframework-dblibrary</artifactId>
    <version>3.1.1</version>
</dependency>

With Gradle, library can be use by importing it as a dependency in build.gradle:

runtime('com.github.hi-fi:robotframework-dblibrary:3.1.1')

Library import in Robot tests can be done with:

*** Settings ***
Library DatabaseLibrary

Example

Usage examples can be found at Tests-folder for both local and remote usage.

About

A database testing library for the Robot Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 88.0%
  • RobotFramework 11.6%
  • Shell 0.4%