What are SetToProperty, SetRoProperty, GetToProperty
scripting?
Answer Posted / suresh kumar
The GetTOProperty and GetTOProperties methods enable you to
retrieve a specific property value or all the properties and
values that QuickTest uses to identify an object.
The SetTOProperty method enables you to modify a property
value that QuickTest uses to identify an object.
SetRo property is not available in QTP.
classifications mail me. uvvsuresh@gmail.com
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
can u explain relative path architecture framework in qtp?
What is difference between Recording time object identification and Run time (Execution) time.
How to export quicktest professional (qtp) results to an .xls file?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
When you open QTP, how many sheets you can see?
What is the difference between local and shared object repository in qtp?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
When using descriptive programming?
If I change the property value at runtime is it effect is object repository?
For which type of projects the iterative model is not suitable?
How does you test a weblink which is changing dynamically?