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  >  Tech FAQs  >  Testing Definitions

 Print  |  
Question:  Data Validation testing

Answer: can anyone explain what data flow or data validation testing means and how it can be done?


July 07, 2008 08:45:44 #2
 pratapraghavan Testing Expert  Member Since: July 2008    Total Comments: 1 

RE: Data Validation testing
 
Data flow means the transfer of data from one GUI to another in an application
under test. it is associated with both black box(functionality check) and white box testing. an example would be, in a web page the click of a button links to another window( which is data flow). The subsequent transfer/display of related datas in the new window due the action of the previous window is termed as data transfer. 
     

 

Back To Question