What is the difference between gettoproperty and
settoproperty?Explain with an example?
Answer Posted / dhananjay vemuri
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 |
Post New Answer View All Answers
If you are testing a web application then what will you test in that application?
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
how to find that tools work well with ur existing system?
How do you create regression test packs?
How to get popup error message.
What is the descriptive programming?
What are the advantages of Object Repository?
In qtp, how you can get the last character from a string?
What is the syntax to call one action in another?
Mention what are the different types of recording modes in qtp? Which will be used when?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
Problem with XML checkpoint in QTP ?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?