Forum Discussion

ayman_hanna's avatar
ayman_hanna
New Contributor
12 years ago

Static variables of class

I have a class A that has a public static variable V.

The control that I'm using in my testcomplete function knows the class A.

How can I get the variable value?

2 Replies

  • Hi Tanya,



    Thanks for the answer...

    But my question was how in test complete I can get the value of V.

    My control doesn't have an instance of A, but it has the relevant using to use A.



    How can I get value of A.V?



    Thanks,

    Ayman