what are the main differences between keyword driven frame
work and data driven frame work?
Answer / rajesh
Data Driven Framework;
-This framework is suitable in those applications where
there limited scope of functionality and larger variations
in-terms of test data.
-In this framework the test scripts are executed and
verified using data values from one or more central data
sources like excel, csv files & ODBC sources etc. Here the
variables used are input values and output verification
values: basically navigation of the program will be
reading from data sources and logging the test status.
Keyword driven Framework:
-This framework is suitable in those applications where is
large scope functionality and smaller variations in-terms
of test data.
-Basically the advantage of automated tests are use of
re-usability and ease of maintainance created
at high level of abstraction. Based on this thesis the
data table records contains keywords that represents
actions to be performed. They also provide additional data
needed as input to the application. The benchmark
information we use to verify the status of the GUI or
system components and application in general.
| Is This Answer Correct ? | 4 Yes | 4 No |
What r types of parametarizations?
In QTP if u got a defect , how to report to developer using Test director or Quality center .
Can we directly start working with QTP without any knowledge on WinRunner? (After getting trsining on QTP)
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
Tell me the difference between the Data Driven Frame work and Keyword Driven frame work?
Use of environment variables?
Can we record an application running on a remote machine using qtp?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
4. what is the use of Text output value in Qtp?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
in which case & which method we can use "native" property of an object ?
What is the main difference between desriptive programming and generic functions