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
How does quicktest professional identifies the object in the application?
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
Explain the terms test and business component?
what type of automation is follwed in the project?
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
What is the qtp testing process?
how do u plan test automation?
What is QTP and the use of QTP in TD?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Can we run test with out adding object in object repository? How it is possible?
how to idetfy which test cases are automated?who will deside that plz tell me