Fault Tree Analysis
- •
What it is
- •
a static analysis technique that decomposes potential system failures into a tree of contributing causes, down to root technical or operational issues
- •
- •
Example categories
- •
technical issues (server down, application errors), data issues (race conditions like double-booking, inconsistent records), integration failures (payment gateway down, notification failures), user issues (bad input, session expiry), non-technical/operational issues (maintenance scheduled at peak time)
- •
- •
Related