Data Validation testing

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

Questions by lavanya81

Showing Answers 1 - 9 of 9 Answers

The data flow testing selects test paths of a program according to the locations of definitions and uses of variables in the program.To illustrate the data flow testing approach,assume that each statement in a program is assigned a unique statement number and that each function does not modify its parameter or global variables.

  Was this answer useful?  Yes

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. 

  Was this answer useful?  Yes

sarega99

  • Jul 19th, 2010
 

Data flow testing means when you are on a particular page and then you click Next or Submit button to go to the next page,all the data that will be calculated(if any) to go to the next page is called as data flow. Here you have to make sure that all the data that has been carried forward is correct and that there are no errors in the continuing pages.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions