can u explain the keyword driven framework with an example
clearly how to create all the files and how to attach to
main test.

Answer Posted / moreshwar deshmukh

Basicaly Keyword Drivan comes in many flavers.

One I know that is Descriptive Keyword driven framewar.
In this framewar key action
like "ClickButton", "ValidateText" converted into reusable
functions. That why it is Keyword driven function. These
function get stored in functional lib with .vbs or .qfl
file.

This framewar is divide in 4 part.
1. Excel file
2. Driver action
3. Reusable lib file.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference in global and action sheet in qtp?

602


How do you send email with attachment from outlook using qtp ?

559


Is text area check point supports for web applications?

526


How can i initiate the objects to find uniquely in OR

1459


whenever U using QTP,Test Director, Why we using separate Bug tracking tool?

1558






Explain the features and benefits of quick test pro(qtp)?

508


what is meant by Implicit and explicit requirements?

3611


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


Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks

1893


QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue

5499


I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.

2459


How to use descriptive programming?

601


What is the difference between local and shared object repository in qtp?

552


I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?

604


Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....

1421