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

What is the difference between bitmap checkpoint and image checkpoint?

1 Answers   Ness Technologies,


hye.when we do recording,objects r indentified by GUI map editor.and respective script is generated.But my problem is that in GUI map editor objects r not stored-not their description.I tried 'LEARN' option in GUI map,even it is not working.So that i can't run my script.Tell me solution Thank you.

2 Answers  


Will TSL supports function overloading and operator overloading?

1 Answers   Accenture,


how to write the pass or fail message in winrunner for eg: in QTP we can write like "Reporter.reportEvenr,micDon,"Test Test pass"

2 Answers  


how do to stop the functionality of UDF

1 Answers  






what is deployment?and who do deploy in a server, and when ?

3 Answers   CTS, Mannar Company,


Name the different modes of recording?

0 Answers  


Is it possible to run a WinRunner script without using GUI Map file? If yes how?

3 Answers   Relq,


What all are the different databases winrunner can support?

0 Answers  


ca n u give the example for low severity & low priority in ur Internet Banking project

2 Answers   Agile Software,


How do you recognise Active X components in winrunner?

4 Answers   ADITI, Wipro,


Is 'public' allowed inside of the function declarations?

2 Answers   Accenture,


Categories