RU/qa/qaautomation

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

Jump to: navigation, search

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


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

Для начала тестирования GUI рекомендуется скачать скрипты (Окружение TestTool) и приложение VCL TestTool для той платформы, на которой вы хотите запустить тесты. Подробности читайте на домашней странице группы автоматизации.


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