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

Inventortmngmt

The document outlines test cases for validating supplier contact details, including mobile numbers and email addresses. It specifies scenarios for accepting valid inputs and rejecting invalid ones, detailing expected and actual results for each test case. The execution results indicate successful validation for most cases, with one failure in rejecting an invalid email format.

Uploaded by

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

Inventortmngmt

The document outlines test cases for validating supplier contact details, including mobile numbers and email addresses. It specifies scenarios for accepting valid inputs and rejecting invalid ones, detailing expected and actual results for each test case. The execution results indicate successful validation for most cases, with one failure in rejecting an invalid email format.

Uploaded by

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

XIII] 1.

Generate the test case to validate Supplier’s contact details like


Mobile number, E-mail address.

Test Test Pre- Test Expected Actual Test


Case Scenario conditions Steps Result Result Result
ID

TC_01 Validate System is 1. Navigate to the The The Pass


that the ready to supplier contact details system system
system accept form. accepts accepted
accepts a input for 2. Enter +1234567890 the mobile the
valid the in the mobile number number mobile
mobile supplier's field. without number.
number mobile 3. Submit the form. any error
number messages.

TC_02 Validate System is 1. Navigate to the supplier The The Pass


that the ready to contact details form. system system
system accept 2. Enter 12345 in the displays an displayed
rejects a input for mobile number field. error an error
mobile the 3. Submit the form. message message.
number supplier's indicating
with mobile that the
fewer number. mobile
than 10 number is
digits. too short.

TC_03 Validate System is 1. Navigate to the supplier The The Pass


that the ready to contact details form. system system
system accept 2. Enter accepts accepted
accepts a input for [email protected] the email the email
valid the in the email address field. address address.
email supplier's 3. Submit the form. without
address. email any error
address. messages.
TC_04 Validate System is 1. Navigate to the supplier The The Pass
that the ready to contact details form. system system
system accept 2. Enter displays displayed
rejects an input for supplierexample.com in an error an error
email the the email address field. message message.
address supplier's 3. Submit the form. indicating
that is email that the
missing the address. email
"@" address is
symbol. invalid.

TC_05 Validate System is 1. Navigate to the supplier The The Pass


that the ready to contact details form. system system
system accept 2. Enter 123ABC7890 in the displays displayed
rejects a input for mobile number field. an error an error
mobile the 3. Submit the form. message message
number supplier's indicating
containing mobile that the
alphabetic number. mobile
characters. number
should
only
contain
numeric
digits.

TC_06 Validate System is 1. Navigate to the supplier The The Pass


that the ready to contact details form. system system
system accept 2. Enter displays displayed
rejects an input for supplier@@example.com an error an error
email the in the email address field. message message.
address supplier's 3. Submit the form. indicating
containing email that the
more than address. email
one "@" address
symbol. format is
incorrect.
XIII] 3. Execute above test case created in Question 1 by entering email
address as “abc@pqrs“ and mobile number as “123456780” note down the
result.

Test Test Entered Expected Actual Test


Case Scenario Value Result Result Result
ID

TC_04 Validate that the “abc@pqrs” Error message The system did Fail
system rejects an indicating that not display an
email address that is the email error message.
missing the "@" address is
symbol. invalid.

TC_02 Validate that the “123456780” Error message The system Pass
system rejects a indicating that displayed an error
mobile number with the mobile message.
fewer than 10 digits. number is too
short.

XIII] 4. Execute above test case created in Question 2 by entering quantity


above 100 and below 1 ; note down the result.

Test Case Test Entered Expected Actual Test


ID Scenario Value Result Result Result

TC_05 Validate that the “101” Error message The system Pass
system rejects a indicating that the displayed an
quantity exceeding quantity exceeds error message.
the maximum the allowed
allowed value. maximum.

TC_03 Validate that the “-1” Error message The system Pass
system rejects a indicating that the displayed an
negative quantity mobile number is error message.
for selected too short.
items/goods.

You might also like