How to retrive the property of an object?
Answers were Sorted based on User's Feedback
Answer / sharath
Spy the object
a dialog box comes with the properites and the associated
methods
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jayadev acharam
Example:
Dim link_Text
link_Text=Browser("abcd").Page("efgh").Link.GetROProperty
("innertext")
Is This Answer Correct ? | 1 Yes | 0 No |
What are some test assets and related extensions of qtp?
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance
What are the factors on which script execution time is dependent?
Hi Friends ,I want to Know name of the Site for the QTP Help and the Best Book through that I can start the QTP Practice here also whare can I download the QTP Users Guide I search I was Unable .
How to see the screens after running test in QTP?
what is a file system object in QTP
What is data driven testing in QTP?
What are the main attributes of test automation?
What is the logic for reading(exporting)the data from flat files to QTP?Can anyone explain me with an example? I appreciate it!!! Thanks!!! Prasanna
what type of application we can select for automation testing and what is the entry criteria for automation
Plz give the vb script for the following scenerio I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to select from the drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. For every iliteration it should select A,then B and so on
how to automate standalone infopath forms using QTP? (it is not a dotnet or a web form)