Skip to content
Gallery
Software Quality Assurance Engineer
Share
Explore
Software Quality Assurance Engineer

icon picker
Release Categories and Testing Activities

Release Categories

Major Release - These releases includes substantial product changes and rolls out key improvements in functionality.

Inclusions:
Rewritten codebase to improve speed and resilience.
User interface changes or redesigns.
New features.
Removal of outdated or dropped features.
Integrations into new software and/or updating of software versions.
Testing Activities:
Smoke Testing
Regression Testing
Sanity Testing

Minor Release - These releases are not a total overhaul of a feature but rather they enhance and improve existing functions.

Inclusions:
Limited new features and functionality.
Small updates or enhancements to existing features.
Minor bug fixes and security patches.
Testing Activities
Smoke Testing
Sanity Testing

Hotfix - These are releases with the intention to immediately fix sudden and pressing issues. The point of these releases is to fix something urgent. These are done to make sure that the software continues to run effectively and securely.

Inclusions:
Critical Bugs that make parts of the software stop working.
High-priority security vulnerability.
Testing Activities
Smoke Testing
Sanity Testing

Table 1.1
Required Test Activities for Hotfixes
Description
Environment
1
Functional Testing
Functional testing is performed to verify if corresponding fix or fixes are already fixed within QA standards (Ticket Verification)
Develop
2
Sanity Testing
This to ensure that the fix is deployed in the corresponding environment
Staging
3
Automated Smoke Testing
Affected modules of corresponding automated smoke test will be executed to ensure that the high level flow works properly.
Staging
4
Regression Testing
Affected module of corresponding regression test will be executed to ensure that the fix of critical issue did not affect any existing flow, this will only be performed once categorised by qa & dev
Staging
5
Performance Testing
Will be executed if there are fixes that are specific to performance.
Develop and Staging
6
There are no rows in this table


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.