I'm working in system analysis. Should I take all system operations (including basic operations, such as add/delete/edit) as use cases or not?
Should I focus on core system operations, or must I include all possible operations?
Instead of adding separate use cases for "add/delete/edit," I usually add one "CRUD" (Create Read Update Delete) use case. This greatly reduces the number of use cases, but still gets your point across. Then again, if it's not a very important part of the system, you might not need to include it.