Software Engineering
Software Engineering
Description: A software product is judged by how easily it can be used by the end-user and the
features it offers to the user. An application must score in the following areas:-
1) Operational: -This tells how good a software works on operations like budget , usability,
efficiency, correctness ,functionality , dependability , security and safety.
3) Maintenance: - This specifies how good a software works in the changing environment.
Modularity, maintainability, flexibility and scalability come in maintenance part.
1) Communication
2) Requirement Gathering
3) Feasibility Study
4) System Analysis
5) Software Design
6) Coding
7) Testing
8) Integration
9) Implementation
11) Disposition
Software engineering generally begins with the first step as a user-request initiation for a
specific task or an output. He submits his requirement to a service provider organization. The
software development team segregates user requirement, system requirement and functional
requirements. The requirement is collected by conducting interviews of a user, referring to a
database, studying the existing system etc. After requirement gathering, the team analyses if
the software can be made to fulfil all the requirements of the user. The developer then decides a
roadmap of his plan. System analysis also includes an understanding of software product
limitations. As per the requirement and analysis, a software design is made. The implementation
of software design starts in terms of writing program code in a suitable programming language.
Software testing is done while coding by the developers and thorough testing is conducted by
testing experts at various levels of code such as module testing, program testing, product
testing, in-house testing and testing the product at user’s engagement and feedback.