blob: 6814bff9ca43f4fc57d2887e2daf6c6eccdc6fdb [file] [log] [blame]
<!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.3 M4 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.3 M4 Test Plan</h1>
Test day: Tuesday, 2006-12-12<br>
Test Build: I20061212-0010<br>
Components: Platform Search, Platform Text, JDT Text and JDT UI<br>
Testers: Benno, Dani, Markus, Martin<br>
<h2>Goal</h2>
<ul>
<li>test new functionality added since 3.3 M3</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>Test showing of invisible characters (Benno, Martin - FAQ: Dani)</h4>
<ul>
<li>preference works</li>
<li>tool bar button works (must first enable 'Editor Presentation' via perspective configuration)</li>
<li>test with different fonts</li>
</ul>
<h4>Spell checking in Text, Properties and CU editors (Markus, Benno - FAQ: Dani)</h4>
for each:
<ul>
<li> verify that spell checking works</li>
<li>verify that the spelling problems can be fixed via Edit > Quick Fix </li>
<li> verify that the spelling problems can be fixed via Ctrl+1</li>
<li> verify that the reworked Spelling preference page works</li>
</ul>
<h4> verify new F3 behavior which only uses caret location (instead of selection) (Martin, Markus - FAQ: Dani)</h4>
<ul>
<li> test with empty selection</li>
<li> test with partial selections</li>
<li> test with selections that contain full qualification</li>
</ul>
<h4>quick fix & quick assist: (Dani, Markus - FAQ: Martin)</h4>
<ul>
<li>extract local, extract constant, inline local, convert local to field, convert anonymous to member type offered as quick fix</li>
<li>try out linked mode and see if name guesses are good</li>
<li>try 'Invert if statement' and 'push negation down'</li>
</ul>
<h4>package explorer (Markus, Benno - FAQ: Martin)</h4>
<ul>
<li>support better grouping mechanisms for referenced libraries (<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=83389">bug 83389</a>)</li>
</ul>
<h4>build path dialog (Benno, Dani - FAQ: Martin)</h4>
<ul>
<li>new extension point 'classpathAttributeConfiguration'</li>
<li>test that Javadoc and native lib rendering and configuration still work (have been updated to use the new infrastructure)</li>
<li>Top / Bottom buttons on order page</li>
</ul>
<h4>organize import (Dani, Markus - FAQ: Martin)</h4>
<ul>
<li>configure the number of empty lines between import groups (preference on the code formatter page)</li>
</ul>
<h4>code formatter dialog (Markus, Benno - FAQ: Martin)</h4>
<ul>
<li>UI for new code formatter preferences added: 'space between 'throws' and parenthesized expression</li>
</ul>
<h4>new JUnit API: (Benno, Dani - FAQ: Martin)</h4>
<ul>
<li>TestRunListener and all releated elements: ITestElement...</li>
</ul>
<h4>Undo Delete Refactorings: (Dani, Martin - FAQ: Markus)</h4>
<ul>
<li>test in Package Explorer, Browsing Perspective, Hierarchy view</li>
<li>delete resources and all kinds of Java elements</li>
<li>verify that Undo is available and works</li>
</ul>
For the next two items, just test a representative selection of refactoring and source actions:
<h4>Refactor without saving editors: (Benno, Dani - FAQ: Markus)</h4>
<ul>
<li>verify that refactorings and source actions work with unsaved editors<br> (unsaved Java, Ant, text editors; still needs to save multi-part editors like PDE Manifest editors)</li>
</ul>
<h4>Refactor derived files: (Martin, Benno - FAQ: Markus)</h4>
<ul>
<li>warning dialogs (like when you open editor on derived file and start typing):</li>
<ul>
<li>verify that refactoring declarations in derived files gives a warning dialog first</li>
<li>test quick fix and direct quick fix actions (Prefs > Keys > Source > Quick * - *)</li>
</ul>
<li>test derived files filter in refactoring preview</li>
</ul>
<h2>Bug Verification</h2>
<em>There are 12 bugs meaning that everyone has to verify 3 bugs. 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&amp;classification=Eclipse&amp;product=JDT&amp;component=UI&amp;priority=P1&amp;priority=P2&amp;target_milestone=3.3%20M4&amp;bug_status=RESOLVED&amp;resolution=FIXED&amp;order=bugs.priority,bugs.target_milestone,bugs.bug_id">
JDT UI bugs P1/P2, 3.3 M4</a></li>
<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&amp;classification=Eclipse&amp;component=Text&amp;component=Search&amp;priority=P1&amp;priority=P2&amp;target_milestone=3.3%20M4&amp;bug_status=RESOLVED&amp;resolution=FIXED&amp;order=bugs.priority,bugs.target_milestone,bugs.bug_id">
Platform Text and Search bugs P1/P2, 3.3 M4</a></li>
<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&amp;classification=Eclipse&amp;product=JDT&amp;component=UI&amp;bug_severity=blocker&amp;bug_severity=critical&amp;bug_severity=major&amp;target_milestone=3.3%20M4&amp;bug_status=RESOLVED&amp;resolution=FIXED&amp;order=bugs.priority,bugs.target_milestone,bugs.bug_id">
JDT UI bugs blocker/critical/major, 3.3 M4</a></li>
<li><a href="https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&amp;classification=Eclipse&amp;component=Text&amp;component=Search&amp;bug_severity=blocker&amp;bug_severity=critical&amp;bug_severity=major&amp;target_milestone=3.3%20M4&amp;bug_status=RESOLVED&amp;resolution=FIXED&amp;order=bugs.priority,bugs.target_milestone,bugs.bug_id">
Platform Text and Search bugs blocker/critical/major, 3.3 M4</a></li>
</ul>
</body></html>