Software LifeCycle

Life Cycles of a software: SOFTWARE DEVELOPMENT LIFE CYCLE: CRS (Customer Requirement Specification) SRS (System Requirement Specification) Planning & Analysis Design (High level (In brief) & Low level (In detail)) Coding Testing Implementation Maintenance SOFTWARE TESTING LIFE CYCLE: Req Specification Req Analysis Test Plan (Schedule, Features to be tested) Test Cases Test Execution Bug Reporting…

Static and Dynamic testing

Static testing: The Verification activities fall into the category of Static Testing. During static testing, you have a checklist to check whether the work you are doing is going as per the set standards of the organization. These standards can be for Coding, Integrating and Deployment. Review’s, Inspection’s and Walkthrough’s are static testing methodologies Dynamic…