Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is qtp automation frame work,what is the use of that
frame work?

Answer Posted / ganeshbabu

Automation framework is a structured approach to test an
application. It provides the systematic folder structure
containing the library files, user defined functions, data
driven files and etc. It's Classified into two types, data
driven,key word, and combined of these two is called hybrid
frame work.. In industry most of the applications are using
data driven frame work.

Keeping the all the input files in a spread sheet and
running the driver script will help to import the data to
the application.

Is This Answer Correct ?    13 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by Output Value in UFT?

1190


What is throw Object?

2137


how to test use the quality control .how to verify the image verification

3092


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

2062


what is run action?

1920


In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

1007


What is the diff between image and bitmap check point?

1043


Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.

1098


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

1971


How to test login module with different username and password by using data driven testing in QTP?

1154


What are the methods of the TextStream object that are used for reading from a text file?

2268


can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?

2003


HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?

2198


can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com

2229


What is the use of defining a newobject in the object repository "Define New TestOject". How to use this further. If we define new testobject, how can it recognizes the objects properties of any application.

2088