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

Functional Testing Test Cases Summary

This document contains test cases to test the functionality of a mobile number field. It lists 9 test cases with different input values for the mobile number field and the expected pass/fail results, such as accepting a 10 digit number but throwing errors for numbers that are not 10 digits or contain non-numeric characters. The test cases are part of a batch code assignment to test functionality.

Uploaded by

Risha Bansal
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)
56 views3 pages

Functional Testing Test Cases Summary

This document contains test cases to test the functionality of a mobile number field. It lists 9 test cases with different input values for the mobile number field and the expected pass/fail results, such as accepting a 10 digit number but throwing errors for numbers that are not 10 digits or contain non-numeric characters. The test cases are part of a batch code assignment to test functionality.

Uploaded by

Risha Bansal
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

TEST CASES FOR FUNCTIONALITY TESTING

Batch Code 4CMM4


Assignment NO. 1
Name

S. [Link] Name Input Expected Result


Moblie
1 number 7500961193(10 digit ) value should be accepted

750096119 should throw an error


75009611936 should throw an error
750096abcd should throw an error
750096@119 should throw an error
blank value should throw an error
only spaces should throw an error
abc should throw an error
123 should throw an error
abc@# should throw an error
NG

Status

Pass

Fail
Fail
Fail
Fail
Fail
Fail
Fail
Fail
Fail

You might also like