What is Computer-Aided Software Engineering?
Computer-Aided Software Engineering (CASE), in the field of Software Engineering is the scientific application of a set of tools and methods to a softwarewhich is meant to result in high-quality, defect-free, and maintainable software products.[1] It also refers to methods for the development of information systemstogether with automated tools that can be used in the software development process.
The term "Computer-aided software engineering" (CASE) can refer to the software used for the automated development of systems software, i.e., computer code. The CASE functions include analysis, design, and programming. CASE tools automate methods for designing, documenting, and producing structured computer code in the desired programming language.[3]
Two key ideas of Computer-aided Software System Engineering (CASE) are:
- the harboring of computer assistance in software development and or software maintenance processes, and
- An engineering approach to the software development and or maintenance.
Some typical CASE tools are:
- Configuration management tools
- Data modeling tools
- Model transformation tools
- Program transformation tools
- Refactoring tools
- Source code generation tools, and
- Unified Modeling Language
CASE tools are a class of software that automates many of the activities involved in various life cycle phases. For example, when establishing the functional requirements of a proposed application, prototyping tools can be used to develop graphic models of application screens to assist end users to visualize how an application will look after development. Subsequently, system designers can use automated design tools to transform the prototyped functional requirements into detailed design documents. Programmers can then use automated code generators to convert the design documents into code. Automated tools can be used collectively, as mentioned, or individually. For example, prototyping tools could be used to define application requirements that get passed to design technicians who convert the requirements into detailed designs in a traditional manner using flowcharts and narrative documents, without the assistance of automated design software.
Existing CASE Environments can be classified along 4 different dimensions :
- Life-Cycle Support
- Integration Dimension
- Construction Dimension
- Knowledge Based CASE dimension