RE: how do you test whether a database in updated when...
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.
RE: how do you test whether a database in updated when...
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.
RE: how do you test whether a database in updated when...
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.