SRS - System Requirement Specification

Welcome to the discussion about this lecture. Here you can ask questions or post feedback about this specific lecture.

3 Likes

I believe Agile can still be used in mission critical software.
It is to be able to adapt to change if for some reason things change.
For example, in the train stop/go light example, it is possible that hardware that control the light (PLC) could change while developing the solution. So it is better to develop the software solution so that you do not depend on a specific hardware and protect yourself from dependencies which may change over time.

3 Likes

Train System is an excellent example that brings in many dynamics; legal, liability, logistics are examples as to why. Usually equipment and planning is laborious for durability and safety. Upgrades are planned according to a schedule encompassing obsolescence, lifespan, and anticipated use. An SRS is critical.

2 Likes

What are examples of using both SRS (system requirements specification) and Agile?
It seems much better to use both system but can be a lot of work in my opinion, but if it worth the effort then its a win-win situation.

1 Like

Hello sir, yes has you said, it’s much better to implement both use cases, but that depend on the project, often than just develop both use cases.

Here are some links to give you a better understanding on the subject:

Hope this gives you a clear view of the subject, keep learning! :slight_smile:

If you have any doubt, please let us know so we can help you!

Carlos Z.

3 Likes

That’s very helpful, thank you! :fist_right: :fist_left:

Regards,

1 Like

With SRS we define our software with as much detail as possible.
It’s important to be able to make a judgement - do you want to use SRS - Ideal for mission critical software where there is a lot of certainty in the project such as in designing a system for controlling a train network, which might also be a five year project with a very clear remit versus something like a dating app start up where there is a lot of uncertainty - where you need an MVP, scrum, sprints and agile. It’s important to be able to judge whether you need SRS or AGILE, and sometimes you might need to use both.

1 Like