Project Schedule Acronyms:
- RD: Requirements Definition – Gathering and defining the project/system requirements.
- BD: Basic Design – Initial high-level design outlining the system's structure.
- DD: Detailed Design – Detailed specifications for implementation based on the basic design.
- CD: Construction Design – Actual development or construction phase of the project.
- UT: Unit Testing – Testing individual components or modules for functionality.
- IT: Integration Testing – Testing the system as a whole after combining all units.
- SD: System Design (or Software Delivery) – Either the overall system design or the final delivery and deployment of the software.
Testing Acronyms:
- LT: Load Testing – Testing system performance under expected load conditions.
- ST: Stress Testing – Testing system performance under extreme or beyond-normal conditions to find breaking points.
- PT: Performance Testing – General testing for speed, responsiveness, and stability under various conditions.
- Soak Testing: Also known as Endurance Testing, this checks how a system handles a sustained load over a long period.