Micro Focus QTP (UFT) Forums
Calling VB script inside the Action ? - 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Calling VB script inside the Action ? (/Thread-Calling-VB-script-inside-the-Action)



Calling VB script inside the Action ? - riteshgpt - 04-14-2010

Is it posible to call VB script inside Action ?

Is it possible to run remote vb script inside action?

Thanks for response.


RE: Calling VB script inside the Action ? - Tarik Sheth - 04-15-2010

Hi,
Can you give some more data on what are you trying to do.


RE: Calling VB script inside the Action ? - manishbhalshankar - 04-15-2010

Hi,
Try adding the vbs file in the resoruces of your main action of use ExecuteFile statement with the full file path.


RE: Calling VB script inside the Action ? - riteshgpt - 04-16-2010

I have two external resource like softphone reside on two virtual pc.
PC-a Softphone A
PC-b Softphone B
PC-c Application- Which Receives call and transfer call to PCb Softphone b

QTP runs on Pc-c Action Application Receives call and transfer call..

My QTP is running on PC-c Application Peforming some opration,
now I want to Invoke call from PC-a and perform certain action on Pc-b.

Please let me know any idea what could be best way to perform this.