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

Answers were Sorted based on User's Feedback



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

Answer / raja

In keyword frame driven frame work we develop the functions
for the scenarios and these functions are executed based on
the objects . In this frame work keywords and tables are
interchangeable terms that refer to an application
independent. and these frame requires tables and keywords

Is This Answer Correct ?    4 Yes 0 No

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

Answer / 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

More QTP Interview Questions

Hi frnds, for ex.. we got a job in wipro, they will give me one mail id.. "Rameshkumar@wipro.com", where to open this mail id..in which sw ? or outlook?

1 Answers  


Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If

1 Answers  


Hoe we can export TEST RESUALT IN to XL-sheet?

1 Answers   IBM,


hi what is the use of "dim" in automation objective model or any where what is the use of "dim" plz tell me

3 Answers  


Is QTP supports Unix. If yes, then how the test automation is done?

0 Answers   iFlex,






what is web application and client server application.is there any difference ?

1 Answers   Wells Fargo,


what are the parameters you are considering for object identification?

1 Answers  


1.what is the difference between childobjects and child items in qtp? 2.what is difference between a class and function? 3.can u convert ustimings to indian timings using vbscript? 4.i have scripts in one machine.can i run those scripts in another machine.how?

2 Answers   Genpact, Infosys, Symantic Space, TCS,


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

0 Answers  


How can i open a file in Textpad and replace a string with another using QTP

1 Answers   Wipro,


How you can delete excel file in qtp?

0 Answers  


how to get the data from a winedit box in vb scripting and store it in a variable if data contains "_"(i.e data is TEST_1)

3 Answers  


Categories