Confirmed users
657
edits
(→History: The places unit tests are finished by Aaron) |
(→Cache: Write the test plan for the Cache service) |
||
Line 43: | Line 43: | ||
==Cache== | ==Cache== | ||
=== Unit Tests === | |||
* Check that the memory, disk and offline cache devices are available. | |||
* Create an in memory cache entry (cache-A). | |||
* Create an on disk cache entry (cache-B). | |||
* Create an offline cache entry (cache-C). | |||
* Check that the cache entries are retrievable. | |||
* Enter private browsing mode. | |||
* Check that neither of the cache entries are retrievable. | |||
* Check that only the memory device is available. | |||
* Check that the memory device is empty. | |||
* Exit Private Browsing mode. | |||
* Check that the memory, disk and offline cache devices are available. | |||
* Check that Cache-A is gone. | |||
* Check that Cache-B is available. | |||
* Check that Cache-C is available. | |||
==Site Permissions== | ==Site Permissions== |