what is key word driven frame work ? why it is called like
that ? what is the diference between keyword driven and
data driven frame work ?



what is key word driven frame work ? why it is called like that ? what is the diference between ke..

Answer / Naveen Kumar Soreng

QTP (QuickTest Professional) uses a Keyword Driven Framework for test automation. It is called Keyword Driven because it allows non-technical users to write tests using predefined keywords, eliminating the need for programming knowledge.

Keyword Driven Framework has two main components: Test Scripts and Data Files. The test script contains predefined keywords (or functions) that are used to perform various actions in the application being tested. The data files store the input data needed by these keywords during test execution.

Data-Driven Framework, on the other hand, separates the test data from the test code. It uses external data sources like Excel or databases to feed input values to the tests. In this approach, the same test case can be executed with different sets of data for better test coverage and efficiency.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

write a VBscript code to parametrize test script using test data from sqlserver database?

2 Answers   IBM, Polaris,


what r advance features u had done in QTP?

3 Answers   HCL,


the question was on what techonlogy u been working on i said VB then he asked me the addin for VB in Qtp?

4 Answers   BirlaSoft,


What is meant by Pseudo Code?

5 Answers   Satyam,


Hi All, I am 4 yrs experieced in manual testing and new to automation tool QTP. Iam trying to learn it thru online and material i have.I am able to understand but unable to trace out which method or function to be used where necessary in VB Script. How come we know the functions or methods to be used to open a window when clicking on button or so...Pls suggest me.How can i proceed further to apt VB Script.

0 Answers  


how can i pass parameters into function?

4 Answers   Livetek,


Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)

1 Answers   Autodesk, EDS, Wipro,


Explain in brief about the quicktest professional (qtp) automation object model?

1 Answers  


While scripting do we use any reference. may be we have 2 0r more same objects that time how do we write scripts

2 Answers  


what is meant by iterative model?What is its working principle?What are its advantages and what are its drawbacks?

2 Answers  


Few basic questions on commonly used Excel VBA functions.

1 Answers  


Explain the concept of Output values in Quick Test Professional?

1 Answers   Crea,


Categories