Working with Function Libraries

Q: Can I store functions and subroutines in a function library?

You can create one or more VBScript function libraries containing your functions, and then use them in any component.

You can register your functions as methods for QuickTest test objects. Your registered methods can override the functionality of an existing test object method for the duration of a run session, or you can register a new method for a test object class.

No comments: