BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/6313615859646464/lesson/6304db0b1953135daf028dd592f9a098?ref=outlook-calendar
SUMMARY:White-Box Testing
DTSTART;TZID=America/Los_Angeles:20260502T190000
DTEND;TZID=America/Los_Angeles:20260502T200000
LOCATION:https://www.learndesk.us/class/6313615859646464/lesson/6304db0b1953135daf028dd592f9a098?ref=outlook-calendar
DESCRIPTION: 📘 1. Introduction
White-box testing (also known as Structural Testing, Glass-box Testing, or Clear-box Testing) is a software testing technique in which the internal logic, structure, and code of the program are tested.
Unlike black-box testing (which checks what the software does),👉 White-box testing checks how the software does it.
⚙️ 2. Key Idea
&ldquo;If Black-box testing is about testing the functionality,White-box testing is about testing the logic and structure.&rdquo;
Here, the tester must know:

The programming language,
Internal logic and flow of the code,
Conditions, loops, and data structures are used.

🎯 3. Main Objective
The main goals of white-box testing are to:

Verify that all code paths, branches, and loops work correctly.
Ensure there are no hidden errors in the code.
Optimize logic, performance, and security of the program.
Achieve maximum code coverage.

🧩 4. Levels of White-Box Testing
Level | Description | Unit Testing | Testing individual functions or...

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