Hi,
1. Is there a way to Call a Function which resides in another .vb file which is available in another Project under a Same Solution.
2. Is there a way to Call a Function which resides in another .vb file which is available in another Project not under a Same Solution (i.e. Different Solution)
The main objective of the above question is to have all the Reusable Functions / Utility Functions into the Different Solution / Different Project to invoke them whenever needed from any .vb script.
Or...
If this is not possible,can you please suggest how this can be achieved.
We are able to do this using Rational Functional Tester & QTP (Function Libraries)
-- Dal