Skip to content

AstunTechnology/robotframework-soaplibrary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

117 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOAP library for Robot Framework

Introduction

This is a fork of the robotframework-sudslibrary but rather than using SUDS, it uses Zeep which is a current and maintained SOAP client.

Installation

  • Install VirtualEnv
python -m venv venv
  • Activate VirtualEnv
.\venv\scripts\activate
  • Install the pre-requisites
pip install -r requirements.txt
  • Download and install npm (required for running local webservices)
  • Install http-server (add -g option to install http-server for all users)
npm install http-server

Running Tests

  • Activate the local webservices in one terminal
python ./Test/TestWebServices.py
  • Run the tests in another terminal
python ./Test/run_tests.py

About

Web service testing library for Robot Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • RobotFramework 58.7%
  • Python 41.3%