GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Testing  >  Test Automation
Go To First  |  Previous Question  |  Next Question 
 Test Automation  |  Question 6 of 131    Print  
What is data - driven automation?

  
Total Answers and Comments: 18 Last Update: June 04, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
  Sorting Options  
  Page 1 of 2   « First    1    2    >     Last »  
March 15, 2005 02:46:16   #1  
srinivasa reddy        

RE: What is data - driven automation?
Testing the same set of functionality using winrunner with different inputs is Data Driven test. This can be done by Data Table & Parametarization.
 
Is this answer useful? Yes | No
May 05, 2005 01:34:50   #2  
shashidhara km        

RE: What is data - driven automation?
Data driven automation means driven by diffrent set of data using the data by givne in excel or notepad. is called the DDA
 
Is this answer useful? Yes | No
May 10, 2005 03:12:42   #3  
Phanikumar        

RE: What is data - driven automation?
Testing the functionality with more test cases becomes laborious as the functionality grows. For multiple sets of data (test cases), you can execute the test once in which you can figure out for which data it has failed and for which data, the test has passed. This feature is available in the WinRunner with the data driven test where the data can be taken from an excel sheet or notepad.
 
Is this answer useful? Yes | No
May 10, 2005 04:59:17   #4  
Ipan        

RE: What is data - driven automation?
If u want 2 check ur application,when same operations with Multiple Sets of data use data driven table
 
Is this answer useful? Yes | No
July 12, 2005 17:15:19   #5  
sharada        

RE: What is data - driven automation?
An application has to be tested with multiple sets of data.The automation test script written for one input can be used for number of inputs using DDTin WINRUNNERThe test script has to be converted into DDT by creating a corresponding data table with the sets od data you want to test. 
 
 
In DDt we have functions to open and to close the table.They are 
DDT_OPEN(); And DDT_CLOSE(); 
 
A table can be openned in READ or READ WRITE mode.. 
 
 
 
We want to test multiple sets of data so we use TSL function  
 
for loop. 
 
We can retrive the data from a particular row by using the ROW_COUNT(); 
function. 
 
We have to "parameterize" the data 
 

 
Is this answer useful? Yes | No
July 21, 2005 10:34:36   #6  
purnima        

RE: What is data - driven automation?
how can a .net application tested?plz give me the steps that are to be followed for it's testing?
 
Is this answer useful? Yes | No
August 22, 2005 17:00:21   #7  
Ravi Allam        

RE: What is data - driven automation?
Perform the same operation with diffrent set of data.
 
Is this answer useful? Yes | No
September 09, 2005 07:51:39   #8  
anna        

RE: What is data - driven automation?
It is typically an application-independent automation framework designed to process our tests. These tests are developed as data tables using a keyword vocabulary that is independent of the test automation tool used to execute them. This keyword vocabulary should also be suitable for manual testing.
 
Is this answer useful? Yes | No
September 16, 2005 05:40:18   #9  
sumeet        

RE: What is data - driven automation?

Executing a testcase with diffrent set of input valuesstored in database is called Data Driven automation


 
Is this answer useful? Yes | No
November 20, 2005 22:59:25   #10  
Karunakar        

RE: What is data - driven automation?
Testing the same functionality/testcase  with multiple sets of data which is stored in a Database ,with the same set of test script.
 
Is this answer useful? Yes | No
  Page 1 of 2   « First    1    2    >     Last »  


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape