Answer Posted / sharad
Suppose you are given a task where you have to automate some
test cases for an application. When you are finished
automating the application, what would be your expectations
from the scripts you have created? Wouldn't you want that -
1)The script should run as intended without any issues.
2)The code and the flows should be easy to understand.
3)The scripts should be easy to maintain in case of any
changes.
All the above points can be achieved by using a proper
Automation Framework.
There are following types of framework
1)Modular Framework
2)Data Driven Framework
3)Hybrid Framework
Modular Framework is the approach where all the test cases
are first analyzed to find out the reusable flows. Then
while scripting, all there reusable flows are created as
functions and stored in external files and called in the
test scripts.
In Data driven framework, the data is NOT hard-coded in the
test scripts. Instead, it is stored in some external files.
The test script first connects to the external data source
and then extracts the data from that source. Most of the
times, excel sheets are used to store the data.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how will you check how many members visited the website www.infosys.com?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
How to add synchronisation points in qtp?
Explain Descriptive Programming Types with Examples?
How to capture a window in QTP?
How many types of trigger events are there in qtp?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
How do I get the QTP scripts result in xml format by using vb script function?
How to add verification steps to tests?
How u will do versioning in QTP?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
What are the common defects found in your project? (in qtp interview)
What is the synchronization point in qtp?
How to use the object spy in quicktest professional 8.0 version?