In QTP, while launching qtp application from startup.. we
find Advanced Keyword-Driven Testing caption.. wht is
that...Anybody can pls explain it.

Thanks in Advance



In QTP, while launching qtp application from startup.. we find Advanced Keyword-Driven Testing cap..

Answer / raj

Advanced Keyword-Driven Testing is one of the frameworks
that are available in QTP. It is a set of files that
contains all the required functions to execute the test
case actions like click button, click links, input text in
text box etc.,

Once all the functions are ready we can use the functions
names called keywords to execute the test cases. We just
call the keyword and provide the object logical name that
is obtained during object spy and the test data in a excel
sheet.

For example, all the functions are in functions.vbs file
and the test cases as test.xls.

Then in QTP, call

ExecuteFile "C:\qtp\functions.vbs"
ExecuteFile "C:\qtp\test.xls"

In xls sheet it will be
Keyword Object ObjectValue
Input txt_firstname Raj
Input txt_lastname Reddy
Clickbutton btn_submit index


With this framework we can achieve the optimum independency
of record and playback. The above one is just an example
and may differ from company to company based on their key
work framework.

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More QTP Interview Questions

What do you mean by iteration?

0 Answers  


I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.

0 Answers  


What is diff. between ordinal identifier INDEX and Location?

3 Answers  


Hi guys pls any one send me the Qtp Licensed key of version 10.0 pls

0 Answers  


I am using Shared OR, and my collegues are also using Shared OR. How to merge Object Repositories?

6 Answers  






how will you load the test cases in ddt?

0 Answers  


What are software testing metrics

3 Answers  


what is the difference between testing and debugging?

2 Answers  


Do we get any issues if we run the testscript on different browsers? what are the options we need to st in QTP?

2 Answers   BirlaSoft,


How do you open adobe acrobat file in QTP and do some testing on that file ?

0 Answers  


What is ‘object spy’ and what is the function of object spy in qtp?

0 Answers  


anyone can explain Diff B/w Actions and Functions

2 Answers  


Categories