December 2013
Intermediate to advanced
1872 pages
153h 31m
English
In testing and the QA phases of your development life cycle, you often need to conduct tests over and over. These are either logic tests or even performance tests. To aid testing and QA, snapshots can be taken of a test database prior to full testing (create a testing baseline database snapshot) and then the test database can be reverted back to its original state at a moment’s notice, using that baseline snapshot. This procedure can be done any number of times. Figure 28.8 shows how easy it is to simply create a testing reference point (or synchronization point) with a database snapshot.
FIGURE 28.8 Establishing a baseline testing database snapshot before running tests and ...