1.

What are the ways to validate if a database table has been updated after you enter data from a front-end application?

Answer»

This DEPENDS on the INTERFACE which is being USED in that front-end application. Ways to validate it-

  • The front-end application’s interface allows view functionality to users to verify updated data.
  • If you can’t view the functionality of data that is entered, then database UPDATES can be checked by using RELEVANT SQL/Oracle queries.
  • The checkpoint function of WinRunner or QTP can also be used to check if a database has been updated.


Discussion

No Comment Found