BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/6313615859646464/lesson/7bc97b24c444dd45dc90934610f79ab4?ref=outlook-calendar
SUMMARY:Regression Testing
DTSTART;TZID=America/Los_Angeles:20260502T190000
DTEND;TZID=America/Los_Angeles:20260502T200000
LOCATION:https://www.learndesk.us/class/6313615859646464/lesson/7bc97b24c444dd45dc90934610f79ab4?ref=outlook-calendar
DESCRIPTION: 1. Introduction
Regression Testing is one of the most critical testing types in software quality assurance.It ensures that new changes or fixes in the code haven&rsquo;t broken existing functionality.
Definition:Regression Testing is a type of software testing performed to verify that a recent code change (such as a bug fix, new feature, or enhancement) has not adversely affected the existing functionalities of the application.
2. Objective of Regression Testing

To ensure software stability after modifications.
To verify existing functionalities work as expected, even after new code is added.
To detect side effects caused by changes in the application.
To maintain quality and confidence in the software during continuous development.

3. When is Regression Testing Performed?
Regression testing is usually performed:

After bug fixes or patches.
After adding new features or enhancements.
After code optimization or refactoring.
During each new build release.
In Agile / Continuous...

https://www.learndesk.us/class/6313615859646464/lesson/7bc97b24c444dd45dc90934610f79ab4?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR