what is the hierachy of Descreptive programming?
Answer Posted / shashank
Hierarchy of DP is as Follows :-
Object("Property:=Value of This
Property").ChildObject1("Child Property1:=Value of This
Child Property1").ChildObject2("Child Property2:=Value of
This Child Property2").Method (which is compatible on this
ChildObject2)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to creating an output value using quicktest professional (qtp)?
What is the default add-ins in qtp?
How to define array in qtp?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
explain keyword driven framework with banking domain?
What is different command used in command Prompt while using QTP?
what is ODC and GDC?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
what is the mail use of frame work(with detail). architecture for keyword driven frame work
how to prepared for first for the first interview?
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