-
Bug
-
Resolution: Fixed
-
P4
-
8, 9
-
b161
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176990 | 10 | Alexander Kuznetcov | P4 | Resolved | Fixed | b03 |
Scenario to be automated and Review Comments:
1. Assert JFrame is showing
2. Assert JFrame is not iconified (not minimized)
3. Assert only 1 JDialog is showing
4. Assert JDialog contains the label with corresponding text
5. Click on the button [Show JDialog]
6. Assert that only 1 JDialog is showing
7. Close JDialog
8. Check there is no JDialog visible
9. Click on the button [Show JDialog]
10. Assert only 1 JDialog is showing
You could also resize and move the dialog
1. Assert JFrame is showing
2. Assert JFrame is not iconified (not minimized)
3. Assert only 1 JDialog is showing
4. Assert JDialog contains the label with corresponding text
5. Click on the button [Show JDialog]
6. Assert that only 1 JDialog is showing
7. Close JDialog
8. Check there is no JDialog visible
9. Click on the button [Show JDialog]
10. Assert only 1 JDialog is showing
You could also resize and move the dialog
- backported by
-
JDK-8176990 [TESTBUG] Create test for SwingSet DialogDemo
- Resolved