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 |
if there r 10 windows open in QTP write a command to close all 10 windows at a time ?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
0 Answers Sapient, Satyam, TCS,
How many regression test suits in your appliction?
hi is there any chance to change encoding the password
What is Parameterizing Tests?
When ‘option explicit’ keyword is used in qtp?
Hi All, I need code for how to execute qtp scripts from excell sheet
Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?
After running scripts how you report results ,there is any specific report form
How to covert a String to an integer?
In automation testing, while doing descriptive programing; how will u get the properties of the objects in what format, what type of a document, and by whom? Pls explain in detail. Thanks a lot
HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?