Showing posts with label Software Engineering Experiments Guide Line. Show all posts
Showing posts with label Software Engineering Experiments Guide Line. Show all posts

SOFTWARE ENGINEERING (SE) | A GUIDE LINE FOR EXPERIMENTS

📌Highlights: Hi friends ! In this post I am going to explain the guide lines about how to write Software Engineering Practicals in a proper manner. For exploring list of practicals click here. Here I am doing all practical by taking "Petrol Pump Management System (PPMS)" as an example.


The sequence of steps for any preferred project are:

1. Write the complete problem statement.

2. Write the software requirement specification document.

3. Draw the entity relationship diagram.

4. Draw the data flow diagrams at level 0 and level 1.

5. Draw use case diagram.

6. Draw activity diagram of all use cases.

7. Draw state chart diagram of all use cases.

8. Draw sequence diagram of all use cases.

9. Draw collaboration diagram of all use cases.

10. Assign objects in sequence diagram to classes and make class. diagram.