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 |
hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check "want" is their in the text or not ?
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
I have a 10 lines of qtp script, while executing i got an error at line 7 but i dont want to stop the execution i want to continue the execution up to last line and display the test result window, wts the syntax we use?
3 Answers BirlaSoft, Collabera,
what are the metrics in general we use in testing
What is the quicktest professional testing process?
Object Repositories types, which & when to use?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
Can u call txt extension file in QTP?
can u write one user defined function for webedit class.
What is Parameterizing Tests?
Hi i have a webtable which is having 7 columns and 6 rows of data in that table of 4th and 5 th column each row is partiotioned into 3 sub rows i want to verify in each partitioned rows of corresponding row for ex values will be like this 0 / 1 ,26/28.if it is 0/1 i want to skip only if any num/num greater than 1 i want to click.
how can we handle errors other than using recovery scenerios in qtp