You are on page 1of 2

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

Note: In the first sheet (Cover Page) of excel workbook, provide application name,
scholar id, scholar name.

Question 1: Identify all types of test scenarios – positive, negative, alternate scenarios.
Question 2: Write test cases for all the identified scenarios. Introduce test case
techniques, wherever applicable.
Question 3: Log the defect in a proper way so that any developer will understand.
Provide all details for the below identified defects.
a. In the “Services Required” List Box, the User does not choose an item. The
application does not display appropriate Error Message on clicking Submit button.
b. The User enters incorrect characters in the “Write the characters in the image”
Textbox. The application displays “Submission Successful” message on clicking Submit
button.
c. The User enters all the valid details and clicks the “Submit” button. There is No
Response.
REQUIREMENT SPECIFICATION:

RO1. Functional Description:


Here is an IDBI Bank application. “Help Us Contact You” module is used to submit
customer details by entering details like Name, Age, Location, Contact Number, Email
Id, Pincode and the service required.

RO2. Field Validation:

1. Name – Textbox.
o This field can accept Alphabetic values of Maximum 30 characters in length.
2. Age – List Box.
o The values available in the current database - “1-17”, “18-24”, “25-45”, “45-60”,
“60+”.
3. Nearest Location – List Box.
o The values available in the current database - “Delhi”, “Mumbai”, “Calcutta”,
“Chennai”.
4. Contact Nos – Textbox.
o This field can accept only Numeric values of 10 digits. Valid Mobile Number.
5. Email – Textbox.
o This field can accept Mix of Alphanumeric and special characters in a valid
Email Format.
6. Pincode – Textbox.
o This field can accept Numeric value of 6 digits.
7. Services Required – List Box. It is a Mandatory Field.
o The values available in the current database – “Agri Loan”, “ATM Card”,
“Bonds”.
8. Image: Image is displayed.
o This displayed image can be changed by the User by clicking the “Change
Image” hyperlink.
o Write the characters in the image – Textbox. The User has to enter the
characters displayed in the Image.
9. Checkbox – (Checked or Unchecked).
o I authorize IDBI Bank to contact me. This will override registry on the NDNC
10. Submit – Button.

The User after filling the form, clicks the Submit button. The application validates the
data. If Valid, displays the message “Submission Successful” in the next page. If invalid,
displays appropriate Error Message in the next page.

You might also like