I want to see all the properties of agent name in login
window. I will use the script
Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( )
msgbox
but my question is how to use the msgbox if i use a it will
display only a, so anyone pls let me know how to get the
display of all the properties using GetToProperties () or
GetRoProperties (). Thanks a lot
Answer Posted / abc
I have asked for GetRoProperties not GetRoProperty
I mean all the properties not single property
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to data driven test for Win objects in QTP ?
What is data driver in qtp? Where we use it?
when u script reveiwing in which area u more concentrates?
What is the use of an object spy tool in qtp?
How does qtp identify objects in the application?
What are the technologies supported by qtp?
How can I check if a environment variable exist or not?
how to know no.of mails in our g mail by using vb-script
What are metrics and matrix?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
What is difference between Recording time object identification and Run time (Execution) time.
How to use output values in qtp ?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What is QTP scenario.