Could some one help me the difference between GetTOProperty
and SetTOProperty and when we will use these properties. and
what is meant by SetToProperties..
Answers were Sorted based on User's Feedback
Answer / sreekanth chilam
I hope Jyothirmai's answer is not right....
Actually GETTOProperty stands for "Get Test Object
Property".
All the objects which are identified & stored in Object
repository by QTP during design time are "Test Objects"
In order to retrieve the above test object's properties ---
we will use GETTOProperty method.
seTOProperty Stands for "Set Test Object Property".
For the above test object, if we want to change the
property values during run time(Only)...then we will use
this "setTOProperty"
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sudeepthz
Thanks Jyotirmai. and i have one more question that when we
will use this get visible Text property??
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / king
TO - means text objective properties.
1). GetToProperty --
i will one example one "OK" button is there that button
contain some some properties i.e., 24 properties but some
of mandatory properties are stored in to the OR. (Like
native class, button)
If u wants to know any property of that "OK" button u can
get this GetTOProperty method.
2). SetToProperties--
for example the "OK" button 2 mandatory properties are
stored in OR. if u want to add one more property at Run
Time that is temporarily. you can set the property using
SetToProperties method.
i hope this is Right answer....
if this is wrong plz let me know...
plz mail me gi_raju@hotmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raghu
GET TO property is used to get the TEXT OBJECT Property
value of an object at the time of execution.
SET TO property is used to change the property valu of an
object at the time of execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jyothirmai
In the application some values get changed in run-time, if
you want to get those values we will use GetToProperty.
And at the same time if we want to set the propertiy of
any object we will use this SetToProperty
| Is This Answer Correct ? | 0 Yes | 3 No |
how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons
QTP 9.2, Issue: Creating Shared Object repository. I recorded 2 scripts. I exported the Object Repository to a shared location for the first script. Associated the exported repository to the first script and deleted the Local Repository for the First Script. Now Opened the Second script and try to Add the Local Object Repository of 2nd Script to Exported Object Repository. But I fail. Can anyone please help in providing steps that need to be followed in creating a shared object repository? Thanks in Advance.
BEst INstitute for QTP & SELENIUM
Explain hybrid framework with advantages and disadvantages?
How many types of trigger events are there in qtp?
How to capture screen shots when an error occurs?
Explain the differences between table and db checkpoints?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
what is the exact Diff. Between Test and Component in QTP?
How do you capture tooltip using QTP?
what is the use of VIRTUAL OBJECTS? explain ?