Forum Discussion
kumar_perlaa
14 years agoContributor
Hi Tanya,
Thanks for the reply. I fixed that issue .
Please could you take one example(very simple) and explain how global variables works in TestComplete. I went through all TC-Global varibles articles...but failed to implement as per TC documentation.
I request you to provide code snippet on my query.
Here is the scenario:
1) we have 3 methods
2)1st Method has accessing variables a,b, c and d( all avraibles are global and holding values(1,2,3,4 )
3) 2nd method is performing the following actions( a = a+1,b=b+1;c=C+1;d=d+1)
3) third method is doing the same of Step 2.#
Kumar
Thanks for the reply. I fixed that issue .
Please could you take one example(very simple) and explain how global variables works in TestComplete. I went through all TC-Global varibles articles...but failed to implement as per TC documentation.
I request you to provide code snippet on my query.
Here is the scenario:
1) we have 3 methods
2)1st Method has accessing variables a,b, c and d( all avraibles are global and holding values(1,2,3,4 )
3) 2nd method is performing the following actions( a = a+1,b=b+1;c=C+1;d=d+1)
3) third method is doing the same of Step 2.#
Kumar