what is keyword driven framework in qtp.

Answer Posted / kavitha

keyword Driven Frame work means:
Frame work means it is the approach for scripting.
In keyword Driven Framework, it contains different folders
like Libraries, Datafiles, Driver , Controller , Recovery
Scenario Manager, object Repositories, and Results file.

Driver:it gives the way to the controller,
Controller: it contains the path of rest of the folders.

this way keyword driven Framework Works.

pls correct me, if im wrong.

Is This Answer Correct ?    13 Yes 31 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the key points to create a framework in QTP for oracle forms?

1810


Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.

2427


I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.

1627


PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME

5954


Explain different type of event trigger option.

540






Output values? i want a practical example

1309


How do we handle run-time errors?

582


Explain the difference between check point and output value?

495


banking domain description for software tester for interview

3469


Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com

1433


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1485


Explain features of the latest version of qtp/ uft 12.1?

606


Is it possible to call win runner script in qtp?

626


How you know that a test case is a regression test case

3061


Is any limitation to xml checkpoints?

562