0% found this document useful (0 votes)
79 views3 pages

PRACTICE FORM For Oc - Com Testingbtch

The document outlines requirements for an online student registration form. It includes 4 questions: 1) provide a cover page with application and tester details, 2) identify test scenarios like positive, negative, alternate, 3) write minimum 10 test cases covering defects, 4) log 2 identified defects in a way that a developer can understand. It then provides the functional and field validation requirements for the registration form, which collects student details like name, email, gender, date of birth, subjects, photo, address, state, city. On submit, the form validates the data and displays success or error messages.

Uploaded by

Chun Chun
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)
79 views3 pages

PRACTICE FORM For Oc - Com Testingbtch

The document outlines requirements for an online student registration form. It includes 4 questions: 1) provide a cover page with application and tester details, 2) identify test scenarios like positive, negative, alternate, 3) write minimum 10 test cases covering defects, 4) log 2 identified defects in a way that a developer can understand. It then provides the functional and field validation requirements for the registration form, which collects student details like name, email, gender, date of birth, subjects, photo, address, state, city. On submit, the form validates the data and displays success or error messages.

Uploaded by

Chun Chun
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/ 3

PRACTICE FORM

Read the requirements carefully and provide answers for the below questions:

*Question 1: Cover Page – provide application name and your details.

*Question 2: Identify all types of test scenarios – positive, negative, alternate scenarios.

Question 3: Write test cases for all the identified scenarios. Introduce test case techniques, wherever
applicable.

(Minimum 10 test cases covering defects)

Question 4: Log the defect in a proper way so that any developer will understand. Provide all details for
the below identified defects.

a. The Select picture is not showing the uploaded picture from the choose File button.
b. The Select City dropdown box is not showing the corresponding city for the selected state

REQUIREMENT SPECIFICATION:

RO1. Functional Description:

This is the requirement for an online registration from which helps the students to register for
the online. In Registration from module, the user has to enter details like First Name, Last
Name, Email, Gender, Mobile, Date of Birth, Subject, Hobbies, Picture, Current Address, State
and City. Click on the submit button

RO2. Field Validation:

First Name:Textbox. This field can accept Alphabetic values of Maximum 30 characters in length.  It is a
Mandatory Field.

Last Name: - Textbox. This field can accept Alphabetic values of Maximum 150 characters in length.  It is
a Mandatory Field.

Email – Textbox. This field can accept Mix of Alphanumeric and special characters in a valid Email
Format. It is a Mandatory Field

Gender: -Radio button is a Mandatory Field to select the gender.

Mobile : Textbox . This field can accept numerical values of Maximum 10 digits. It is a Mandatory

Field .

Date of Birth – Textbox. It is a Mandatory Field.

o The Data Format is “DD/MM/YYYY”.

Subjects: AutoCompleting Dropdown box. Accepts the interested subjects from the student it is a
Mandatory Field.
Hobbies: - checkbox to select the hobbies of the student Student can select multiple hobbies. It is a
Mandatory Field.

Picture: it is a button to upload the picture in the .JPG format. It is a Mandatory Field and the size of
25MB.

Current Address: Textbox can accept Alphanumeric and special characters of Maximum 50
Characters in length. It is a Mandatory Field.

 States – List box. The current values in database

NCR

Uttar Pradesh

Haryana

 City/Area – List box. The current values in database:

The User after filling the form clicks the “Submit” Button. The application validates the data. If the data
is valid. the User receives the message “Successfully Registered” in the Next Page. If the data is
invalid, the User receives appropriate Error Message in the Next Page.

You might also like