How to capture the text from the application using QTP?
Answers were Sorted based on User's Feedback
Answer / pravati
Browser().page().webobject().getroproperty("innertext")
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nitin
Browser("Browser").Page("Page").Webobject("PropertyName:=Property
value").GetRo("Property")
| Is This Answer Correct ? | 1 Yes | 4 No |
How comfortable are you in VB scripting?
What are the types of Object Repositories in QTP?
Hi, How to invoke QTP or any application through Command Prompt without using Vb script and batch file.... Reply me Srinivas
what do you call the window testdirector-testlab?
What are Test case selection criteria for Automation?
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
what is the difference between built-i function and In-built function?
What phases are involved in testing an application in qtp?
How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?
What are the different types of Database checkpoints in QTP? when they are used?
why you have standardized functions? plzzz guys with real time exp. do answer
Can u call txt extension file in QTP?