0% found this document useful (0 votes)
2 views5 pages

Unit 6 Software

CASE (Computer Aided Software Engineering) tools are software applications that automate various stages of the Software Development Life Cycle (SDLC) to enhance project development and maintenance. They are categorized into Upper CASE tools for early phases and Lower CASE tools for later phases, with benefits including improved documentation, quicker development cycles, and better results, though they can be costly and have a learning curve. Software Configuration Management (SCM) is essential for tracking changes, managing risks, and ensuring reproducibility in software development.

Uploaded by

21Aryan Kamal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views5 pages

Unit 6 Software

CASE (Computer Aided Software Engineering) tools are software applications that automate various stages of the Software Development Life Cycle (SDLC) to enhance project development and maintenance. They are categorized into Upper CASE tools for early phases and Lower CASE tools for later phases, with benefits including improved documentation, quicker development cycles, and better results, though they can be costly and have a learning curve. Software Configuration Management (SCM) is essential for tracking changes, managing risks, and ensuring reproducibility in software development.

Uploaded by

21Aryan Kamal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Software Engineering

Unit - 6

CASE

CASE stands for Computer Aided Software Engineering. It means, development and
maintenance of software projects with help of various automated software tools.

CASE Tools
CASE tools are set of software application programs, which are used to automate SDLC
activities. CASE tools are used by software project managers, analysts and engineers to
develop software system.
There are number of CASE tools available to simplify various stages of Software
Development Life Cycle such as Analysis tools, Design tools, Project management tools,
Database Management tools, Documentation tools are to name a few.
Use of CASE tools accelerates the development of project to produce desired result and
helps to uncover flaws before moving ahead with next stage in software development.

Components of CASE Tools


CASE tools can be broadly divided into the following parts based on their use at a
particular SDLC stage:
 Central Repository - CASE tools require a central repository, which can serve
as a source of common, integrated and consistent information. Central
repository is a central place of storage where product specifications,
requirement documents, related reports and diagrams, other useful information
regarding management is stored. Central repository also serves as data
dictionary.

 Upper Case Tools - Upper CASE tools are used in planning, analysis and
design stages of SDLC.
 Lower Case Tools - Lower CASE tools are used in implementation, testing
and maintenance.
 Integrated Case Tools - Integrated CASE tools are helpful in all the stages
of SDLC, from Requirement gathering to Testing and documentation.
CASE tools can be grouped together if they have similar functionality, process activities
and capability of getting integrated with other tools.
Environment having CASE:

What is CASE Tools?


Computer-aided software engineering (CASE) tool is a type of software tool which is
primarily used to design and to implement applications. CASE tools are used to design
hardware products and are similar to Computer Aided Design (CAD) tools. Software having
high-quality, defect-free, and maintainable are usually developed using the CASE tool. It is
used for the development of information systems along with other automated tools. CASE
allows designers, coders, testers and managers to share a common view as to where a project
stands at each stage of the development process. Thus it ensures a disciplined, check-pointed
process. The CASE tool may portray progress graphically.

The benefits of CASE are that as it makes the customer as a part of the process thereby
ensuring that a product meets the real-world requirements. As more emphasis is given on the
testing and redesign in the development process, the cost of servicing any product can be
reduced over its lifetime.

Case tools are categorized into Upper CASE tools, and Lower CASE tools. The upper case
tools concentrate on the starting phases of system development, for example, planning, goal,
and objectives. The essential data is assembled, and through Upper CASE tools, is then
displayed in a sorted out way. Lower CASE devices concentrate on later parts of system
development, for example, planning, coding, testing the product for defects and
functionalities, implementation, usage and maintaining the software. Testing and
maintenance of a software indeed assume a gigantic part in improvement of a software.
Some typical CASE tools are:
• Code generation tools
• UML editors and the like
• Refactoring instruments
• QVT or Model transformation instruments
• Configuration management tools including change control

CASE tools not only output code but also generate other output typical of different
frameworks examination and outline strategies, for example, SSADM. e.g.
• Database mapping
• Data Flow Diagrams (DFDs)
• Entity Relationship Diagrams (ERDs)
• Program specifications
• User documentation

Advantages of the CASE approach:

 Improved Documentation: Comprehensive documentation creation and maintenance is


made easier by CASE tools. Since automatically generated documentation is usually
more accurate and up to date, there are fewer opportunities for errors and
misunderstandings brought on by out-of-current material.

 Reusing Components: Reusable component creation and maintenance are frequently


facilitated by CASE tools. This encourages a development approach that is modular and
component-based, enabling teams to shorten development times and reuse tested
solutions.

 Quicker Cycles of Development: Development cycles take less time when certain jobs,
such testing and code generation, are automated. This may result in software solutions
being delivered more quickly, meeting deadlines and keeping up with changing business
requirements.

Improved Results: Code generation, documentation, and testing are just a few of the
time-consuming, repetitive operations that CASE tools perform. Due to this automation,
engineers are able to concentrate on more intricate and imaginative facets of software
development, which boosts output.

Disadvantages of the CASE approach:

 Cost: Using a case tool is very costly. Most firms engaged in software development on a
small scale do not invest in CASE tools because they think that the benefit of CASE is
justifiable only in the development of large systems.

 Learning Curve: In most cases, programmers’ productivity may fall in the initial phase
of implementation, because users need time to learn the technology. Many consultants
offer training and on-site services that can be important to accelerate the learning curve
and to the development and use of the CASE tools.
 Tool Mix: It is important to build an appropriate selection tool mix to urge cost
advantage CASE integration and data integration across all platforms is extremely
important.

Software configuration management SCM

When we develop software, the product (software) undergoes many changes in their
maintenance phase; we need to handle these changes effectively.

Several individuals (programs) works together to achieve these common goals. This
individual produces several work product (SC Items) e.g., Intermediate version of modules or
test data used during debugging, parts of the final product.

The elements that comprise all information produced as a part of the software process are
collectively called a software configuration.

As software development progresses, the number of Software Configuration elements (SCI's)


grow rapidly.

SCM Process
It uses the tools which keep that the necessary change has been implemented adequately to the
appropriate component. The SCM process defines a number of tasks:

o Identification of objects in the software configuration


o Version Control
o Change Control
o Configuration Audit
o Status Reporting

Importance of Software Configuration Management

1. Effective Bug Tracking: Linking code modifications to issues that have been reported,
makes bug tracking more effective.

2. Continuous Deployment and Integration: SCM combines with continuous processes to


automate deployment and testing, resulting in more dependable and timely software
delivery.

3. Risk management: SCM lowers the chance of introducing critical flaws by assisting in
the early detection and correction of problems.
4. Support for Big Projects: Source Code Control (SCM) offers an orderly method to
handle code modifications for big projects, fostering a well-organized development
process.

5. Reproducibility: By recording precise versions of code, libraries, and dependencies,


source code versioning (SCM) makes builds repeatable.
Need for System configuration management?

1. Replicability: Software version control (SCM) makes ensures that a software system can
be replicated at any stage of its development. This is necessary for testing, debugging,
and upholding consistent environments in production, testing, and development.

2. Identification of Configuration: Source code, documentation, and executable files are


examples of configuration elements that SCM helps in locating and labeling. The
management of a system’s constituent parts and their interactions depend on this
identification.

3. Effective Process of Development: By automating monotonous processes like managing


dependencies, merging changes, and resolving disputes, SCM simplifies the
development process. Error risk is decreased and efficiency is increased because of this
automation.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy