Difference between revisions of "VCLTestToolIssues"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 43: Line 43:
 
Complete list of open issues for the VCL TestTool application
 
Complete list of open issues for the VCL TestTool application
 
http://qa.openoffice.org/issues/buglist.cgi?Submit+query=Submit+query&issue_type=DEFECT&issue_type=ENHANCEMENT&issue_type=FEATURE&issue_type=TASK&issue_type=PATCH&component=utilities&subcomponent=automation&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time
 
http://qa.openoffice.org/issues/buglist.cgi?Submit+query=Submit+query&issue_type=DEFECT&issue_type=ENHANCEMENT&issue_type=FEATURE&issue_type=TASK&issue_type=PATCH&component=utilities&subcomponent=automation&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time
[[Category:Quality Assurance]]
+
[[Category:TestAutomation]]

Revision as of 08:28, 30 March 2010

Last official version is SRC680m50 for testing OOo 2.0 - 2.3
Next version will be around SRC680m226 for testing OOo 2.4 - ...

75147 Server Timeout at .exists()

Issue 75147 testtool: respect .exists( time ) value over 'Server Timeout'

Effect: If the value for Server Timeout in the TestTool Settings is lower than the value in the .exist() command, an error comes up, telling you a Server Timeout happened.

This only happens, if the dialog, that is waited for, needs longer to come up, than the value of the Server Timeout is.

Workaround: The default of the Server Timeout is 45 seconds;

The test runner might change this to 3 minutes or the script writer uses something like this:

 Dim i as integer
 i=0
 while (NOT .exists(10) AND i<10)
     i = i+1
 wend
 

64746 byRef

Issue 64746 parameter are no longer passed byRef to sub routines

Effect: Some variables don't change.

Workaround: Declare each variable in a new line.

Not all test scripts are updated yet, to workaround this issue.

63620 black snapshots

Issue 63620 testtool: comand snapshot only gets black pictures (Only seen on MacOS X)

Effect: When making automated screenshots, some are black.

Workaround: none

Currently under evaluation to find a culprint.


Others

Complete list of open issues for the VCL TestTool application http://qa.openoffice.org/issues/buglist.cgi?Submit+query=Submit+query&issue_type=DEFECT&issue_type=ENHANCEMENT&issue_type=FEATURE&issue_type=TASK&issue_type=PATCH&component=utilities&subcomponent=automation&issue_status=NEW&issue_status=STARTED&issue_status=REOPENED&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time

Personal tools