What is the QTP test frame work?
Answers were Sorted based on User's Feedback
Answer / kapil bande
QTP test framework is the set of processes and rules which
we will be using in our automation.Like folder structure,
reusable componants,OR,results,Parameters. We need to
manage these componants and used it.
There are verious kind of framework in Market Mercury
provieds BPT framwork, other customized framworks are
keyword approch, datadriven approch and Moduler approch.we
can mix all approches and build coustomized framwork.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / 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 |
Answer / patil
Google for "Test Automation Framework" by Carl J Nagle
| Is This Answer Correct ? | 4 Yes | 3 No |
Greetings friends , Hope all of you are doing well. When I run a test, is it possible for me to for me to take each row from the data table , once at a time. In other words,if i have 10 rows in the global data table, say data1,data2, data 3...and so on up to data10. Can I have the value of data1 when I run a test, and next time when I run the same test (say next day), it should skip data1 as it has already used it and go directly to data 2 ??? Would be great if anybody can help me out know in this issue. Thanks & Regards !!
What is a Run Time Data table?
Can we put more than one action in a single script???? yes or no.....
How to create log file in qtp?
In QTP, If you have list of checkboxes, how can i select a particular checkbox and delete if the checkboxes are changing dynamically?
How many test scripts are prapare in ur project(HeathCare Insurance).
How do you do batch testing in QTP, if so explain?
A web Page has 2 frames. Find out the number of weblist items in the second frame of the page.
Hi, Is there any function or vbscript in QTP to clear the cookies,sessions. Please help me in this.
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
what is objectidentification?
Is there any vbscript in QTP for Data Driven Test instead of using the option provided by QTP?