How do you test whether a database in updated when information is entered in the front end?

Showing Answers 1 - 9 of 9 Answers

Raju Sarikonda

  • Jan 31st, 2006
 

It depend on your application interface..

1. If your application provides view functionality for the entered data, then you can verify that from front end only. Most of the time Black box test engineers verify the functionality in this way.

2. If your application has only data entry from front end and there is no view from front end, then you have to go to Database and run relevent SQL query.

Let me know if you have any other questions..

  Was this answer useful?  Yes

purushotham naidu

  • Feb 8th, 2006
 

by using data base check point we can see that wether the record is updated or not

  Was this answer useful?  Yes

Anand Indoori

  • Mar 6th, 2006
 

We need to choose runtime database checkpoints. To compare data in large volumes

  Was this answer useful?  Yes

shas

  • Mar 17th, 2006
 

hi

     If you are using winrunner then this can be done runtime database checkpoint.

  Was this answer useful?  Yes

sireesha

  • Apr 13th, 2006
 

by using datatable option in winrunner u can check the updated data

  Was this answer useful?  Yes

saritha

  • May 26th, 2006
 

with database chk point only in winrunner,but in manual we will go to front end using some information.will get some session names using tht session names we search in backend.if tht information is correct then wewill see query results.

  Was this answer useful?  Yes

Praveen Singh

  • Jul 19th, 2006
 

Hi,

You can test through manually through oracle or pl/sql by executing the queries and through automation by retrieveing the data and comparing with the input.

Thanks,

Praveen

  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