0% found this document useful (0 votes)
103 views

Test Scenarios of Add User Feature

The document describes test scenarios for the Add User feature of a User Administration Application. It outlines positive and negative test cases for each component involved in the add user process, including the add user link, user name, password, designation dropdown, phone number, email, date of birth, address, submit button, and cancel button. The goal is to verify correct behavior and functionality as well as identify any errors or issues.

Uploaded by

Kishor
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views

Test Scenarios of Add User Feature

The document describes test scenarios for the Add User feature of a User Administration Application. It outlines positive and negative test cases for each component involved in the add user process, including the add user link, user name, password, designation dropdown, phone number, email, date of birth, address, submit button, and cancel button. The goal is to verify correct behavior and functionality as well as identify any errors or issues.

Uploaded by

Kishor
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

1

TEST SCENARIOS OF ADD USER FEATURE

Project Name: USER ADMINISTRATION APPLICATON.


Module Name: Add User.
Component Name: Add User Link.

Positive Scenarios:
i. To verify that Add User page and its components are displayed, On click on Add User
Link.

Negative Scenarios:
i. To verify that Error page is not displayed, On click on Add User Link.

Project Name: USER ADMINISTRATION APPLICATON.


Module Name: Add User.
Component Name: User Name Text Field.

Positive Scenarios:
i. To verify / test / check that it should accept minimum 4 characters.
ii. To verify / test / check that it should accept maximum 18 characters.
iii. To verify / test / check that it should accept alphabets or characters.
iv. To verify / test / check that it should accept upper case characters.
v. To verify / test / check that it should accept lower case characters.
vi. To verify / test / check that it should accept combination of both upper case and lower
case characters.

Negative Scenarios:
i. To verify / test / check that it should not accept less than 4 characters.
ii. To verify / test / check that it should not accept more than 18 characters.
iii. To verify / test / check that it should not accept blank field.
iv. To verify / test / check that it should not accept space between characters.
v. To verify / test / check that it should not accept numbers.
vi. To verify / test / check that it should not accept special characters.
vii. To verify / test / check that it should not accept Alphanumeric values.
viii. To verify / test / check that it should not accept Combination of Alphanumeric and
special characters.
ix. To verify / test / check that it should not accept Combination of characters and special
characters.

Project Name: USER ADMINISTRATION APPLICATION.


Module Name: Add User.
Component Name: Password Text Field.

Positive Scenarios:
i. To verify / test / check that it should accept minimum of 8 characters.
ii. To verify / test / check that it should accept maximum of 24 characters.
iii. To verify / test / check that it should accept numbers.
iv. To verify / test / check that it should accept special characters.
2

v. To verify / test / check that it should accept alphanumeric characters.


vi. To verify / test / check that it should accept combination of alphanumeric and special
characters.
vii. To verify / test / check that it should accept upper case characters.
viii. To verify / test / check that it should accept lower case characters.
ix. To verify / test / check that it should accept combination of characters and special
characters.
x. To verify / test / check that it should accept blank.
xi. To verify / test / check that it should accept space between characters.

Negative Scenarios:
i. To verify / test / check that it should not accept less than 8 characters.
ii. To verify / test / check that it should not accept more than 24 characters.

Project Name: USER ADMINISTRATION APPLICATION.


Module Name: Add User.
Component Name: Designation Drop down List.

Positive Scenarios:
i. To verify / test / check that it should have Test Manager Drop down menu item.
ii. To verify / test / check that it should have Test Lead Drop down menu item.
iii. To verify / test / check that it should have Test Engineer Drop down menu item.
iv. To verify / test / check that it should accept Test Manager Drop down menu option.
v. To verify / test / check that it should accept Test Lead Drop down menu item option.
vi. To verify / test / check that it should accept Test Engineer Drop down menu item
option.

Negative Scenarios:
i. To verify / test / check that it should not accept Blank / None option.

Project Name: USER ADMINISTRATION APPLICATION.


