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 / sreekanth chilam
Hi,
Try with the below code , you will get the solution.
set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( )
Prop_Count=a.count()
For i=0 to (Prop_Count-1)
msgbox a(i)
Next
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a checkpoint? How many check points are there in qtp?
How many types of parameters are there?
Explain types of descriptive programming?
How many types of run modes are there in qtp?
Discuss the QTP Environment?
What is output value? How many types of output values are there in qtp?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
what is review
How to test fly out menu in qtp?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
How to open a new test using quicktest professional?
If I give some thousand tests to execute in two days what do you do?
How to save your test using quicktest professional (qtp)?
Hoe can we do retesting using functions please give the code for it using login page
What is the syntax to call one action in another?