what is qtp automation frame work,what is the use of that
frame work?
Answers were Sorted based on User's Feedback
Answer / pavankumar
FrameWork, depends on the company, helps in executing all
the automation process in a systematic procedure.
As an example, in one model, Frame work is designed in such
a way that it handles almost every situation
1) Maintaining the scripts should be Reusable
2) Retrieving the Execution History either in a
notepad/excel, for further references
3) Recovery Scenarios
4) Defect Report
,,,,,,,,,,,,,,,,,,,,,,the list keeps on going
Strictly FrameWork selection depends on the company's
profile, Individual's experience and the project's nature.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / manos
Frame work as in the name specifies the work we do as
testers is defined in an approach and again an approach is
a set of steps defined to perform particular task(here is
is testing automation).
Finally fram work is defined to perform the defined task
(automation testing)in a procedural way.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / vamsi
Automation Framework: it is a set of rules and regulations
that are proven and agreed by the experts. It should create
the route map to the Automation engineer to make the project
automation.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / anil
Framework is a wrapper around complex internal architecture
which makes end user to interact with the system easily. It
also define guidelines and set standards for all phases of
ADLC (Automation Development Life Cycle). This “Dual
Function” (Hybrid) framework is a combination of three
frameworks (Functional Decomposition, Data Driven, Keyword
Driven) and (reusable, advanced error logic, custom QTP
methods, dual function) techniques.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / 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 |
Answer / bharath marrivada
Look into my blog
http://bharath-marrivada.blogspot.com/
for more information about hybrid framework.
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / chintu
automation frame works, just simplifies the complex
problems and gives effective result, so that any one even
after our roles can understand, provided he shud be a test
automation engineer as well
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / nandeesh kumar
Automation frame work is the folder structure to execute the
test scripts. In which we will specify the test scripts to
be execute in one shot.
It will be having folder structures to keep test scripts to
be execute, Result folders to view results after execution
and the scripts(.vbs) which does these activities.
Test scripts can be keep in excel or in Quality center as
per the company standards. Result folder contains excel
sheet where status(pass\fail) of each and every step of all
the test cases will be created.
eg:You can specify the 30 scripts to be execute in excel
sheet and associate .vbs files and run. so that all result
will generate in result folder after execution. No need of
stopping execution at any point of time. Just analyze the
result after execution stops.
Is This Answer Correct ? | 0 Yes | 2 No |
Answer / 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 |
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
How to check bitmap output value?
What does it mean when a check point is in red color? what do u do?
what is the silent mode in WR?
what is main diff of qtp8.2 and qtp9.0?
What is the use of running the scripts in Hidden-mode in UFT?
What is synchronization point in QTP?
Explain about reusable actions?
How can i find out any "text's" coordinates in excel sheet For example: I want to know the coordinates of "F" Column in the excell sheet While recording when i clicked on F column it is showing the coordinate values 385,9 but with out recording how can i find out them Suppose i want to clik on "H" column writing the script like this Window("Book1").WinObject("Book1").Click (...........) Here I Dont know what (x y )values should i enter Please any one can help me?
tell me about if in the interview what i should tell about pharma application,what r the pharma application concepts,i need pharma application testing features
How did you achieve reusability via QTP?