PROJECT DESCRIPTION
The 'VBS Class Framework' is an experimental project whcih aims at delivering 'Visual Basic Script Classes' for some commonly used Objects / Components (COM).
The objective of the project is to explore and exercise the 'Object Oriented' capabilities of VBScript by developing some extended classes. These classes can be put in use by script programmers to facilitate scripting around these common assorted objects while making use of the main properties and methods are being exposed by this class framework.
These classes can be used as sort of COTS plugins for script programmers or even for developing QTP Libraries.
NOTE: The performance and memory requirements for these classes has not been tested! Presumably the performance and memory requirement is expected to be on higher side compared to scripts without classes.