Accessibility Work BenchA test tool for the UNO Accessibility APILast changed on April 25th 2003 IntroductionThe Accessibility Work Bench, or AWB for short, is a tool for testing the accessibility implementation of OpenOffice/StarOffice that uses the UNO Accessibility API (UAA) directly. There are other tools that use the Java Accessibility API (JAA). The AWB is implemented in Java. Its purpose is to give developers of the UAA a tool to aid them in testing and debugging their implementation. Latest Version is 1.7The current version is 1.7. The CVS tag is v1_7. Changes since the last version are:
Start UpFirst be sure to compile the java source code by simply calling dmake.
Before you start the AWB make sure that you have an Office running that
accepts connections from outside. Start the Office like
The AWB understands one option:
Graphical User Interface
The (somewhat outdated) image shows a screenshot of the AWB displaying the accessibility information of a char document. The most important parts of the AWB GUI are:
For up-to-date information please refer to the help text that is accessible through the Help->Help menu item. DownloadThe source code of the AWB is located in the test/accessibility directory of the toolkit project. You have to do a checkout from the CVS repository with a command likecvs checkout toolkit/test/accessibility after
setting up the proper CVS server and logging in to it. Use a tag like v1_7
to check out a specific version. You can browse it here.
|

