This is a discussion on database checkpoints within the Software Testing forums, part of the Testing category; explain in detail about database checkpoints...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
By adding runtime database record checkpoints you can compare the information in your application during a test run with the corresponding record in your database. By adding standard database checkpoints to your test scripts, you can check the contents of databases in different versions of your application.
|
|
|||
|
The database checkpoint guarantees that all changes in all enabled threads prior to the database checkpoint have been written to disk.Checkpoints are recorded in the control file.Database checkpoints can be used in the test scripts to check databases in your application and the defects can be traced. You define a query on the database and then create a database checkpoint that checks the properties of the results of the query. When you check these properties, you can check the contents of the results or how many rows or columns the results contains.
|
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to restore SQL Database | fikmesf | Microsoft .NET | 1 | 10-11-2006 07:33 AM |
| Embarcadero Will Extend Database Monitoring Software to IBM DB2 | arneldave | DB2 | 0 | 05-11-2006 10:06 AM |
| Visual Basic : Centralizing Database Access With Visual Basic ActiveX DLL's | techguru | Visual Basic Tutorials | 0 | 08-27-2005 09:26 PM |
| SQL database back-up !!!! | Kartik | SQL Server 2005 Tutorials | 6 | 05-23-2005 02:48 PM |
| hierarchail & network | kisshug | Oracle Tutorials | 2 | 05-01-2005 05:17 PM |