Module Name: Add User.
Component Name: Phone Number Text Field.

Positive Scenarios:
i. To verify / test / check that it should accept valid 10 digit numbers.

Negative Scenarios:
i. To verify / test / check that it should not accept less than 10 numbers.
ii. To verify / test / check that it should not accept more than 10 numbers.
iii. To verify / test / check that it should not accept blank.
iv. To verify / test / check that it should not accept characters.
v. To verify / test / check that it should not accept alphanumeric characters.
vi. To verify / test / check that it should not accept special characters.
vii. To verify / test / check that it should not accept space between numbers.
viii. To verify / test / check that it should not accept combination of alphanumeric and
special characters.

Project Name: USER ADMINISTRATION APPLICATION.


3

Module Name: Add User.


Component Name: Email Id Text Field.

Positive Scenarios:
i. To verify / test / check that it should accept minimum of 6 characters.
ii. To verify / test / check that it should accept maximum of 30 characters .
iii. To verify / test / check that it should accept lower case characters.
iv. To verify / test / check that it should accept numbers.
v. To verify / test / check that it should accept periods (.).
vi. To verify / test / check that it should accept valid email id.
vii. To verify / test / check that it should accept first character of email id as ASCII letter
with lower case.
viii. To verify / test / check that it should accept first character of email id as number.
ix. To verify / test / check that it should accept combination of lower case characters and
number.

Negative Scenarios:
i. To verify / test / check that it should not accept less than 6 characters.
ii. To verify / test / check that it should not accept more than 30 characters.
iii. To verify / test / check that it should not accept blank.
iv. To verify / test / check that it should not accept invalid email id.
v. To verify / test / check that it should not accept consecutive periods (.).
vi. To verify / test / check that it should not accept upper case characters.
vii. To verify / test / check that it should not accept combination of upper case characters
and numbers.
viii. To verify / test / check that it should not accept special characters except @ and
period (.).

Project Name: USER ADMINISTRATION APPLICATION.


Module Name: Add User.
Component Name: DOB Text Field.

Positive Scenarios:
i. To verify / test / check that it should accept valid date.
ii. To verify / test / check that it should accept year value up to current year.

Negative Scenarios:
i. To verify / test / check that it should not accept invalid date.
ii. To verify / test / check that it should not accept blank.
iii. To verify / test / check that it should not accept invalid date format.
iv. To verify / test / check that it should not accept year value is more than current year.

Project Name: USER ADMINISTRATION APPLICATION.


Module Name: Add User.
Component Name: Address Text Field.

Positive Scenarios:
i. To verify / test / check that it should accept maximum of 2000 characters.
4

ii. To verify / test / check that it should accept upper case characters.
iii. To verify / test / check that it should accept lower case characters.
iv. To verify / test / check that it should accept numbers.
v. To verify / test / check that it should accept special characters.
vi. To verify / test / check that it should accept space.
vii. To verify / test / check that it should accept Alphanumeric values.
viii. To verify / test / check that it should accept combination of Characters and special
characters.
ix. To verify / test / check that it should accept combination of Alphanumeric and special
characters.

Negative Scenarios:
i. To verify / test / check that it should not accept more than 2000 characters.

Project Name: USER ADMINISTRATION APPLICATION.


Module Name: Add User.
Component Name: Submit Button.

Positive Scenarios:
i. To verify / test / check that user account is created, on click on Submit Button.

Negative Scenarios:
i. To verify / test / check that error page is not displayed, on click on Submit Button.
ii. To verify / test / check that same page is displayed, on click on Submit Button.

Project Name: USER ADMINISTRATION APPLICATION.


Module Name: Add User.
Component Name: Cancel Button.

Positive Scenarios:
i. To verify / test / check that page is redirected to previous page, on click on Cancel
Button.

Negative Scenarios:
i. To verify / test / check that error page is not displayed, on click on Cancel Button.
ii. To verify / test / check that same page is not displayed, on click on Cancel Button.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy