Posts: 2
Threads: 1
Joined: Jan 2012
Reputation:
0
01-10-2012, 01:39 PM
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
Posts: 4
Threads: 1
Joined: Jan 2012
Reputation:
0
01-10-2012, 03:18 PM
Browser("PageName") represent Browser Object.
RunAction Action2, oneiteration, parameter1, parameter2: It represents that "Action2" is called with parameters "parameter1" & "parameter2"
Posts: 2
Threads: 1
Joined: Jan 2012
Reputation:
0
01-10-2012, 03:48 PM
Thanks.
What I need is the list of all objects and their meanings/usage. Not only that 2 samples above.
Posts: 14
Threads: 1
Joined: May 2011
Reputation:
0
01-10-2012, 05:36 PM
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
Posts: 23
Threads: 1
Joined: May 2011
Reputation:
0
01-10-2012, 06:31 PM
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