| 1. |
How To Test Database In Manually? Explain With An Example |
|
Answer» Observing that operations, which are OPERATED on front-end is effected on back-end or not. The approach is as FOLLOWS : While adding a record the’ front-end check back-end that addition of record is effected or not. So same for DELETE, update,…… Ex:Enter EMPLOYEE record in DATABASE thr’ front-end and check if the record is added or not to the back-end(manually). Observing that operations, which are operated on front-end is effected on back-end or not. The approach is as follows : While adding a record the’ front-end check back-end that addition of record is effected or not. So same for delete, update,…… Ex:Enter employee record in database thr’ front-end and check if the record is added or not to the back-end(manually). |
|