What is Data Driven TEsting?
Answers were Sorted based on User's Feedback
Answer / dvlprem
Data Driven TEsting:- When you test your application , you
may want to check how it performs the same operations with
multiple sets of data.rn. And i got varius resource about
data driven testing at macrotesting www.macrotesting.com to
be very good source.
Regards,
Prem
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / laxmi
During execution time we can pass multiple sets of data for
the script is called parametarization or Data Driven
Testing.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravi kumar malla
Data driven testing is nothing but, testing the same
scenario(Same script) with multiple sets of data..
Example: You can check the login credentials for an
application (Say Gmail)with different sets of data, to
create different scenarios for the same script.
Scenarios covered with different sets of data
Valid login data
Invalid login data
Blank username
Blank password.......etc.....
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / girish k.s.
Data Driven Testing is used in cases where you
want to check how your application responds to ten separate
sets of data.
Is This Answer Correct ? | 3 Yes | 3 No |
Answer / pankaj
Data driven testing is to Test the multiple set of data
With same Script.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / usha
Instead of one input Conducting testing with multiple
inputs on the same module is called datadriven testing. We
get multiple inputs for testing is in four ways. Using
Keyboard, flat file, excel sheet and from frontend objects.
The use of this is to check whether our application is
working for multiple values or not.
IF any new pls, let me know.
Is This Answer Correct ? | 1 Yes | 3 No |
ca n u give the eample for low severity & high priority in ur Internet Banking project
When do you use break points?
which TSl statement is used in winrunner to stop the Run
What is the function of eval function?
What is the add-in used to test the web application in winrunner?
1 Answers Hanu Software, Second Foundation,
What is the default type of constant TSL supports?
What is meant by the logical name of the object?
What is the function that can be used to get the length of the edit box, other than 'Length(outvariable)' ?
What is synchronization? what is the purpose of wait() function? what is the diff. between wait() and other synchronization functions in winrunner?
8 Answers Infeneon Technologies,
Data Driven test functions in WinRunner are Context sensitive functions or Analog functions?
How to write a content in to the file..which function did u use for that..?
if a test script is parameterised with the same value ,and run what effect will it have in terms of performance for testing the application.will the script get executed faster or there is no effect at all.