What is FRAME WORK? How many Frameworks can QTP supports?
Answer Posted / sm
Frame work is nothing but a collection of folder structurea
and placing all files into corresponding folders.
Frameworks present in qtp:
Linear frame work
action driven frame work
key word driven framework
data driven framework
regards
Somu
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
which type of testing process are you following in ur company? how to recognize a qtp page?
Hai anyone please "Explain about Framework in QTP?"
what is the hierarchy to use properties in descriptive programming
How do you capture tooltip using QTP?
what type of framework u r using in ur organization
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
What is the quicktest professional (qtp) testing process?
What is the quicktest professional testing process?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
If I give some thousand tests to execute in two days what do you do?
How can get count of list box?