XMLHTTP

Testing Web Services using QTP, VBScript

by Anshoo Arora ON March 16, 2012 · Posted In All, QTP, VBScript · 15 comments

This article was originally requested by one of our visitors – Dhup Chaya. It shows a way to work with Web Services (Google’s Distance Matrix API) using XMLHTTPRequest (sending request & receiving response) and parsing the response with both XMLUtil and XMLDOM.

Retrieve Server Response using XMLHTTP

by Anshoo Arora ON August 10, 2009 · Posted In All, QTP/Web, VBScript · 3 comments

This topic outlines the use of XMLHTTP object in VBSCript. It will show how to retrieve Server-side response without physically opening the page.