Some Phases Collected For Writing FDS
1. user login and logout module
2. ⭐the module will allow user to
3. when their session is complete
4. ⭐the module covers two primary functions
5. functional requirements
6. ⭐a registered email address
7. ⭐a password associated with the email
8. validate the email format
9. ⭐passwords must be at least 8 characters long
10. Authentication/ logout process
11. ⭐stored credentials in the database
12. ⭐if the credentials are incorrect, an error message “Invalid username or password” will be displayed.
- 如果凭证是错的,一个错误消息“未证实的用户名或密码”将会弹出。
13. after three consecutive failed attempts, the account will be temporarily locked for 15 minutes
- 三次连续登录失败之后,这个账户会被临时冻结15分钟
14. session management
15. a session will be created
16. the session timeout is set to 30 minutes of inactivity
17. ⭐password will be encrypted /[ɪnˈkrɪptɪd]/ in the database
18. ⭐the login page will be secured with HTTPS
19. security
20. redirect after login
21. session cleanup
22. ⭐all session data will be cleared upon logout
23. user interface design
24. ⭐input fields for email or password
25. a Login button to submit credentials
26 Links for ‘Forgot Password’ and ’ Register New Account’
27. in the top right corner of the user dashboard
28. Error Handling
29. Incorrect login details will trigger a specific message
30. performance requirements
31. ⭐should not take more than 5 seconds
32. ⭐normal server load conditions
33. Accessibility
34. using keyboard shortcuts and screen readers
35. testing criteria
36. unitl tests for / system tests for
37. ⭐user acceptance testing for overall functionality and usablity.
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/656837.shtml
如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!