What is the difference between gettoproperty and
settoproperty?Explain with an example?
Answer Posted / siva reddy (us)
'The following example uses the GetTOProperties method to
retrieve
'the collection of properties and values used to identify
the Calendar
'ActiveX object.
Set col = Browser("Flight").Page("Flight").ActiveX
("Calendar").GetTOProperties()
setTOproperty:
You can modify the properties of the temporary version of
the object during the run session without affecting the
permanent values in the object repository by adding a
SetTOProperty statement in the Expert View.
Use the following syntax for the SetTOProperty method:
Object(description).SetTOProperty Property, Value
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
For which type of projects the iterative model is not suitable?
How to test the login page in different ways in automation testing and i need code?
if our qtp vb Script may be Currepted then What we want do?
What are the steps involved in recovery scenario wizard?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
what is ODC and GDC?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Explain the concept of how quicktest professional identifies object?
how to find that tools work well with ur existing system?
Explain the qtp test phases.
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Explain the Different types of QTP test assets and their extensions?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
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?