Micro Focus QTP (UFT) Forums
QTP Actions in to vbs function - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: QTP Actions in to vbs function (/Thread-QTP-Actions-in-to-vbs-function)



QTP Actions in to vbs function - anbarasu - 04-05-2010

Can we have qtp actions as vbs functions? If yes, how can we parameterize, insert check points, associating object repository,,,


RE: QTP Actions in to vbs function - manishbhalshankar - 04-05-2010

If you want vbs functions as qtp actions, then you will have to use DP for object properties. You will not be able to associate OR. For checkpoints, you will have to use GetROProperty to fetch the property value you want to check.


RE: QTP Actions in to vbs function - anbarasu - 04-05-2010

Thanks a lot...
If i use qtp actions as vbs function... I can run the scripts without invoking qtp rite.

Then, can we do all check points as in qtp by vb script