Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8209494

Create a test for SwingSet3 InternalFrameDemo

XMLWordPrintable

    • b09
    • generic
    • generic

        Scenarios to automate:

        Launch the application
        Verify the internal frame title
        Verify the internal frame bounds
        Check the frame isMaximizable()
        Maximize the frame and check whether it is maximized or not
        Demaximize the frame and check whether it is demaximized or not
        Check the frame isIconifiable()
        Iconify the frame and check whether it is iconified or not
        Deiconify the frame and check whether it is deiconified or not
        Check the frame isResizable()
        Resize the frame and check whether it is resized to new size or not
        Move the frame to new location and check whether it is moved to new location or not
        Check the frame isClosable()
        Close the frame and check whether it is closed or not
        Create the frames with different properties (Resizable, Closable, Iconifiable, Maximizable) and corresponding properties (isResizable(), isClosable(), isIconifiable(), isMaximizable())
        Resize the main frame, minimize it and check whether it affects the internal frames.

              akolarkunnu Abdul Kolarkunnu (Inactive)
              akolarkunnu Abdul Kolarkunnu (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: