fix(curriculum): update description of challenge on compatibility testing (#61833)

This commit is contained in:
Tanmay Gautam
2025-08-18 12:34:36 +05:30
committed by GitHub
parent 49dc805ce7
commit 3c866bf560
@@ -15,7 +15,7 @@ Different types of compatibility testing include backwards and forwards compatib
Let's take a look at each of the types in more detail by starting with backwards and forwards compatibility. Backwards compatibility refers to when current software is compatible with earlier versions. Forwards compatibility is when software and systems will work with future versions of itself.
The next type of testing is for hardware. Hardware compatibility testing focuses on the software's ability to work properly in different hardware configurations. This includes components like processors, memory, different storage types, and graphics cards.
The next type of testing is for hardware. Hardware compatibility testing focuses on the software's ability to work properly in different hardware configurations. This includes different types of processors, memory, storage, and graphics cards.
Another type of compatibility testing is for operating systems. You don't want to design software that works smoothly on Mac devices but has bugs on Windows or vice versa. You also need to consider Linux distributions like Ubuntu and Fedora.