RU/qa/qaautomation

From Apache OpenOffice Wiki
< RU‎ | qa
Revision as of 20:48, 9 April 2010 by Sancho (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Template:RU/documentation/helpneeded Template:RU/documentation/beingedited


Группа автоматизации Контроля Качества OpenOffice.org отвечает за обеспечение стабильности и качества всего проекта OpenOffice.org / Sun StarOffice. Автоматизированная рабочая среда (VCL TestTool) обеспечивает тестирование GUI с помощью специальных скриптов, позволяющих проверить почти все приложения офисного пакета в автоматическом режиме.

The VCL TestTool scripts are written in BASIC with some additional functions especially for the office. The VCL TestTool communicates via TCP/IP with the office application. To start the GUI testing it is recommended to download the scripts (TestTool Environment) and the VCL TestTool application for the platform where you want to run the tests. home of automation team for further details


QA Automation Alert Levels

On this page you'll find an explanation of 'VTTDI'-Values (VCLTesttool defect index) generated by automated tests running on every master workspace. VTTDI is used on 'Quality Assurance Statuspage' (QUASTe) to assure a simple understanding of quality status. The VTTDI-Index is calculated by the following formula:
'(warnings * 1 + errors * 3) / number of tests'

Automation Quality status: green
  • Alert level: 1 ( VTTDI <= 0.3 )
  • release and category tests have been finished
  • No critical issues have been found during automated tests
Automation Quality status: lookout
  • Alert level: 2 ( VTTDI >=0.3 and <= 0.5 )
  • release and category tests have been finished
  • Some errors and warnings have been found during automated testing
  • Testresults must be evaluated by QA
  • release might be at risk
Automation Quality status: mild
  • Alert level: 3 ( VTTDI > 0.5 and <= 1 )
  • release and category tests have been finished
  • Some more errors and warnings have been found during automated testing
  • Testresults must be evaluated by QA
  • release is at risk
Automation Quality status: moderate
  • Alert level: 4 ( VTTDI > 1 )
  • release and category tests have been finished
  • Loads of errors and warnings have been found during automated testing
  • Testresults must be evaluated by QA
  • release is not possible
Automation Quality status: severe
  • Alert level: 5 ( VTTDI of any size )
  • release tests have not been finished
  • Testresults must be evaluated by QA
  • release is not possible
Personal tools
In other languages