Issue 120477 - [VCLAuto patch] Fix unstable problems of automation scripts
Summary: [VCLAuto patch] Fix unstable problems of automation scripts
Status: CLOSED FIXED
Alias: None
Product: QA
Classification: Unclassified
Component: testscripts (show other issues)
Version: current
Hardware: All All
: P2 Major
Target Milestone: 4.0.0
Assignee: automat
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-07 07:03 UTC by Li Lin Yi
Modified: 2013-07-11 09:33 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
20120807FixUnstableProblem.patch (15.61 KB, patch)
2012-08-07 07:03 UTC, Li Lin Yi
no flags Details | Diff
SortOptionsIncludeFormats.ods (10.11 KB, application/vnd.oasis.opendocument.spreadsheet)
2012-08-07 07:04 UTC, Li Lin Yi
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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.