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 |
Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.
how to retrieve data from flight resevation->reports
What is API
images are dynamically changes how to compare two images
What type of automation frame work you are using?and why?
How we can add actions in the test using QTP?
what is Business Process Testing plz explain?
How to maintain the old scripts in QTP?
what is the difference between link and hyper link?
Hi, Is there any function or vbscript in QTP to clear the cookies,sessions. Please help me in this.
hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?
Use of Debug Viewer?