dhananjay vemuri


{ City } mansfield
< Country > usa
* Profession * sr automation engg
User No # 5278
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 16
Users Marked my Answers as Wrong # 2
Questions / { dhananjay vemuri }
Questions Answers Category Views Company eMail




Answers / { dhananjay vemuri }

Question { Satyam, 18477 }

What is the difference between gettoproperty and
settoproperty?Explain with an example?


Answer

gettoproperty are the standard testobjectproperties that do
not chamnge during run time...In short Property whose value
is retrieved from the object description.
ObjectCount = Browser("Demo of Vo Object").Page("Demo of Vo
Object").ActiveX("VoDemoFormX").DROPDOWN
("FLIGHTS").GetTOProperty("itemscount")

SETOPROPERTY - Modifying Test Object Properties During a
Run Session

CHANGING THE NAME
Browser("Demo of Vo Object").Page("Demo of Vo
Object").ActiveX("VoDemoFormX").VirtualButton
("button").SetTOProperty "Name", 0

Is This Answer Correct ?    14 Yes 0 No

Question { Ordain Solutions, 14348 }

While creating Recovery Scenario for Pop-up
window..In 'Recovery operation' we have to call a function.
Can u tell me that function.


Answer

Generally for recovery scenarios I dont use functions. I
rather use the keyword or mouse operation which is much
simple.
However based on the question - In order to use the
defined function (RegisterUserFunc) we need to register the
function such that all the objects/methods descrivbed in
the functions are understood.

I may be wrong too...

Is This Answer Correct ?    2 Yes 2 No