What are the properties you would use for identifying a
browser & page when using descriptive programming ?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
"name" would be another property apart from "title" that we
can use.
OR
We can also use the property "micClass".
ex: Browser("micClass:=browser").page("micClass:=page")....
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / a qtp user
If you use browser handle (hwnd), you won't need page at
all.
For instance Browser("hwnd:=111111").WebList(....)
Is This Answer Correct ? | 1 Yes | 0 No |
What are the types of Object Repositories in QTP?
What are test settings and global settings?
how to get the object count ?????????
how many wayes we do the parameterization?
how to capture data from images in QTP and produce them in excel sheet?
Does QTP is "Unicode" compatible?
Tell me Three major differences between QTP & Winrunner?
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
What are the difference between QTP and Winrunner
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
what is the qtp objects?
Whenever i'm running 3 diffrent scripts in a Test Batch Runner as a batch. its not showing any result. QTP only runs all the scripts n nothing else. B4 running the test batch i have done all the settings, But still its not working.