Answer Posted / rohit
Data-driven testing is a methodology used in Test
automation where test scripts are executed and verified
based on the data values stored in one or more central data
sources or databases. These databases can range from
datapools, ODBC sources, csv files, Excel files, DAO
objects, ADO objects, etc. Data-driven testing is the
establishment of several interacting test scripts together
with their related data results in a framework used for the
methodology. In this framework, variables are used for both
input values and output verification values: navigation
through the program, reading of the data sources, and
logging of test status and information are all coded in the
test script. Thus, the logic executed in the script is also
dependent on the data values.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the virtual objects and how do you learn them?
How do you find out which is the start up file in winrunner?
Explain the use of test director software?
What are the modes of script recording in winrunner ?
What is debug mode in Winrunner?
plz give me code or steps for pop up exception. or can u tell me how to pause test run for defining handler function?
What is the purpose of different record methods 1) record 2) pass up 3) as object 4) ignore.
What do you mean by the logical name of the object.
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
What is the difference between gui map and gui map files?
How do you load GUI map?
Explain data parameterization in winrunner?
What is the purpose of regexp_label property and regexp_msw_class property?
How do you modify the logical name or the physical description of the objects in gui map?
i would like to know the steps to write tsl exception and object exception with a simple example