How QTP recognizes Objects in AUT?
Question ID: 105826
0
0
Marked as spam
Posted by (Questions: 7, Answers: 8)
Asked on January 16, 2015 9:51 am
32 views
Answers (2)
3
Private answer

QTP stores the definitions for application objects in a file called the Object Repository.

As you record your test, QTP will add an entry for each item you interact with.

Each Object Repository entry will be identified by a logical name (determined automatically by QTP), and will contain a set of properties

(type, name, etc) that uniquely identify each object.

Each line in the QTP script will contain a reference to the object that you interacted with, a call to the appropriate method (set, click)

and any parameters for that method (such as the value for a call to the set method).

Marked as spam
Posted by (Questions: 17, Answers: 7)
Answered on January 16, 2015 9:59 am
2
Private answer

Thank You

Marked as spam
Posted by (Questions: 7, Answers: 8)
Answered on January 16, 2015 10:01 am
EyeOnTesting

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

X
Scroll to Top