What is Test Object Method in QTP?
Question ID: 105822
0
0
Marked as spam
Posted by (Questions: 11, Answers: 5)
Asked on January 16, 2015 9:30 am
19 views
Answers (1)
1
Private answer

Are you referring to what a method is for an object? If so, a method is an operation that is performed on an object such as a click, select, set, etc. The syntax in VBScript in QTP is object.method:

Browser(''Browser'').Page(''TestPage'').WebButton(''Login'').Click

Click in this example is the method.

Marked as spam
Posted by (Questions: 2, Answers: 477)
Answered on April 1, 2015 2:17 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top