Question: ( 3 4 pts . ) Consider a user registration module of a web application that requires the following fields to be correctly submitted. A
pts Consider a user registration module of a web application that requires the following fields to be correctly submitted.
A username value that has at least at most characters must be provided.
A password value that has at least at most characters must be provided.
Eirst name and last name values must be provided with at most characters each.
A valid email address must be provided.
Telephone number is an optional field.
The user gets successfully registered if the defined conditions are all met, but the registration request is rejected if at least one required condition is violated.
Design a decision table and derive the necessary test cases using the decision table to create a test suite for this user registration module.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
