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 / ahfahfahdh adhadi
set a=Window("FR").WinEdit("Agent Name:")
Set oEdtobj=a.GetToProperties
Prop_Count=oEdtobj.count()
For i=0 to Prop_Count-1
PropsName=oEdtobj(i).Name
PropsValue=oEdtobj(i).Value
msgbox PropsName &" = " & PropsValue
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
what are the limitations of smart identification in qtp 9.0
Can we Test Welcome Screens and Process Images with QTP
What is business process testing(bpt) in qtp?
What are the views available in quicktest professional?
How to add verification steps to tests?
How to carry out bit map check points in QTP
What is a programmatic description?
What is smart identification in QTP?
Do you know SQL? I know SQL but i don't have any experience...that's it..No more questions ...simply he said " you can leave for the day" ...guys prepare SQL Quires before attending interview in bank of america...
how to create flat file datasubmission in qtp
what is the advantages and disadvantages of using functions instead of re usable actions
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
How to test login module with different username and password by using data driven testing in QTP?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?