Tuesday, 13 November 2012

QTP/vbs - Dynamically loading executable code - pt II.

I very recently posted an article on loading vbs code dynamically, and noted that this had a shortcoming with functions loaded not being globally available.

Solution

ExecuteFile "c:\myFile.vbs"

Where myFile.vbs is a file filled with a bunch of executable commands and such. 

No comments:

Post a Comment

Robot Framework, Basic Setup

Plug: Robot Framework is quick to setup, easy to write tests for, and super fast to triage failures in. The last point really sets it apart...