On what basis does the Exist()
method(in QTP) identify existence of a test object in the open Application?
Asked
Active
Viewed 387 times
2

Motti
- 110,860
- 49
- 189
- 262

Fahim Aslam Bhatti
- 90
- 1
- 10
1 Answers
3
QTP will try to match the description of the test object to a control in your application.
HP published a blog post about how QTP identifies objects which goes a bit into what Exist
does and the (unexpected) side effect that you must not call Exist
on a test object returned from ChildObjects
.

Motti
- 110,860
- 49
- 189
- 262