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 |
Explain how you can replace string in qtp?
Hi Can u plz suggest who is the Best Faculty for Advanced QTP Scripting in Hyderabad ,plz suggest me..... or send me a replay to satheesh.goli@gmail.com, r make me a call 9866335752
How to use Regular Expressions in QTP
Explain step generator in qtp?
Hi cud you plz answer my question.. what is the size of Object Repository?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
how to test a java project throughqtp?while testing a vb project we generally do vb scripting. but while testing java project do we use java script .plz some one can send me the manual for it my email roy_samata@yahoo.com thanks in advance
How to add a page checkpoint to your test?
How to capture all the data of a webtable, weblist and combolist using QTP?
what is use of the object repository?
How to add multiple values in rows, under a single column of a run time datatable?