Socket
Socket
Sign inDemoInstall

robotframework-suds2library

Package Overview
Dependencies
0
Maintainers
3
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    robotframework-suds2library

Robot Framework test library for SOAP-based services.


Maintainers
3

Readme

Suds2Library

.. contents::

Introduction

Suds2Library is a Robot Framework_ test library for functional testing of SOAP-based web services. It is a full Python 3 port of SudsLibrary_ using suds-py3_ as a SOAP client.

Suds2Library is operating system independent and supports only Python_ 3.5 or newer.

Documentation

See keyword documentation_ for available keywords and more information about the library in general.

For general information about using test libraries with Robot Framework, see Robot Framework User Guide_.

Installation

The recommended installation method is using pip_::

pip install robotframework-suds2library

Running this command installs also the latest versions of Robot Framework and suds-py3_.

Alternatively you can download the source distribution from PyPI_, extract it, and install it::

python setup.py install

Support

There are various support forums available:

  • robotframework-users_ mailing list
  • Robot Framework Slack community_
  • Robot Framework forum_
  • Suds2Library issue tracker_ for bug reports and concrete enhancement requests

.. _forum: https://forum.robotframework.org/ .. _issue tracker: https://github.com/rticau/Suds2Library/issues .. _keyword documentation: https://rticau.github.io/Suds2Library/Suds2Library.html .. _pip: http://pip-installer.org .. _PyPI: https://pypi.python.org/pypi/robotframework-suds2library/ .. _Python: http://python.org .. _Robot Framework: http://robotframework.org .. _Robot Framework User Guide: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#using-test-libraries .. _robotframework-users: http://groups.google.com/group/robotframework-users .. _Slack community: https://robotframework-slack-invite.herokuapp.com .. _suds-py3: https://github.com/cackharot/suds-py3 .. _SudsLibrary: https://github.com/ombre42/robotframework-sudslibrary

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc