How to consider the login function collecting requirements of an application? is it a user requirement

documentationRequirementsrequirements managementumluse-case

I am working on an application that expected to the user logs in when the application is started (as for example it is in Skype: the user open the application and appear to him a login mask when he insert the username and password to start work with the application)

Now I am preparing some use case diagram and I am collecting the application requirements (I have to write some documentation)

Can I consider it as a user requirement? Or what is it?

Best Answer

Become a customer's request when the customer wants the user can authenticate into application.

As a result, in the architecture diagrams and in use cases diagrams, you must consider this.

It becomes a key element even for testing, and QA. In the work-flow of the application, you'll definitely consider cases involving the authentication process (permitted access, user name and password wrong, suspended accounts, and other).

Related Topic