The test cases prepared for testing the main modules of the current project are as follows.
NAME OF THE MODULE: Registration
| Field | Input | Output | Action |
| Name | Null | Name not entered | rectify |
| Email | Null | Email Required | Fill data |
| User name | Null | User name Required | Fill data |
| Password | Null | Password required | Fill Data |
| Address | Null | Address Required | Fill Data |
| Phone number | Null | Phone number required | Fill data |
| All fields entered | Valid | Accept | Start registration process |
NAME OF THE MODULE: Login
| Field | Input | Output | Action |
| User name | Null | User name should be not null | Rectify |
| | Invalid | Reject | Rectify |
| | Valid | Accept | Start validating |
| Password | Null | Password should be not null | Fill Data |
| | Invalid | Reject | Rectify |
| | Valid | Accept | Start validating |
NAME OF THE MODULE: Messaging System
| Field | Input | Output | Action |
| Team name | Null | Team name should be entered | Fill data |
| | Invalid | Reject | Rectify |
| | Valid | Accept | Process Data |
| Sender | Null | Sender name should be entered | Fill data |
| | Invalid | Reject | Rectify |
| | Valid | Accept | Send message |
No comments:
Post a Comment