Skip to content

the simple framework allowing to create tests for webservice by WSDL Schema

Notifications You must be signed in to change notification settings

hetvart/webservice-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Main concept:

The main goal of this library is to implement functional automation testing framework on the webservice.

Test Runner:

Use test_runner.py file to run your tests. It takes as an argument .json config file with a list of test modules names your are going to run.

.json file looks like the below one:

{
  "test suites": ["tests.test_country_service"]
}

See the below example of how to run tests: .. code-block:: sh

$ python test_runner.py configs/config.json

About

the simple framework allowing to create tests for webservice by WSDL Schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages