| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| <html> |
| <head> |
| <meta http-equiv="Content-Language" content="en-us"> |
| <meta http-equiv="Content-Type" |
| content="text/html; charset=windows-1252"> |
| <title>Juno M2 Test Plan</title> |
| </head> |
| <body> |
| <h1>Juno M2 Test Plan</h1> |
| Testing day: Tuesday 2011-09-13<br> |
| Test Build: Always switch to latest available I-build<br> |
| Components: Platform Search, Platform Text, JDT Text and JDT UI<br> |
| Testers: Raksha, Deepak, Markus and Dani<br> |
| |
| |
| <h2>Setup</h2> |
| <h3>Builds</h3> |
| <ul> |
| <li>4.2 build: <a href="mailto:deepak.azad@in.ibm.com">Deepak</a> and <a href="mailto:daniel_megert@ch.ibm.com">Dani</a></li> |
| <li>3.8 build: <a href="mailto:raksha.vasisht@in.ibm.com">Raksha</a> and <a href="mailto:markus_keller@ch.ibm.com">Markus</a></li> |
| </ul> |
| <h3>Platforms</h3> |
| <ul> |
| <li>Windows 7: <a href="mailto:daniel_megert@ch.ibm.com">Dani</a>, <a href="mailto:raksha.vasisht@in.ibm.com">Raksha</a></li> |
| <li>Linux-GTK: <a href="mailto:deepak.azad@in.ibm.com">Deepak</a></li> |
| <li>Mac OS X 10.7: <a href="mailto:markus_keller@ch.ibm.com">Markus</a></li> |
| </ul> |
| |
| |
| <h2>Goal</h2> |
| <ul> |
| <li>test new functionality added since M1</li> |
| <li>verify that severe bugs are correctly fixed</li> |
| </ul> |
| |
| |
| <h2>Test New Functionality </h2> |
| |
| <h4>Extract constant refactoring (Raksha, Markus - Questions: Deepak)</h4> |
| Verify that the refactoring works correctly while extracting a switch case statement expression. |
| |
| <h4>Mark occurrences (Markus, Dani - Questions: Deepak)</h4> |
| Verify that the feature does not mark already caught exceptions. (Hint: Search > Occurrences in File > Throwing Exception) |
| |
| <h4>Convert enhanced for loop to indexed/Iterator loop (Raksha, Deepak - Questions: Markus)</h4> |
| <ul> |
| <li>Test quick assist enablement and functioning</li> |
| <li>Verify that indexed version is available for arrays and <code>java.util.List</code>s</li> |
| <li>Verify that Iterator version is available for <code>java.lang.Iterable</code>s</li> |
| <li>Verify that quick assist doesn't change semantics, also for complex target expressions and if variable name "i" is already used</li> |
| <li>Verify that modifiers and annotations on the variable are not lost</li> |
| <li>Verify that linked mode works for the new variable name(s)</li> |
| </ul> |
| |
| <h4>Rename type (Deepak, Raksha - Questions: Markus)</h4> |
| We've fixed a problem where the Rename Type refactoring didn't show an error when the rename leads to a shadowing problem in this situation: |
| p.A is renamed to C, but another type with the simple name C is *-imported in another CU in p, so after the rename, the reference in the other CU would resolve to the renamed p.C instead of the *-imported type. |
| <ul> |
| <li>Verify that an error is shown in this situation</li> |
| <li>Verify that no error is shown if this problem doesn't occur (i.e. usually)</li> |
| </ul> |
| |
| <h4>Delete Working Sets from Package Explorer (Dani, Deepak - Questions: Raksha)</h4> |
| <ul> |
| <li>Verify that the dialogs make sense for all combinations of user working sets and/or "Other Projects" selected</li> |
| <li>Verify that clicking "Remove" in a mixed (working set + "Other Projects") selection removes the working sets and hides "Other Projects"</li> |
| </ul> |
| |
| |
| <h2>Bug Verification (All)</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?target_milestone=3.8%20M2&query_format=advanced&classification=Eclipse&product=JDT&component=UI&priority=P1&bug_status=RESOLVED&resolution=FIXED&order=bugs.priority,bugs.target_milestone,bugs.bug_id"> |
| P1 JDT UI bugs, 3.8 M2</a></li> |
| |
| <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?target_milestone=3.8%20M2&query_format=advanced&classification=Eclipse&component=Text&component=Search&priority=P1&bug_status=RESOLVED&resolution=FIXED&order=bugs.priority,bugs.target_milestone,bugs.bug_id"> |
| P1 Text and Search bugs, 3.8 M2</a></li> |
| |
| <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?target_milestone=3.8%20M2&query_format=advanced&classification=Eclipse&product=JDT&component=UI&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_status=RESOLVED&resolution=FIXED&order=bugs.priority,bugs.target_milestone,bugs.bug_id"> |
| JDT UI bugs blocker/critical/major, 3.8 M2</a></li> |
| |
| <li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?target_milestone=3.8%20M2&query_format=advanced&classification=Eclipse&component=Text&component=Search&bug_severity=blocker&bug_severity=critical&bug_severity=major&bug_status=RESOLVED&resolution=FIXED&order=bugs.priority,bugs.target_milestone,bugs.bug_id"> |
| Text and Search bugs blocker/critical/major, 3.8 M2</a></li> |
| </ul> |
| |
| </body> |
| </html> |