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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com

1351


When to use descriptive programming?

591


How many ways we can parameterize data in quicktest professional (qtp)?

585


Through array we can execute the testcase how ? give me example

1401


How many lines of code in each script of QTP?

4036






Write a script to verify font style and color of a windows object using descriptive programming

837


what is the diff b/w assistive and mandatary rules of object repository in QTP???

1614


what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com

2314


Explain qtp(quick test professional)?

583


In qtp, explain what is qrs file?

583


Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?

1581


How to associate function library at a run time?

707


How do Parameterization and Data-Driving relate to each other in QTP?

558


in a web page hoe to check the dynamic links that rechabging with out using regular expressions

1781


Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji

1378