what is framework? which frame work u follow for writting
script?

Answer Posted / siva

Frame work : Frame work is a set of guidelines given by
experts to accomplish the task in a systematic manner.

There are 4 types of frame works:
1. Linear / Decomposition / Modular frame work
2. Keyword driven frame work.
3. Datadriven frame work.
4. Hybrid frame work.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the basic concept of qtp?

569


How does quicktest professional (qtp) identifies the object in the application?

578


what is error and fault in terms of software quality?

1501


What is the qtp testing process?

585


What are the disadvantages of recording test cases in qtp?

590






What are the advantages of a Hybrid framework?

591


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)

1404


Does QTP record on Objects created on XWindows Environment?

1649


How you will rate urself in QTP in the range of 0 to 5

1739


What are the general steps involved in the data driven framework?

548


Which recording modes need more memory?

571


Explain the concept of how quicktest professional identifies object?

527


Which advantages helping QTP to hold the position of "Market Leader" for such a long period?

1374


What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);

3483


Shall we add Local Repository to shared object repository,if yes,how we add

5664