| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html><head> |
| |
| <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>3.5 M7 Test Plan</title> |
| |
| <style type="text/css"> |
| h4 { margin-bottom: .5em; margin-top: 1.5em } |
| ul { margin-top: .5em } |
| ul li ul { margin-top: 0em; margin-bottom: .25em } |
| </style></head> |
| |
| <body> |
| <h1>3.5 M7 Test Plan</h1> |
| Test day: Tuesday, 2009-04-28<br> |
| Test Build: I20090428-0100 (use I20090427-1800 until the test build is available)<br> |
| Components: Platform Search, Platform Text, JDT Text and JDT UI<br> |
| Testers: <a href="mailto:bmuskalla@eclipsesource.com">Benny</a>, <a href="mailto:markus_keller@ch.ibm.com">Markus</a>, <a href="mailto:raksha.vasisht@in.ibm.com">Raksha</a>, <a href="mailto:eclipse@tom.eicher.name">Tom</a> and <a href="mailto:daniel_megert@ch.ibm.com">Dani</a><br> |
| |
| |
| <h2>Platforms</h2> |
| <ul> |
| <li>Linux GTK: <a href="mailto:bmuskalla@eclipsesource.com">Benny</a></li> |
| <li>Linux GTK: <a href="mailto:daniel_megert@ch.ibm.com">Dani</a></li> |
| <li>Mac OS X: <a href="mailto:markus_keller@ch.ibm.com">Markus</a></li> |
| <li>WindowsXP: <a href="mailto:raksha.vasisht@in.ibm.com">Raksha</a></li> |
| <li>???: - <a href="mailto:eclipse@tom.eicher.name">Tom</a></li> |
| <li>WindowsVista: - </a></li> |
| </li> |
| </ul> |
| |
| |
| <h2>Goal</h2> |
| <ul> |
| <li>test new functionality added since 3.5 M6</li> |
| <li>verify that severe bugs are correctly fixed</li> |
| <li>sanity check performance</li> |
| </ul> |
| |
| |
| <h2>Test New Functionality </h2> |
| <em>First test all those items where you are listed as first tester.</em> |
| |
| <h4>"Show in Properties File" action for NLS Hover (Markus, Dani - Questions: Raksha)</h4> |
| Test that the action is added for NLS string hover and is activated on focus (see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=220002">bug 220002</a>). |
| <ul> |
| <li>test that the right string is located and highlighted in the corresponding properties file</li> |
| <li>test for cases where the properties file is missing, or the string is not defined</li> |
| <li>test for appropriate messages in the status line</li> |
| </ul> |
| |
| <h4>Java resource mappings (Raksha, Dani - Questions: Markus)</h4> |
| Test CVS decorator in Packages view (Java Browsing perspective) and Java model in model-based synchronizations. |
| <ul> |
| <li>verify that no exceptions are written to the log if there are outgoing deletions of packages</li> |
| <li>verify structure in model-based synchronizations</li> |
| </ul> |
| |
| <h4>"Expand With Constructors" action in call hierarchy (Dani, Markus - Questions: Raksha)</h4> |
| Test that the action is added for instance methods and the check state is preserved per method (see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=102281">bug 102281</a>). |
| <ul> |
| <li>verify that it works only on instance methods, and in callers mode</li> |
| <li>verify that the check state and the expansion work on multiple selections</li> |
| <li>verify for both anonymous and non-anonymous types, also types with only implicit default constructors</li> |
| </ul> |
| |
| <h4>Cancel search in call hierarchy (Dani, Markus - Questions: Raksha)</h4> |
| Verify that "Cancel Current Search" action collapses the node again, and that the search is restarted wen the node is expanded again. |
| |
| <h4>Reconcile in Java compare editor (Markus, Raksha - Questions: Dani)</h4> |
| Verify that the Java compare editor's structure updates on typing. |
| |
| <h4>toString() Generator (Benny, Raksha - Questions: Markus)</h4> |
| <ul> |
| <li>test that it works as expected, especially that it is now polished (see 'polish' bugs)</li> |
| <li>test generated toString() methods (see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=270462">bug 270462</a>)</li> |
| <li>test the "Custom toString() builder" code style (see help for a description).</li> |
| </ul> |
| |
| <h4>New preference to set editor navigation targets (Raksha, Dani - Questions: Dani)</h4> |
| Test that the new preference works (see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=271491">bug 271491</a>). |
| <ul> |
| <li>verify that changes are correctly honored by the editor</li> |
| <li>verify that changes also update state in the annotation drop down</li> |
| <li>verify that changes made in the annotation drop down are reflected on the preference page</li> |
| <li>verify that it has a non-conflicting mnemonic</li> |
| </ul> |
| |
| <h4>Editor's 'deleted' and 'changed' dialogs now show the name of the file (Markus, Raksha - Questions: Dani)</h4> |
| Test that the file name is correctly shown in the dialogs (see <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=29224">bug 29224</a>). |
| <ul> |
| <li>changing a file outside Eclipse and verify that the editor's dialog correctly shows the file with its path</li> |
| <li>delete a file outside Eclipse and verify that the editor's dialog correctly shows the file with its path</li> |
| </ul> |
| |
| <h4>For-loop fixes (Raksha, Markus - Questions: Dani)</h4> |
| Verify the following for-loop fixes: |
| <ul> |
| <li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=264421">bug 264421</a></li> |
| <li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=269595">bug 269595</a></li> |
| </ul> |
| |
| <h4>Block selection mode (Tom, Dani - Questions: Tom)</h4> |
| <ul> |
| <li>test undo, copy, cut, paste</li> |
| </ul> |
| |
| |
| <h2>Bug Verification</h2> |
| <em>Before starting to verify a bug add a comment indicating |
| that you are about to verify it.</em> |
| <ul> |
| <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=Eclipse&product=JDT&component=UI&priority=P1&target_milestone=3.5%20M7&bug_status=RESOLVED&resolution=FIXED&order=bugs.priority,bugs.target_milestone,bugs.bug_id"> |
| P1 JDT UI bugs, 3.5 M7</a></li> |
| |
| <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=Eclipse&component=Text&component=Search&priority=P1&target_milestone=3.5%20M7&bug_status=RESOLVED&resolution=FIXED&order=bugs.priority,bugs.target_milestone,bugs.bug_id"> |
| P1 Text and Search bugs, 3.5 M7</a></li> |
| |
| <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=Eclipse&product=JDT&component=UI&bug_severity=blocker&bug_severity=critical&bug_severity=major&target_milestone=3.5%20M7&bug_status=RESOLVED&resolution=FIXED&order=bugs.priority,bugs.target_milestone,bugs.bug_id"> |
| JDT UI bugs blocker/critical/major, 3.5 M7</a></li> |
| |
| <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&classification=Eclipse&component=Text&component=Search&bug_severity=blocker&bug_severity=critical&bug_severity=major&target_milestone=3.5%20M7&bug_status=RESOLVED&resolution=FIXED&order=bugs.priority,bugs.target_milestone,bugs.bug_id"> |
| Text and Search bugs blocker/critical/major, 3.5 M7</a></li> |
| </ul> |
| |
| </body></html> |