What is the difference between Datadriven and
Parameterization?
Answers were Sorted based on User's Feedback
Answer / test engineer
Data driven is one of the automation frame work..,,
Where as parameterization is process by which one can attain
the data driven frame work in the automation testing.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / shreya kadiyam
There is no difference between data driven and
parameterization.we use data driven for parameterizing the
inputs.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / thirumal
To test the application with different test data is called
data driven test.To drive the data to script we have to
change the constant value as parameterize,then for each
iteration it will take different data that we have
mentioned in the data table.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / dipika
Thiru,
Where is it making The Difference?
Its the Same .
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / uday
if we want to parameterize the same value in several steps
we can go for data driver insted of parameterizing single
step at a time.
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / mathanvel
Parameterization is nothing but passing the Inputs through
Program. For example. we can give the input while running
the scripts. which would be dynamic.
Data-driven means Passing the input data in wise of records
through files (word, Test, XL, Database)
In real world both are common
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / rajendra pradeep
In parameterzation we can run an application for 1
Iteration.If we need to run the application for several
Iterations data driven comes into picture.
| Is This Answer Correct ? | 0 Yes | 8 No |
How to open a new test using QTP?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
how to retrive that the number of spaces are in a string ????
How can we fill data in a text box without recording using object spy. Can you please provide the steps...
What is the default add-ins in qtp?
Tell me the QTP Advantages and Disadvatages ?
How to handle dynamic objects in QTP?
How many tables r created during the recording in QTP?
is it possible to add sheets to excel at runtime
CAN SOME ONE TELL ME ABOUT QTP FRAMEWORK? I AM SUPPOSED TO GIVE THE QTP FRAMEWORK THIS WEEK SO PLEASE HELP
How to handle the exceptions using recovery scenario manager in QTP?
Syntact for how to call one script from another? and Syntax to call one "Action" in another?