Can any one tell me Difference between Keyword Driven Frame
work and Hybrid framework? Its Urgent.
Answer Posted / lakshminarayana
Keyword Driven Framework:
In this we are going to use only user defined
functions.Whenever we need that function just we can call
them.
Hybrid Framework:
Combination of different Frameworks called hybrid,That
cobination may be
1.Data Driven Framework and Modular Driven Framerame work
2.Data Driven Framework and Keyword Driven Framework
3.Modular Driven Framework and Keyword Driven Framework
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
what are the limitations of smart identification in qtp 9.0
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Explain step generator in qtp?
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
What is system testing and what are the different types of tests you perform in system testing?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How do know the number of browsers opened?
How many types of recording modes in qtp? Which will be used when?
What is business process testing(bpt) in qtp?
how can we compare descriptive programing with a regular expression
Explain the types of properties that quick test learns while recording?
What are the check points can be inserted without recording?