home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 25 / IOPROG_25.ISO / SOFT / JavaS / javastar-eval.exe / data1.cab / Program_Files / Release_Note.txt < prev   
Encoding:
Text File  |  1999-02-11  |  6.6 KB  |  159 lines

  1. JavaStarTM Release Notes
  2.  
  3. Table of Contents:
  4.  
  5.  
  6.    * What's New in Release 1.2
  7.    * What's New in Release 1.1.7
  8.  
  9.    * Patch 107282-01 README
  10.  
  11.    * New Material
  12.    * Limitations.
  13.  
  14.    * Known Software Bugs
  15.    * Fixed Software Bugs
  16.    * Documentation Errata
  17.  
  18. Please e-mail comments to JavaStar-feedback@suntest.com to send suggestions
  19. or comments about this release to the development team. Your comments will
  20. be read by the development team, but due to the large number of comments,
  21. the development team is unable to reply to each comment individually.
  22.  
  23. For product information such as an FAQ list, and possible upgrades or
  24. patches, please visit our SunTest web site.
  25.  
  26. What's New in Release 1.2
  27.     General
  28.      JavaStarTM 1.2 is compatible with JDK 1.1.1 through JDK 1.1.7B, and JDK
  29. 1.2 a.k.a Java 2.
  30.     Errata
  31.      JavaStar User Guide in the section for Java Plug-in incorrectly refers
  32. to the the plugin file to be downloaded as JavaStar-JPI-117.tar.z and
  33. JavaStar-JPI-117.zip.
  34.      The correct name of the file is JavaStar-JPI-12.zip and
  35. JavaStar-JPI-12.tar.z
  36.      There are two version of the Java Plug-in made availabe for JavaStar.
  37. One which corresponds to 1.1.X version of the jdk is in the 112 directory
  38. and the version corresponding to the 1.2 version of jdk is in 12 directory.
  39.  
  40.  
  41. What's New in Release 1.1.7
  42.  
  43.    General
  44.      JavaStarTM 1.1.7 is compatible with JDK 1.1.1 through JDK 1.1.7. This
  45.      release is primarily a bug fix.
  46.    Non-Component Locators
  47.      JFC
  48.         o There are new locators for combo boxes. The list locator has been
  49.           enhanced to work with list items with embedded images. The
  50.           tutorial has a new lesson on testing JFC components.
  51.      Writing Non-Component Locators
  52.         o The tutorial has a new lesson on creating Non-Component Locators.
  53.  
  54. New Material
  55.  
  56.    HotJava
  57.      There is new documentation on testing applets within the HotJava
  58.      Browser using project files. The command shells previously provided
  59.      have been discontinued.
  60.    Using the API
  61.      The tutorial lesson formerly called Writing Java Code has been enhanced
  62.      and is now called Using the JavaStar API.
  63.    Printing Results
  64.      The print button has been removed from the Test Results Viewer. To
  65.      print results, extract them to HTML or text and print those extractions
  66.      through normal methods.
  67.  
  68. Limitations
  69.  
  70.    Recording
  71.    o Sub-processes spawned by the program under test cannot be recorded.
  72.    o Cut and paste actions are not recorded.
  73.    o Scrollbars on lists cannot be disabled; if they are interacted with
  74.      during pauses, playbacks may fail.
  75.    o The scrolling of ScrollPanes cannot be recorded, but the correct events
  76.      are still sent to components inside the ScrollPane.
  77.    o A multiClick on a component that calls System.exit is not recorded on
  78.      Windows platforms. Workaround: manually add, with an editor, the event
  79.      which exits the application.
  80.    Comparison (Verification and Synchronization)
  81.      You cannot compare frames alone; menus will be compared also.
  82.    o There is no comparison of icon images.
  83.    o File dialogs are replaced with relativefile() calls with the file name
  84.      as arguments. You cannot verify a file dialog.
  85.    o In JDK 1.1.1, you cannot compare a container component that contains
  86.      any light-weight components. This is fixed in JDK 1.1.2 and above.
  87.    JavaStar Plug-in
  88.      The JavaStar Plug-in enables the use of any browser that supports the
  89.      Java Plug In. Here are some limitations on the use of this plug-in.
  90.         o You cannot use declarations.
  91.         o You need to turn off the JIT in the Java Plug-in control panel.
  92.         o If you use locators you need to move the entire directory tree of
  93.           the locators and start JavaStar from this directory.
  94.         o You cannot edit test scripts (this is a Java Plug-in limitation)
  95.    JavaStar Editor
  96.      The JavaStar editor on Windows platforms limits file sizes to about
  97.      28K. You need to use a different editor for files larger than that
  98.      size.
  99.  
  100. Known Software Bugs
  101.  
  102.    Java-related Bugs
  103.      The following two messages are from JavaStar printed to System.out.
  104.      Both are bugs in the JDK and have no adverse effects on JavaStar.
  105.         o Exception occurred during event dispatching:
  106.  
  107.           java.lang.NullPointer Exception
  108.           at java.awt.LightweightDispatcher.retargetMouseEvent
  109.            (Container.java:1416)
  110.  
  111.           Note-JDK bug FIXED in 1.1.5
  112.         o Sometimes when you enter or exit the JavaStar GUI, Java throws a
  113.           NullPointerException. This bug occurs most frequently in Windows
  114.           NT and is a bug in the JDK. There are no adverse effects on
  115.           JavaStar when this situation occurs. You will see the bug as an
  116.           exception.
  117.  
  118.           java.lang.NullPointerException
  119.           at java.awt.Component$NativeInLightFixer.componentMoved
  120.            (Component.java:2873)
  121.           at java.awt.Component.processComponentEvent
  122.            (Component.java:2173)
  123.  
  124.           Note-JDK bug FIXED in 1.1.5
  125.    Solaris-related Bugs
  126.      Doing a mouse-press on the scrollbar for too long can enter an infinite
  127.      loop.
  128.      Certain features in JavaStar require key sequences involving Ctrl-Alt.
  129.      For example, Generate Declarations uses Ctrl-Alt-F10. On certain
  130.      Solaris configurations the Alt key is not mapped correctly. Try using
  131.      the Meta key or the Shift key instead of the Alt key (Ctrl-Meta-F10).
  132.      The meta key is usually located to the right of the Alt key and it has
  133.      a picture of a diamond on the key.
  134.    Windows-related Bugs
  135.      The following bug in the Java AWT has been fixed in JDK 1.1.2 and
  136.      exists in JDK 1.1.1 only: In Windows NT 4.0, Certain modal dialogs
  137.      disappear when they are moved around the screen. For example in the
  138.      composer save a jst with no filename. The resulting modal dialog
  139.      disappears when it is moved across the screen.
  140.      Due to a bug (bugid #4064116) in Runtime.exec on Windows, arguments to
  141.      the program under test, to the JST, or to test script must not contain
  142.      spaces or special characters.
  143.    HotJava Bug
  144.      You are unable to generate declarations for the HotJava Browser. Doing
  145.      so results in an exception: Internal JavaStar error cannot locate self.
  146.  
  147. Fixed Software Bugs
  148.  
  149.    General
  150.    o Font changes through the options are reflected in all windows.
  151.    o JavaStar can now find more than one non-component locator or text map.
  152.    o The property file no longer disappears after use in a script.
  153.  
  154. Documentation Errata
  155.  
  156.    General
  157.      There are some screen shots which do not reflect the current state of
  158.      the JavaStar GUI.
  159.