An open API service indexing awesome lists of open source software.

https://github.com/sbabcoc/qtp-libraries

These VBScript libraries were written to support Quick Test Pro automated testing
https://github.com/sbabcoc/qtp-libraries

Last synced: 4 months ago
JSON representation

These VBScript libraries were written to support Quick Test Pro automated testing

Awesome Lists containing this project

README

          

# QTP-Libraries
These VBScript libraries were written to support Quick Test Pro automated testing.

I think the most interesting chunk of code in this collection is `WebService.vbs`, which implements the following conversions:

* JSON to XML
* JSON to Object
* XML to JSON
* Object to JSON

It also contains code that demonstrates how to retrieve data from a web service, and how to use an XSD to validate an XML document.