Practical-I Introduction To Software Engineering: Hospital Management System
Practical-I Introduction To Software Engineering: Hospital Management System
09IT31
Page 1
09IT31
Page 2
Hospital Management System (2) Understanding real-life applications of software engineering 2.1 Fesibility Study:
Feasibility and risk analysis are related in many ways. Two important tests of feasibility are studied and described below.
09IT31
Page 3
(i)Security Management
R.1 Role base security will be provide to user. R.2 Client-server architecture will be followed.
09IT31
Page 7
(refrencebyAdministrator Plus)
2.3 Design: The most creative and challenge phase of the system life cycle is system design They provide the understanding and procedural details necessary for implementing the system recommended in the feasibility study.... The analyst must clarify the specific objectives of the design process . The result of the analysis must be converted into an outline of the outfits for and input the system. It is necessary to structure the data , which will need to be stored in order to procedure the outputs It is necessary to consider the nature of the processing need to met the user requirements Here we use class diagrams,objects diagrams, use-cases, sequence diagrams, state diagrams, activity diagrams etc.
2.4 coding:
The objective of the coding phase is to transform the design of a system into code in a high-level language, and then to unit test this code.
09IT31 Page 8
2.5 Testing:
Activities at this stage would include preparation of high level test plan. The test plan identifies; testing items, features, type of testing, resource, schedule, risks, testing condition Almost all of the activities done during this stage are included in this software test plan. This planning will be an ongoing process and it is reviewed frequently.
09IT31
Page 9