What are SetToProperty, SetRoProperty, GetToProperty scripting?
Answer Posted / kishan
There is no Property like "SetTOProperty". But we have only
Set method
Browser().Page().webEdit("uname").set "reddy"
This stmt will change the (Native or) Runtime Property
"value" or "text" or "name" Property of "uname" object in the
OR. Thus we have set one property value to any object.
As Manunath Said, all the other properties and their purpose
is correct.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
what is the difference between data driver & data driven and driver script?
How does QTP identify an object?
What are the different ways to invoke an application using QTP?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
What is the short cut keys for the following?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Can we create a qtp test from qc?
how do you parameterize search button from the website? the page is a single winobject and i have made a virtual object button of search button but search box can't be converted into a winedit and if we try to convert it into winedit the value we enter in a searchbox appears as numbers in the script so we arent able to parameterize.help!!!
What is the use of an object spy tool in qtp?
what is the difference btn risks & Therads in the Test plan documentation?
What is 'sleep' in sync point?
In what occasion we can specify global sheet and action sheet?
How to data driven test for Win objects in QTP ?