How can I perform Data validation testing?

Showing Answers 1 - 5 of 5 Answers

Raghu Ram

  • Jun 30th, 2006
 

Data validation testing is a part in database testing.Here we are checking the entered data is valid or not with respect to data type and business conditions.If u want to perform in manaul then enter data in u r application and click on update or refresh in the database then u will find that data is in ur database.here u check manually this data is correct or not.if u r using any automation tool use the check point or write the functions for database.maybe some tools does not support the databse check options to check databse for any quries contact tamminas_ramu@yahoo.co.in

  Was this answer useful?  Yes

madhavi

  • Jul 26th, 2006
 

I think data validation testing means checking wether entered data is valid or not. Eg: for name field all numbers are not allowed. this is one validation. so to test validation u can use "Data Driver". by using that u can enter all valid and invali data. to handle Application error use "Error recovery scenario". so at end it will give result of which is valid data and which is invalid.....

correct me if i am wrong... 

  Was this answer useful?  Yes

Amit Sawant

  • Mar 1st, 2016
 

I am going to visialize the data. Before visualization I need to validate the data. I never did this task before. Can someone please help me how to validate the data and what are the best options.

  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