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 |
How to fetch web elements count from Google Page which contains letter "e"
How i can test the background color of the records displayed in a Table. Eg i have a .net desktop application and there is a Table(swftable) with records displayed in the grids. i have to validate whether the 1st record is displayed in white background color and 2nd record in light blue background color...But the constraints is that once user click on the first record...the background color changes to grey.......Plze let me now how to validate this with QTP 9.2.
How do you move objects from local object repository to shared object repository???What are methods?
How u call functions in QTP Function to calculate the length of characters in a wor
How QTP support all types of applications (platforms)?
Mention the test steps of qtp.
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)
what is Unicoad Compatibility ???? HOw does this makes a diffrence from Winrunner.???
can u store QTp frame work folders in VSS? If Not where u store those?
I install .Net Add-Ins in my system. It installed properly. But all the objects are recognizing as window objects only. But it has to recognize as swf objects. In Record and Run setting i selected 'Record and run test on any open browser' and Record and run test on any open Windows-based application' Can any one tell what setting i have to do to recognize objects correctly as swf...? Please give some suggestions..?
How to use parameterization in qtp?
how can i call an external action,which is not added external action of an action?