Solution – Folders displayed as shortcuts

————————————————————————————————————————- Sometimes due to virus in system, folders appear as shortcut files and when we try open nothing gets open, to avoid this – Navigate to the file explorer where the folders displayed as shortcut files. Click on Tools –> Folder Options –> View tab Uncheck the “Hide Protected operating system files (Recommended)” option. You…

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…