Micro Focus QTP (UFT) Forums
QTP List of Functions and Commands - 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: QTP List of Functions and Commands (/Thread-QTP-List-of-Functions-and-Commands)



QTP List of Functions and Commands - rpc86 - 01-10-2012

Hi guys,

I'm new in this forum as well as new in Testing job. I'm a former developer.

Could you give me links on how can I find QTP Functions and Commands? I saw vbscripts in our project something like the following:

RunAction()
Browser()

I know they are lots of them.

Many thanks in advance



RE: QTP List of Functions and Commands - harshkumar1 - 01-10-2012

Browser("PageName") represent Browser Object.

RunAction Action2, oneiteration, parameter1, parameter2: It represents that "Action2" is called with parameters "parameter1" & "parameter2"


RE: QTP List of Functions and Commands - rpc86 - 01-10-2012

Thanks.

What I need is the list of all objects and their meanings/usage. Not only that 2 samples above.


RE: QTP List of Functions and Commands - suresh vasu - 01-10-2012

In QTP tool
go to
Help --> Quick Test Professional Help --> HP QuickTest Professional Object Model Reference

There you can find all kinds environments, their objects AND methods and properties available for those objects along with examples




RE: QTP List of Functions and Commands - deepaksporty - 01-10-2012

From what you've said I guess you're in a developer frame of mind... I would suggest you going through QTP's user guide and understand how QTP works...and the same guide will give answers to many of your questions