How do you test whether the database is updated as and when an information are added in the front end?Give me an example?
It depends on what level of testing you are doing.When you want to save something from front end obviously, it has to store somewhere in the database
You will need to find out the relevant tables involved in saving the records.
Data Mapping from front end to the tables.Then enter the data from front end and save.
Go to database, fire queries to get the same date from the back end.
Related posts:
- How do you test whether a database in updated when information is entered in the front end? It depend on your application interface.. 1. If your application...
- How to test a SQL Query in Winrunner? without using DataBase CheckPoints? By writing scripting procedure in the TCL we can connect...
- How to test a DTS package created for data insert update and delete? What should be considered in the above case while testing it?What conditions are to be checked if the data is inserted, updated or deleted using a text files? Data Integrity checks should be performed. IF the database schema...
- What is Database testing? Data bas testing basically include the following. 1)Data validity testing....
- What is data driven test? An1: Data driven test is used to test the multinumbers...
Related posts brought to you by Yet Another Related Posts Plugin.