Bug 2728 - Properties Dialog Smoke Tests (1GIIPDQ)
Summary: Properties Dialog Smoke Tests (1GIIPDQ)
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kevin Haaland CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2001-10-10 22:42 EDT by Kevin Haaland CLA
Modified: 2001-10-10 22:42 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Haaland CLA 2001-10-10 22:42:19 EDT
This is a test list for the properties dialog.

Presentation
	Verify that the listbox on the left shows appropriate scrollbars when its contents extends beyond its client area.
	Verify that the window grows to fit the content page of the selected item.
	Verify that you can traverse all widget groups by pressing TAB.
	Verify that the title bar shows the name of the resource about which the dialog shows information.

Actions
	Clicking on a item that contributes in the tree shows the corresponding page on the right, including the page title.
	Clicking on a item that does not contribute in the tree shows the default page on the right.
		e.g. In the packages view, open the dialog on a package. The Team page should show the default page.
	Verify that OK stores all changes made to fields by doing the following:
		- make some changes to checkboxes, option buttons, and textboxes.
		- click OK.
		- open the dialog again and ensure that all the changes were saved.
	Verify that Cancel discards all changes made to fields by doing the following:
		- make some changes to checkboxes, option buttons, and textboxes.
		- click Cancel.
		- open the dialog again and ensure that all the field values are the same as before the change.
	Verify that ESC maps to Cancel.
	Verify that Apply stores all changes made to values by doing the following:
		- make some changes to checkboxes, option buttons, and textboxes.
		- click Apply and then Cancel.
		- open the dialog again and ensure that all the changes were saved.