what Native radio button explains in object spy(QTP)?
Tags:
Question ID: 105825
0
0
Marked as spam
Posted by (Questions: 9, Answers: 3)
Asked on January 16, 2015 9:51 am
23 views
Answers (1)
1
Private answer

The native button will show additional object (class) specific methods (or properties) that are not part of the 'standard' set of methods or properties that a particular object class has. They can sometimes allow you to do extra things with an object besides the common methods such as custom developer created methods for an object. You can access them using the addtional object:

Window(''Test Window'').WinList(''TestList'').Object.ClearAll

Use this as a general rule. You might need to research the particular object online or talk to a developer about a native method or property to understand how it works.

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

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

X
Scroll to Top