1 This NetBeans project corresponds to client sanity test suite in jdk/test/sanity/client.
   2 
   3 It simplifies working on the suite in NetBeans.
   4 
   5 It also includes the following custom tasks:
   6 
   7 prepare-bundle      creates dist/sanity.zip containing standalone bundle of the suite
   8 
   9 run-jemmy-browser   runs Jemmy browser for the ButtonDemo (hardcoded in build.xml file)
  10                     The tool allows to explore the UI hierarchy.
  11                     
  12 There is no task to run tests using JTReg. Please refer to corresponding README file 
  13 in the client sanity test suite folder on how to run the tests.
  14 
  15 Contact alexander.kouznetsov@oracle.com in case of issues.