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

scalability testing comes under in which tool?

4 Answers   EpuraTech,


How we know the qtp has used the smart identification process for identification of the object.

4 Answers   IBM,


can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?

0 Answers  


How are actions and functions different in QTP?

0 Answers  


Q) Please any body can help me how we can create descriptive programming if the application is not ready i.e we don't have unique property of object ? note:build not ready means we can't use object spy in build to get unique property .

2 Answers  






how to invoke the web application through script in qtp

11 Answers   IBM,


What is the latest version of qtp?

0 Answers  


plz anybody tell me how to explain the architecture of one particular project.plz give me answer for this.....RAJESH

7 Answers   TCS, Wipro,


get the order no from the following orderdetails orderstring="ORD13456PNR" eg:13456

10 Answers   Oracle,


i have asked earlier only one question how to test web application using QTp plz send me the answer quickly

0 Answers  


What is quick test pro? What is a quick test professional?

0 Answers  


How many check points are there in QTP and what are they?

5 Answers  


Categories