| |
GeekInterview.com > Interview Questions > Testing > Bug Tracking
| Print | |
Question: how to do database testing by using automation tool.
how to check runtime database checkpoints. i want to check that wheather the current record is added in database table after execute the adding a record
|
| May 05, 2009 06:08:42 |
#9 |
| srinivasulub1981 |
Member Since: December 2005 Total Comments: 373 |
RE: how to do database testing by using automation tool.how to check runtime database checkpoints. i want to check that wheather the current record is added in database table after execute the adding a record |
You can test data base using QTP or WR using data base check points
-> Just add the data base check point before adding a record into the data base -> Add a record into data base -> Now run the script, it can give the difference.. |
| |
Back To Question | |