Software Requirement Specifications for Web Applications
Posted
by illuminatedtiger
on Stack Overflow
See other posts from Stack Overflow
or by illuminatedtiger
Published on 2010-04-27T07:33:00Z
Indexed on
2010/04/27
8:33 UTC
Read the original article
Hit count: 320
Hi guys,
I'm looking for some guidance/books to read when it comes to creating a software requirement specification for a web application. For inspiration I have read some spec documents for desktop based applications. The documents I have read capture a systems functional requirements in use cases which tend to be rather data oriented with use cases centered around the various CRUD operations the application is intended to perform.
I like this structure however I'm finding it rather difficult to marry it to what my web application needs to do, mostly reading data as opposed to manipulating it. I've had a go at writing some use cases however they all tend to boil down to "Search for item", "Change view of search results" or "User selects facet to refine search results". This doesn't sound quite right to me and makes me wonder if I'm going about this the right way.
Are there planning differences between web based and desktop based applications?
© Stack Overflow or respective owner