Issue 120477

Summary: [VCLAuto patch] Fix unstable problems of automation scripts
Product: QA Reporter: Li Lin Yi <lilinyi921734>
Component: testscriptsAssignee: automat <ooo-extensions-website_de>
Status: CLOSED FIXED QA Contact:
Severity: Major    
Priority: P2 CC: issues
Version: current   
Target Milestone: 4.0.0   
Hardware: All   
OS: All   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
20120807FixUnstableProblem.patch
none
SortOptionsIncludeFormats.ods none

Description Li Lin Yi 2012-08-07 07:03:15 UTC
Created attachment 78868 [details]
20120807FixUnstableProblem.patch

When I run GUI automation test cases, some test cases are not stable.
To increase the robustness, I created this patch. Solved following problems:

1. SubtotalsFunctions.java: Changed a control to treelistbox, changed coordinate positioning to treelistbox selection. Which made more precise positioning.
2. Sometimes navigator dialog will block operations of 3 editor(word process/spreasheet/presentation). Cleaned user installation directory before each test case.
3. testSortOptionsIncludeFormats: Sample file for this test case is not correct.
Comment 1 Li Lin Yi 2012-08-07 07:04:09 UTC
Created attachment 78869 [details]
SortOptionsIncludeFormats.ods

Refresh sample file.
Comment 2 SVN Robot 2012-08-07 07:34:15 UTC
"liuzhe" committed SVN revision 1370129 into trunk:
#120477# - [VCLAuto patch] Fix unstable problems of automation scripts Patch ...
Comment 3 Li Lin Yi 2012-08-07 08:58:41 UTC
Thanks Zhe.
Mark as resolved.