Skip to content

Test Infrastructure

Sergey Bronnikov edited this page Sep 13, 2023 · 6 revisions

Test Environment Provisioning

Power Management

Performance Evaluation Services

Tool Known users Resources
ResultsDB Fedora Linux (Red Hat) Demo
Test Report Center Intel Demo, Documentation
Perfomatic Mozilla -
Perfherder Mozilla Demo
Treeherder Mozilla Demo, Documentation
Codespeed Python Community Demo
JMeter-Control-Center

Test Case Management Systems

Test Results Systems

Tool Known users Resources
Subunit2SQL OpenStack Формат: SubUnit. Видео, слайды, Using SubUnit2SQL with the gate
Badger 2ГИС Форматы: JUnit. Видео: CodeFest, SQAdays
Allure Яндекс и другие Форматы: JUnit. Расширение для Jenkins CI.
Tapper Амазон Формат: TAP (Test Anything Protocol). Разработка приостановлена.
Jenkins: Test Results Analyzer Plugin ? Форматы: JUnit, TAP (Test Anything Protocol). Расширение для Jenkins CI.
testrepository ? Форматы: SubUnit.
Report Portal EPAM
Treeherder Mozilla Demo, Документация
ResultsDB Fedora Linux (Red Hat) Demo
Test Report Center Intel Demo
SQUAD Linaro Demo
Taskotron Fedora Project, RedHat Demo
SystemTestPortal
QA Reports Linaro Demo
Avocado Server RedHat
app--prove--history ?
TAP-DOM-Db ?

Code coverage tools

Test Runners

Distributed Bug Tracking

Tools:

Logs Processing

logreduce uses a model to learn successful logs and detect novelties in failed logs:

Random words are manually removed using regular expression Then lines are converted to a matrix of token occurrences (using HashingVectorizer), An unsupervised learner implements neighbor searches (using NearestNeighbors).

Clone this wiki locally