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 |
During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.
why is execute file used.
in real time when we are creating the script by default it is going to save in action object repository or not any way my question is in one of my interviewer said that in real time the default object repository is action object repository and by using quick test plus they are going to merge is it correct i said that by selecting the object repository as shared one in selecting the test>>settings>>resources but she is not convinced what is the correct one
Limitations in QTP?
write script for "dropdown button having how many words? for ex.SELECT CITY is dropdown name.. find out how many cities in that?
What are the types of Object Repository’s in QTP?
explain structured testing? plz guys with exp. do answer
How cookies can be tested in QTP?
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
How to perform action on objects, If two objects have the almost the same name ? example : Object 1 : "Entry of Items" Object 2 : "Items" Whenever I ask QTP to perform an action on Object 2 it performs action on Object 1. Note: The two objects are present in an Oracle Application tree.