what is data driven framework?
Answers were Sorted based on User's Feedback
Answer / ganeshbabu
Data driven framework is a systametic approach to test an
appliction. It may contain all the structured information
like datadriven files, library functions, user defined
functions. Using the driver script, we can import theses
files as a input to the application and test it. This is
called data driven frame work. Data driven approach is being
by most of the industries
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / mahesh
if we pass multiple values to different functionalities
from different data tables they are considered as data
driven framework..here input is given through datatable
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / veera
Data driven framework is a systametic approach to test an
appliction. It may contain all the structured information
like datadriven files, library functions, user defined
functions. Using the driver script, we can import theses
files as a input to the application and test it. This is
called data driven frame work. Data driven approach is being
by most of the industries
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / md momin
performing the same functionality with multiple input
values by using parameterization with the help of data
table or data source is called Data Driven Test.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / muralikrishnapb
I have written a blog on datadriven framework please refer to
http://muralikrishnapb-testautomation.blogspot.com/2010/08/data-driven-framework.html
| Is This Answer Correct ? | 0 Yes | 4 No |
Answer / kota siva venkata prasad rao
data driven means execution of automation program more than
one time for confidence on that program for corresponding
manual test procedure.
this is also known as iterative testing.
| Is This Answer Correct ? | 2 Yes | 11 No |
how can we upload manul test caseses in to test director
How do you maintain the document information of the test scripts?
How does winrunner evaluates test results?
Wat is the defferances between Test plan and devolopment plan?
Where do we use Regular Expression? And what exactly Regular Expression means?
6 Answers College School Exams Tests, JVS,
What is checkpoints?
How to write a content in to the file..which function did u use for that..?
What is the exact difference between Integration & System testing, give me examples with your project.
What are the virtual objects and how do you learn them?
what is mean block box and white box testing. pls give exact example in the question
i get error "winrruner cannot identify object" and gives details like the physical description of object "windowsFor....378734a_11" has changed descritpion in GUI map new discription Description { { class:object class:object Msw_id:264896 Msw_id:918548 } } Below is a script of functionality where amount is transfered from users account ,first contact summary of user is opened then transfer button is available on which we click .on clicking transfer form opens and various details are entered like amount to be transfer,transfer type .line where i m getting error is obj_mouse_click ("WindowsForms10.Window.8.app have marked it with red in script .0.378734a", 164, 10, i would be very thankful if anyone can give help related to this problem. *SCRIPT IS BELOW:-* > # Shell_TrayWnd > set_window ("Shell_TrayWnd", 1); > toolbar_button_press ("ToolbarWindow32_1", "Contact summary - > Scheme: > SCHEME CARD PROGRAM (admin - Local - V.1.8.2.0000)"); # Button Number > 3; > > # Contact summary - Scheme: SCHEME CARD PROGRAM (admin - Local - > V.1.8.2.0000) > set_window ("Contact summary - Scheme: SCHEME CARD PROGRAM (admin - > Local - V.1.8.2.0000)", 1); > obj_mouse_click ("CommandBar1", 437, 15, LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 1); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a", 164, 10, > LEFT); > > # #32769 > set_window ("#32769", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_0", 138, 9, > LEFT); > > # Transfer (admin - Local - V.1.8.2.0000) > set_window ("Transfer (admin - Local - V.1.8.2.0000)", 0); > obj_mouse_click ("WindowsForms10.Window.8.app.0.378734a_1", 166, > 13, LEFT); >
What are command line options?How to invoke winrunner with vb add in using command line options?