what is the difference between data driven test(ddt) and
parametrization

Answers were Sorted based on User's Feedback



what is the difference between data driven test(ddt) and parametrization..

Answer / satya

Hi,

While testing the application u may want to test how
it performs the same operation with differnt set of data.
is called DDT.

Parametarization means assigning the values to
the variable...
in winrunen we user DDT-SET function to assign the
values to the variable...


Regards,
Satya.K

Is This Answer Correct ?    4 Yes 0 No

what is the difference between data driven test(ddt) and parametrization..

Answer / preeti

parametrization is a part of ddt in which only different set
of data is be given from excel sheet whereas in ddt both
input parametrization & output value parametrization can be
done.i.e parametrization set of data is given to the
functionalities from data table, environment variables or by
random values and also a set of data used as input for
functionalities is stored in excel sheet as output para.

Is This Answer Correct ?    2 Yes 0 No

what is the difference between data driven test(ddt) and parametrization..

Answer / narendra

i think data driven and parameterising is same.

i mean executing the test more than one time with multiple
test data is known as parameterisation.

this framework is called as data driven testing

Is This Answer Correct ?    3 Yes 2 No

what is the difference between data driven test(ddt) and parametrization..

Answer / prajnadipta

Data Driven provides the facility to convert a recorded
test in to a data driven test so that you can replace data
with variables within a test script.
For Ex.You can test a login process by taking input for
user name and password field from a database.

Parameterization means replacing the static values (e.g the
employee name)withnthe variables containg the retrieved
value from the data table.

Is This Answer Correct ?    1 Yes 0 No

what is the difference between data driven test(ddt) and parametrization..

Answer / pradeep

data driven test does not take into account a variable that
takes in different input values. only an xls table if enuf
to feed the input val.

paramet. has a variable that takes in different values from
the user/a xls table.

Is This Answer Correct ?    1 Yes 1 No

what is the difference between data driven test(ddt) and parametrization..

Answer / purni

can anyone explain this clearly with example.?

Is This Answer Correct ?    1 Yes 1 No

what is the difference between data driven test(ddt) and parametrization..

Answer / naidu

Data-driven test is done to make the testcase run for
multiple sets of data---this processis termed as
parameterizing the test

in other words for diiferent parameters we r usins same
testcase.

correct me if iam wrong

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More WinRunner Interview Questions

Using the WinRunner Tool What that Regular Expression Scripts

5 Answers   CTS,


what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)

0 Answers  


What is the Purpose of Virtual Object Wizard in WinRunner?

5 Answers   Vyons Labs,


What are the platforms that WinRunner can be used?

0 Answers   TCS,


tell me about compiled module & function generator

5 Answers   CTS,






Let us assume there is a web-table, In this web table we have no.of Rows and Coloumns , in a Row/Coloumn(like 3*2 i.e 3rd row 2nd coloumn)is a weblist , in this web list we have almost 6links , then we click anylink a new window will activated! How can we write the script for ?? in QTP

1 Answers   Value Labs,


which testcases do u automate?

4 Answers  


If u press a push button in an application the winrunner generates tsl statement like button_press(..) i.e the class name of the object and the event on that object but Why if u click a static text in an application the winrunner generates tsl statemen like win_mouse_click rather than the statement with combination of classname and event..??

2 Answers   Accenture,


How do you find out which is the start up file in winrunner?

0 Answers  


How to use winrunner?

3 Answers  


What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?

0 Answers  


what is wrun.ini file..what it consists?

3 Answers   BeBo Technologies, Polaris,


Categories