Fennec/Features/sessionstore/testplan: Difference between revisions
< Fennec | Features | sessionstore
Jump to navigation
Jump to search
Andreea.pod (talk | contribs) No edit summary |
Andreea.pod (talk | contribs) No edit summary |
||
Line 35: | Line 35: | ||
<dl><dt> Litmus | <dl><dt> Litmus | ||
</dt></dl>History for a reopened tab | </dt></dl>History for a reopened tab | ||
<ul>Steps to perform | <ul> Steps to perform | ||
<li> Open a new tab and go to Google.com</li> | <li> Open a new tab and go to Google.com</li> | ||
<li>Go to yahoo.com in the same tab</li> | <li>Go to yahoo.com in the same tab</li> | ||
<li>Close the tab and reopen the closed tab</li> | <li>Close the tab and reopen the closed tab</li> | ||
<li>Open the right side bar and tap on back button</li> | <li>Open the right side bar and tap on back button</li> | ||
Expected results | </ul><ul> Expected results | ||
<li>You should be able to browse through the reopened tab's history | <li>You should be able to browse through the reopened tab's history | ||
</li></ul> | </li></ul> | ||
<h2> Bugs </h2> | <h2> Bugs </h2> | ||
<p>Bugs filed as a result of testing the feature | <p>Bugs filed as a result of testing the feature | ||
</p> | </p> |
Revision as of 08:49, 29 July 2011
Fast Session Saving
Feature | Dev Lead | QA Lead | Status |
Fast Session Saving | MFinkle | Kevin Brosnan andreea.pod |
Dev: LANDED QA: TESTING |
Reference
- Bug 630398 - Session store doesn't save session data quickly enough
- Bug 658554 - Undoing a tab pointing to about:blank does nothing
Tabs should be restored when Firefox is killed. The Firefox 4 behavior was that tabs would be saved 10 seconds after the page finished loading. It now will save the tab 2 seconds after the page load finishes.
A closed blank tab should not have "undo closed tab"
Use Cases to Test
Killing Fennec while the page is loading should not restore the tab
Killing Fennec < 2s after page Load should not restore the tab
Killing Fennec > 2s after page load should session restore the tab
Closing a blank tab should not go to "undo closed tab" thumbnail
Test Cases
- Litmus
History for a reopened tab
- Steps to perform
- Open a new tab and go to Google.com
- Go to yahoo.com in the same tab
- Close the tab and reopen the closed tab
- Open the right side bar and tap on back button
- Expected results
- You should be able to browse through the reopened tab's history
Bugs
Bugs filed as a result of testing the feature