What are different types of frame works ?
Answers were Sorted based on User's Feedback
Answer / anil.sts
ther r 5 types of frame works in qtp
1.linear frame work
2.data driven frame work
3.module driven frame work
4.keyword dirven frame work
5.hybrid driven frame work
100% sure
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rama
different types of frameworks in qtp
Keyword driven
Library driven
Modular driven
datadriven
hybrid framework
| Is This Answer Correct ? | 4 Yes | 0 No |
What is QTP testing process?
Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
1 Answers Cigniti Technologies,
What is the disadvantage of smart identification?
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
I have a tool bar where 5 different buttons are placed, but these buttons are not traceable hence i have created a virtual object on save button of this toolbar. Now pls tell me how to use this virtual object while write script.
In what occasion we can specify global sheet and action sheet?
How to use library files in QTP? how we can call these files in to script?
How can we import a Open Office excel file in QTP
What is keyword driven framework, what is "key" in It.
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
when we apply the daily build each and every day,the property may change in the application.so that the created script is not reusable in winrunner and qtp.for ex for date field it is taken dtpicker.at another time it is taken some other name.how can i solve it.
How i can use and create Library functions in QTP and what is the proces .