How to find which type of Framework is suitable for which
type of application?

Answer Posted / contacthari

Applications which has minimal amount of GUI and large volume of data's that has to be flow across different interfaces can use Data driven framework. For example OFFLINE applications, which is built up with 3 tier architecture.

Application with multiple GUI interfaces can use Keyword driven framework. As functions/actions drive based on keyword and re usability of scripts is main theme of Keyword driven.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In qtp, how you can exit for loop?

519


give me the code to save all messages of inbox of gmail into a folder and notepad

1611


Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.

1940


Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji

1313


How will you test a keyboard?

595






This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10

1499


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

1476


How to check bitmap output value?

622


how to disable the pop ups through QTP using a script

1718


Your roles and responsibilities and daily tasks? (As automation tester)

2574


How to find the name of the machine where you are running your automation scripts in qtp?

515


In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?

1501


hou can we use vb script in qtp could u tell me breafly

1734


how to idetfy which test cases are automated?who will deside that plz tell me

1529


What is the purpose of loading qtp add-ins?

620