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

Answer Posted / prashant

Automation Framework is the architecture based on which
automation for a particulat piece of work is decided.This
architecture decides which tool to use,which coding to
use,what do code and what are the important functionalities
to automate.

Framework is nothing but the core architecture for any
application.it is simillar to a plan but only difference is
that it decides the technical aspects of the project.

Is This Answer Correct ?    10 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you perform Regreession Testing?

1464


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

1486


Define Error Pane of UFT?

693


How will you report the bug and explain the defect tracking sheet you handled?

2557


I want to do QTP Certification what is the pattern of Question paper.

1746






How u will do versioning in QTP?

1462


what is supply chain management?

2091


What are the Disadvantages of shared object repository?

572


How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet

1538


Explain hybrid framework with advantages and disadvantages?

543


what is vmodel?advantages and disadvantages of vmodel?

1616


Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?

1677


ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS

1527


What is action split and the purpose of using this in qtp?

537


what is the difference between data driver & data driven and driver script?

2140