Skip to content

Add Users

Hardik Bhatt edited this page Oct 25, 2016 · 1 revision
Action Expected Result
1) To verify Add User It should able to click on add user button.
2) To verify enter the First Name It should allow to enter the first name in the given field.
3) To verify whether the first name is reached the maximum length or not It should allow only 255 characters in the first name not more than that.
4) To verify enter the Last Name It should allow to enter the last name in the given field.
5) To verify whether the last name is reached the maximum length or not It should allow only 255 characters in the last name not more than that.
6) To verify enter the Email It should allow to enter the email in the given field.
7) To verify if email already exists It should allow to show an error message that email already exists.
8) To verify if domain name is valid or not It should check whether the domain @promactinfo.com is correct or not.
9) To verify Email are unique or not It should allow to user to show an error message that Email is already added.
10) To verify enter the Slack Username It should allow to enter the slack username in the given field.
11) To verify whether the Slack Username is reached the maximum length or not It should allow only 255 characters in the slack username not more than that.
12) To verify Slack Username are unique or not It should allow to user to show an error message that Slack Username is already added.
13) To verify whether User Role is selected or not It should allow to select user role options from the drop down.
14) To verify at least one User Role is selected It should select at least one User Role from the list.
15) To verify the Date of Joining It should allow the user to enter the Date of Joining by selecting the date from the calendar.
16) To verify click on Add Button It should allow to click on add button.
17) To verify whether the message is been displayed or not It should allow user to see a message when we click on add button.
18) To verify whether mail has been sent or not when new user is been created It should allow to send the mail to respective user whenever the new user is been added.
Clone this wiki locally