Confirmed users
657
edits
(→Unit Tests: The unit test for the cache module is finished) |
(Write up the unit test plan for the Autocomplete module) |
||
Line 107: | Line 107: | ||
==Autocomplete== | ==Autocomplete== | ||
=== Unit Tests === | |||
* Save a form history pair (Pair-A) | |||
* Ensure that Pair-A exists | |||
* Enter private browsing mode | |||
* Ensure that Pair-A exists | |||
* Attempt to save another form history pair (Pair-B) | |||
* Ensure that Pair-B does not exist | |||
* Exit private browsing mode | |||
* Ensure that Pair-A exists | |||
* Ensure that Pair-B does not exist | |||
==DOM Storage== | ==DOM Storage== |