Answer Posted / siva
In DP, we’re "manually" specifying the properties and values by which the relevant object will be identified. This way QTP won’t search for the properties data in the OR, but will take it from the DP statement. This can be done in a fast, ad-hoc way, in the very line of the command we want to execute
The syntax is: Class(PROPERTIESSTRINGS).Command, where PROPERTIESSTRINGS specifies the properties and values for the object’s identification.
For example:
VBWindow("property1:=value1″, "property2:=value2″).Click
VBWindow" class is just an example for DP with VB objects
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we conduct U-I Testing by using QTP??????
How many add-ins comes by default with qtp?
give me the code to save all messages of inbox of gmail into a folder and notepad
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
What is the use of running the scripts in Hidden-mode in UFT?
could any help me please, how to work on visual foxpro application using UFT
What is Unicode Compatibility?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
Does QTP run in any environment?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
Name the properties you would use for identifying a browser and page when using descriptive programming?
What are the types of properties that quick test learns while recording?
What is CMMP and CMMH?
please any one can explain the keyword driven framework. with gmail example.
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework