0% found this document useful (0 votes)
91 views17 pages

User Story Id Feature Asa

As a new user, I want to register on the OIS site so that I can easily create an account and access the site's features. The document includes test cases to validate the registration form fields, including full name, address, mobile number, email, age, username, password, and submit button. It assigns each test case to a test suite and defines the test procedure, inputs, and expected outputs to validate the form requirements.

Uploaded by

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

User Story Id Feature Asa

As a new user, I want to register on the OIS site so that I can easily create an account and access the site's features. The document includes test cases to validate the registration form fields, including full name, address, mobile number, email, age, username, password, and submit button. It assigns each test case to a test suite and defines the test procedure, inputs, and expected outputs to validate the form requirements.

Uploaded by

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

User Story id Feature As a

US_OIS_1 Registration New User


User Story-1
I would like to

1.Launch OIS site

2.Click "Registration" link to get registration page

3.Enter Full name, which is alphabet as one or more


words

4.Enter Address, which is alphanumeric with , - , as


one or more words

5.Enter Mobile number which is valid in india

6.Enter Email ID which is valid as per www rules

7.Enter Age which is in between 16 to 60


8.Enter User id which is alphanumeric with
Underscore (_) from 4 to 16 positions
9.Enter Password which is alphabet in lowercase from
4 to 8 positions
10.Enter Re-type password which is equal to
password
11.Click "Submit" button
User Story-1
So that Acceptance Criteria

1.Successful message for Valid data 1.Ease to use


2.Run on Windows/ Linux/ Mac
2.Error message for Invalid data computers and on Android, IOS and
Windows Mobiles by using Chrome/
IE/ Firefox/ Safari/ Opera browsers
3.Run on Bus, Ring & Hub Topology Network

4.1000 users can use at a time


Prepare TS and TC for Regi

Test Setup
Test Cases Test Test Suit Priority (Pre-
document ID Scenario ID condition)

Validate
TCD_OIS_SPRINT1_ Register link TS_REGI_1 OIS site is ready
FT_PRAVEEN_23 High
by clicking in to launch
JUN 2017_1 home page

Validate Full
TCD_OIS_SPRINT1_ name field in TS_REGI_2 OIS site is ready
FT_PRAVEEN_23 High
Registration to launch
JUN 2017_2 page
Validate
TCD_OIS_SPRINT1_ Address field OIS site is ready
FT_PRAVEEN_23 in TS_REGI_3 High to launch
JUN 2017_3 Registration
page

Validate
TCD_OIS_SPRINT1_ Mobile no. in TS_REGI_4 OIS site is ready
FT_PRAVEEN_23 High
Registration to launch
JUN 2017_4 page
Validate
TCD_OIS_SPRINT1_ Email id field OIS site is ready
FT_PRAVEEN_23 in TS_REGI_5 High to launch
JUN 2017_5 Registration
page

Validate Age
TCD_OIS_SPRINT1_ field in OIS site is ready
FT_PRAVEEN_23 Registration TS_REGI_6 High to launch
JUN 2017_6 page
Validate User
TCD_OIS_SPRINT1_ id field in OIS site is ready
FT_PRAVEEN_23 Registration TS_REGI_7 High to launch
JUN 2017_7 page

Validate
TCD_OIS_SPRINT1_ Password OIS site is ready
FT_PRAVEEN_23 field in TS_REGI_8 High to launch
JUN 2017_8 Registration
page
Validate Re-
TCD_OIS_SPRINT1_ type
Password OIS site is ready
FT_PRAVEEN_23 TS_REGI_9 High
field in to launch
JUN 2017_9 Registration
page

Validate
TCD_OIS_SPRINT1_ Submit OIS site is ready
FT_PRAVEEN_23 button in TS_REGI_9 High to launch
JUN 2017_9 Registration
page
nd TC for Registration Module Functional Testing

Test Procedure

Step no # Step Expected


Test Cases
Description Output

Home page will


1 Launch OIS site None be opened

Registration
2 Click link Register link page will be
opened

Registration
Other link page will not
be opened

Home page will


1 Launch OIS site None be opened

Registration
2 Click Register link None page will be
opened
3 Enter Full name 1 pos Accepted
Blank Field Rejected
2 pos Accepted
256 pos Accepted
255 pos Accepted
257 pos Rejected
([\w][\s]?){1, } Accepted
[0-9] Rejected
Special characters except blank space Rejected
OR [^\s]

Home page will


1 Launch OIS site None be opened

Registration
2 Click Register link None page will be
opened
3 Enter Address 1 pos Accepted
Blank Field Rejected
2 pos Accepted
256 pos Accepted
255 pos Accepted
257 pos Rejected
([A-Za-z0-9,-/]+[\s]?){1, } Accepted
[^,-/\s] Rejected

Home page will


1 Launch OIS site None be opened

Registration
2 Click Register link None page will be
opened
3 Enter Mobile no 10 pos Accepted
9 pos Rejected
11 pos Accepted
12 pos Accepted
13 pos Rejected
([6-9][0-9]{9})|([0][6-9][0-9]{9})|([9] Accepted
[5][6-9][0-9]{9})
[A-Za-z] Rejected
Special characters Rejected
Blank Field Rejected

Home page will


1 Launch OIS site None be opened

Registration
2 Click Register link None page will be
opened
3 Enter Emaid id 6 pos Accepted
5 pos Rejected
7 pos Accepted
256 pos Accepted
255 pos Accepted
257 pos Rejected
[.\.-$#]+[@][A-Za-z0-9-]+[\.][\w]([\.]
[\w]){0-1} Accepted

[^\.-@$#] Rejected
Blank Field Rejected

Home page will


1 Launch OIS site None be opened

Registration
2 Click Register link None page will be
opened
3 Enter Age 16 Accepted
15 Rejected
17 Accepted
60 Accepted
59 Accepted
61 Rejected
[A-Za-z] Rejected
Special characters Rejected
Blank Field Rejected

Home page will


1 Launch OIS site None be opened

Registration
2 Click Register link None page will be
opened
3 Enter User id 4 pos Accepted
3 pos Rejected
5 pos Accepted
16 pos Accepted
15 pos Accepted
17 pos Rejected
[.]{4,16} OR [.]+ Accepted
Blank Field Rejected
[^_] Rejected

Home page will


1 Launch OIS site None be opened

Registration
2 Click Register link None page will be
opened
9 Enter Password 4 pos Accepted
3 pos Rejected
5 pos Accepted
8 pos Accepted
7 pos Accepted
9 pos Rejected
[a-z]{4,8} Accepted
[A-Z] Rejected
[0-9] Rejected
Blank Field Rejected
Special characters Rejected

Home page will


1 Launch OIS site None be opened

Registration
2 Click Register link None page will be
opened

Re-type
9 Enter Password None Password will
be enabled

Enter Re-type
10 Equal to Password field value Accepted
Password
Other than Password field value Rejected
Blank Field Rejected

Home page will


1 Launch OIS site None be opened

Registration
2 Click Register link None page will be
opened

Successful
Fill fields and click
11 All fields filled with valid data message will
submit button be displayed
Error message
Any one field filled with invalid data will be
displayed

Error message
Any one field is blank field will be
displayed

You might also like