> Second, there's a number of tests which are for the UNO API. Those use a > Java framework, and basically do somethine like: Connect to a running > OOo instance, instantiate some components, and do some tests with them. > Probably this is what you found in dbaccess/qa. > This part again splits into some generic mere interface tests (e.g., if > a component has certain interfaces, it's verified that this sole > interface works as expected.
Hmm, not completely true what I said here. Those tests *also* might simulate user behaviour, at least to a certain degree. For instance, in the forms module you will find tests which create complete documents, including controls, and operate them like users would do. This, however, works on a different level than the TestTool: The latter really sends key events to the applications, the Java tests use the Accessibility UNO API, which by definition should behave exactly as user input would behave. Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Database http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
