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 |
Without the gui map, use the phy desc directly?
how you execute the function
what load_dll in winrunner
What is the use of gui map and what happens when gui map file get loaded?
what is the tsl statement for selecting the position of item in list box in winrunner?
wat is the d/b windows 95&98&xp?could anybody give reply ?
For What are the browsers that WinRunner can Compatible? (I want Versions Like IE5.0 etc;)
Data is there in two excel sheets .. how ur going to retrive the data in winrunner thru script.. write down the script?
Some of the importent functions in data driven test(ddt)?
I Loaded a compile module "mycomp()" using Load statement.later I tried to load this same compile module using one more load statement.Then I tried to unload this usning unload statement one time.will it unload the compile module?
Hi guys pls any one help me , I am facing this problem since last one week , my question is in there 1000 rows and 1000 coloums , i want to pick the one record , how ?
which option allows to execute script from a given location