Hi, When is database testing done? After functionality testing? What should we check in database testing?

Questions by cool_2006   answers by cool_2006

Showing Answers 1 - 9 of 9 Answers

sai

  • Nov 23rd, 2006
 

Hi, When is database testing done? After functionality testing? What should we check in database testing?

Once some data is entered in the application there should be a source to save that data.That source is nothing but database.Once u save the data in the front end(ie in the app) check whether the same data is saved in the back end also.

For ex:Let us take member details like first name as Hari,last name as Krishna and save the record.Check whether the same details are saved in the back end also.

Hope u understood.

 

 

  Was this answer useful?  Yes

srinivas.o

  • Dec 11th, 2006
 

Hi,

After completion of functionality testing we can do database testing..In data base testing mainly v r concentrating on select,update,delete and insert...

when we r done any operations mentioned above in the application that should be effect in the database also...

Bye..

Srinivas

  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