0.1.2 • Published 9 years ago

testx-soap-keywords v0.1.2

Weekly downloads
9
License
ISC
Repository
-
Last release
9 years ago

testx-soap-keywords

A library that extends testx with keywords for testing soap services. This library is packaged as a npm package.

How does it work

From the directory of the art code install the package as follows:

npm install testx-soap-keywords --save

After installing the package add the keywords to your protractor config file as follows:

testx.addKeywords(require 'testx-soap-keywords')

Keywords

KeywordArgument nameArgument valueDescriptionSupports repeating arguments
soapSend soap request and assert soap response
urllocation to the webserviceNo
requestthe request to send to the serviceNo
xpathxpath expression to the node value or node attribute valueNo
expectedexpected valueNo
xmlns attr namexmlns attr valueSpecify the xmlns attribute name (e.g. saml2p) and value (e.g. http://...)Yes