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
- Host: GitHub
- URL: https://github.com/sbabcoc/qtp-libraries
- Owner: sbabcoc
- Created: 2022-04-12T15:41:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T19:51:53.000Z (about 4 years ago)
- Last Synced: 2025-12-15T17:29:55.115Z (6 months ago)
- Language: VBScript
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.