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


Please Help Members By Posting Answers For Below Questions

hi nani my doubt is how does qtp process metrix related to software process.

1546


what is the diff b/w assistive and mandatary rules of object repository in QTP???

1604


How many types of recording modes in qtp? Describe each type with an example where we use them?

607


What does it mean when a check point is in red color? What do you do?

564


what is the difference between IE & Netscape in web testing on a log in page

1788






How you know that a test case is a regression test case

3055


When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.

1601


what is the difference between the modular framework and datadriven frame work

1909


how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page

1825


How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)

1849


How to data driven test for Win objects in QTP ?

1468


What is quicktest professional?

552


How do you create regression test packs?

607


Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?

1353


Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.

1553