Hi Andreas,

Andreas Pauley wrote:
Hi all,

I've run VCL testtool (ooo_releasetests.sh) on the m211 Afrikaans Linux/x86 build and ended up with 21 .res files.

How do I use/interpret/correct the test results?
Does these tests automate some of the TCM tests?

Take a look into every file and just care about the ones which have orange or red messages or which didn't run to the end;
You can open every .res file with the TestTool, or get a summary
from the commandline with:
http://qa.openoffice.org/source/browse/qa/qatesttool/script/analyze/
,or with a GUI by: http://vcltesttoolglue.sourceforge.net/

Some more words on how to proceed:
http://qa.openoffice.org/servlets/ReadMsg?list=dev&msgNo=8538


Thanks,
Andreas

Some examples from the results:

"""Active : UNO URL "slot:10454" could not be run: Disabled"""

Just what it says ;-)
If you double click the message you get a word to the slot, what it should do...and by the time the test run, this action was disabled.

"""Active : Pop-up menu not open"""

The testtool opened a menu/context menu, but this was closed for some reason, when the testtool wanted to do something with it;

"""Server Timeout while waiting for answer. Sequence No: 8930"""

Translation: OOo is not responding anymore, either because it crashed, or loops, or the action just took longer than expected to complete and respond; You could increase the timeout wait time in the testtool:
Extras->Settings->Misc: Server timeout: I would recommed 4 minutes;


"""
Warning: iniinfo.inc::GetLanguageInformation()
Warning: - sLanOutIni = af (fallback mode; unknown language)
Warning: - iSprache has been set 01!

The language you are using is unknown to the testtool environment.
See wiki:
http://wiki.services.openoffice.org/wiki/HowTo_localize_qatesttool_environment

"""


"""
DatabaseType : Entry number 13 is too large in Select. Max. allowed is 12

--qa/qatesttool/base/update/inc/b_upd_DatabaseTypes.inc:tEvolutionProperties()

This should be fixed in HEAD of the scripts; but not for the branch ooo220; Which scripts did you use? For testing SRC680m211 it should be cvs HEAD...
Else ask MSC, who is owner of this test.

--qa/qatesttool/base/update/inc/b_upd_DatabaseTypes.inc:b_upd_DatabaseTypes()
qa/qatesttool/base/update/b_updt.bas: main()

"""

"""
Warning: Dialog "Databron-eienskappe: Mozilla-adresboek" geschlossen, RType = MODALDIALOG, UId = Name doesn't exist: #39051 Warning: WORKWINDOW "biblio - OpenOffice.org-basis" geschlossen, RType = WORKWINDOW, UId = Active Warning: Message Box (No) "OpenOffice.org 2.3 " geschlossen, RType = FIRST, UId = Active
"""

Here the testtool tells you what it had done to resume to normal state: just one window without any dialog open;
The failure above that messages is relevant;
This here is just a hint on what went wrong...

Hope this helps to get started;
If you have still problems, after trying the mentioned message above and the wiki, just ask :-)

You get then more hints, when you _attach_ one resultfile to an issue assigned to the test owner or put the whole resultfiles somewhere public accessible, or send me one as an example where you want to knowe more about (But I prefer the first two choices)

cheers
Thorsten

--
*******************************************************************
Thorsten Bosbach                             Sun Microsystems GmbH
Quality Assurance Engineer                   20097 Hamburg, Germany

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to