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 |
I need to know how to Automate a Username and Password for a Web-based product? I'm scripting 3 different types of surveys but each Survey requires a Username and Password which is always the same. I can I do this using QTP?
does QTP provides any tools for parametrisation?
How to do Batch run in qtp? provide the steps?
There is an excel file of 1 to 100 sheets how you will iterate through it?
What are parameterizing tests?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
Hi everybody.. I m using QTP 9.2 version., plz send me licence key is it seat or concurrent licence key... plzzzzzzzzz plz help me for this one and its Locking code:8-5C740 Maintenance number: 0123-2820602186.,
write a qtp script to enter user name & password for flight reservation login page from excel sheet
Can I do Game testing with QTP tool
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
What is descriptive programming?
what is the use of descriptive programming in QTP ? when we need to use DP? can we test the application completely with out useing DP?? please explan with example