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.
QTP
I have been researching this topic for a very long time and I finally have a workaround which I have tested for for the last 2 months with great success. The best part about this workaround is, I just need to create wrappers, without including any of the code I have in my QTP function libraries. If I add a new method to my class, all I do to update the Intellisense is add the method (without the QTP code) in my VB lib, create a DLL and Register the library for COM Interop.
This article shows a simple way of finding out in which cell a QTP’s Test Object resides.
Over the past few years, I have read numerous threads and posts talking about working with Excel using VBScript. Not only have there been numerous threads, but also frameworks that use Excel as the input and/or driver engine. I wanted to work on this mini-project for a long time, and I finally have Version 1.0 of ExcelUtil ready for download! It comes with .CHM documentation.
