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 |
Which object model is not supported by QTP? a)COM b)DECOM c)DOM d)DCOM. Pls explain about theese object models?
How did u write macros?What is the main importance of VB macros in testing environment?
In qtp, how you can exit for loop?
I have to do testing for XML file using QTP. 1. I was given a sample XML, I had to edit that with my actual data and had to make a new XML-- this part is completed, I did that. 2. Now I have to copy the exact contents of that XML file and have to paste it in a web application as a request message for web appliaction processing, using QTP. So I am unable to copy and paste it in web application, please help me out.
What is the difference between Action and Function.? when both has the same functionaltiy, when do we choose Action and when do we choose Function..??
3 Answers DST Global Solutions,
What are the advantages of Object Repository?
How to Import data from a ".xls" file to Data table during Runtime.
QTP -object reposistory spy tool is not able to spy the pop up message appearing in the application, so how is that i can handle such run time pop ups in QTP by code???
Wt is the difference between Business Component and scripted component?
Hi All, I'm Akshaya here, could anybody please help me regarding how to import the excel sheet to run time datatable. But Pl. keep it in your knowledge is that excel sheet is opened. Thanks, Akshaya Madali 9823213538
How can i count the list box elements in QTP ?using script plz explain me (Chandana)
How to add check point?