Difference between revisions of "VCLTestToolIssues"

From Apache OpenOffice Wiki
Jump to: navigation, search
(new issue about timeout)
m (reformating)
Line 6: Line 6:
  
 
= 75147 Server Timeout at .exists() =
 
= 75147 Server Timeout at .exists() =
Issue 75147 testtool: respect .exists( time ) value over 'Server Timeout'
+
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.
+
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.
Workaround: The default of the Server Timeout is 45 seconds;
+
 
The test runner might change this to 3 minutes or
+
This only happens, if the dialog, that is waited for, needs longer to come up, than the value of the Server Timeout is.
the script writer uses something like this:
+
 
 +
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:
 
  <pre>
 
  <pre>
 
  Dim i as integer
 
  Dim i as integer
Line 21: Line 24:
  
 
= 73372 Crash with URP_Bridge=
 
= 73372 Crash with URP_Bridge=
No issue in TestTool, but in OOo with annoying automated testing:
+
 
from SRC680m196 issue 73372 Exception not caught: URP_Bridge: disposed
+
No issue in TestTool, but in OOo with annoying automated testing: from SRC680m196  
Visible in OOo 2.2
+
 
Effect: TestTool and OOo crash - somtimes with messagebox about URP_Bridge.
+
Issue 73372 Exception not caught: URP_Bridge: disposed
Workaround: Restart test.
+
 
Fixed until OOo 2.3
+
Visible in OOo 2.2
 +
 
 +
Effect: TestTool and OOo crash - somtimes with messagebox about URP_Bridge.
 +
 
 +
Workaround: Restart test.
 +
 
 +
Fixed until OOo 2.3
  
 
= 69840 byRef=
 
= 69840 byRef=
Issue 69840 parameter are no longer passed byRef to sub routines
+
Issue 69840 parameter are no longer passed byRef to sub routines
Effect: Some variables don't change.
+
 
Workaround: Declare each variable in a new line. Or Use last official TestTool SRC680m50
+
Effect: Some variables don't change.
Not all test scripts are updated yet, to workaround this issue.
+
 
 +
Workaround: Declare each variable in a new line. Or Use last official TestTool SRC680m50
 +
 
 +
Not all test scripts are updated yet, to workaround this issue.
  
 
= 63620 black snapshots=
 
= 63620 black snapshots=
Issue 63620 testtool: comand snapshot only gets black pictures
+
Issue 63620 testtool: comand snapshot only gets black pictures
Effect: When making automated screenshots, some are black.
+
 
Workaround: none
+
Effect: When making automated screenshots, some are black.
Currently under evaluation to find a culprint.
+
 
 +
Workaround: none
 +
 
 +
Currently under evaluation to find a culprint.
  
 
[[Category:Quality Assurance]]
 
[[Category:Quality Assurance]]

Revision as of 11:07, 9 March 2007

draft version

Last official version is SRC680m50 for testing OOo 2.0 - 2.2
Next version will be around SRC680m210 for testing OOo 2.3 - ...
(Which might also be used for testing 2.0 - 2.2)

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
 

73372 Crash with URP_Bridge

No issue in TestTool, but in OOo with annoying automated testing: from SRC680m196

Issue 73372 Exception not caught: URP_Bridge: disposed

Visible in OOo 2.2

Effect: TestTool and OOo crash - somtimes with messagebox about URP_Bridge.

Workaround: Restart test.

Fixed until OOo 2.3

69840 byRef

Issue 69840 parameter are no longer passed byRef to sub routines

Effect: Some variables don't change.

Workaround: Declare each variable in a new line. Or Use last official TestTool SRC680m50

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

63620 black snapshots

Issue 63620 testtool: comand snapshot only gets black pictures

Effect: When making automated screenshots, some are black.

Workaround: none

Currently under evaluation to find a culprint.

Personal tools