functional test cases – First of all, if we want to write sample test cases for functional testing, We need to know about the basic definition of Functional Testing. It is one kind of testing where its features and operational behavior of a product to ensure that it corresponds as per requirement specification. Functional Testing considers the behavior of the software.
The main aim is that verify whether your product meets the intended functional specifications such as business requirements specification, user stories, use cases, epics, or may be undocumented.
Test Cases for Functional Testing – Links
For the test, any web application starts testing with all links which are on web pages. First of all, make sure that all the links are working properly or not and none have any broken links on the web page.
Sr.No | TestScenarios_ID | Description |
1 | Link_01 | Check the Outgoing or External links |
2 | Link_02 | Check the Internal links |
3 | Link_03 | Check the Anchor links |
4 | Link_04 | Check the Mail To Links |
Functional Testing – Links
SR.No | Testcase_ID | Testcase_Objective |
1 | Link_01 | To verify that the link provided should be open in the same window, new Window, or Tab Window. |
2 | Link_02 | To verify that any link should not show any 404 error page or any other error page after opening |
3 | Link_03 | To verify if the link contains an image then the image should load properly and should be visible. |
4 | Link_04 | To verify that color for a web link in all browsers. |
5 | Link_05 | To verify that on mouse hover, it should display color as per the requirement. |
6 | Link_06 | To verify that a hand icon is displayed when the mouse pointer has hovered over the link. |
7 | Link_07 | To verify that all links are clickable links or not. |
8 | Link_08 | To verify that upon clicking a link, the user is directed to the required or intended page/part of the website. |
Forms
Web Forms should be worked as per expectation. All forms have different requirements specifications and we have to test as per its specification. Here is given a sample example for the form testing.
Test Scenarios For Functional Testing – Web Forms
SR.No | Testcase_ID | Testcase_Objective |
1 | Form_01 | To verify that form is load with none of the data available in the forms |
2 | Form_02 | To verify that all text fields have valid placeholders. |
3 | Form_03 | To verify that the labels on the Forms are readable and understood |
4 | Form_04 | To verify that all fields have marked with * or “Required” message should be visible for the mandatory fields |
5 | Form_05 | To verify that all data is saved in the correct fields of the database when a user submits a form |
6 | Form_06 | To verify that the validation message is displayed when the user tries to submit the form with no data |
7 | Form_07 | To verify that an error message is displayed when the user exceeds the minimum and maximum limit of values |
8 | Form_08 | To verify that the user can upload the files specified in forms such as PDF, image, etc. |
9 | Form_09 | To verify that the user can remove the file attached or uploaded in WebForm. |
10 | Form_10 | To verify that all fields are cleared when the user clicks on the ‘Clear’ button. |
Cookies
Cookies are mainly stored in three kinds of information. Firstly, The name of the server from where the cookie info was sent. Secondly, The cookie’s expiry date and lastly The cookie’s unique identifier is simply called a cookie ID. Cookies should work as expected. Cookies are one kind of small file that is used in websites for initial remember current user sessions so users do not need to sign in every time when visiting the website.
Test Cases For Functional Testing – Cookies
SR.No | Testcase_ID | Testcase_Objective |
1 | Cookies_01 | To verify that after deleting cookies session, login credentials ask for new visitors on the web page. |
2 | Cookies_02 | To verify that cookies session and cache memory should be expired when reaching an expired date |
3 | Cookies_03 | To verify that corrupt cookie and monitor the behavior of web application. |
4 | Cookies_04 | To verify that cookies information on all the web browsers. |
5 | Cookies_05 | To verify that cookies information should be encrypted before it is sent to the local computer. |
6 | Cookies_06 | To verify that edit the cookie information and user should not be logged in website and should display the message “Access denied” |
Workflow
Workflow testing is an end-to-end testing technique in software testing. These tests are performed to verify that each business scenario accurately reflects the business process.
Test Cases For Functional Testing – Workflow
SR.No | Testcase_ID | Testcase_Objective |
1 | Functional_01 | To verify that all the mandatory fields should be validated |
2 | Functional_02 | To verify that the system should not display the error message for optional fields. |
3 | Functional_03 | To verify that the “asterisk” sign should be display for all the mandatory fields. |
4 | Functional_04 | To verify that the numeric fields should not accept the alphabets and special characters. It should be proper error message should display. |
5 | Functional_05 | To verify that negative numbers if allowed for numeric fields. |
6 | Functional_06 | To verify that any functionality fails on the web page, user should be redirected to customer error page |
7 | Functional_07 | To verify that the pop-up message (“This field is limited to 500 characters”) should display |
8 | Functional_08 | To verify that a confirmation message should display after the update and delete operations. |
9 | Functional_09 | To verify all text fields with special characters. |
10 | Functional_10 | To verify that session timeout functionality. |
11 | Functional_11 | To verify that Sorting functionality. |
12 | Functional_12 | To verify that all buttons functionality for web page |
13 | Functional_13 | To verify that Privacy Policy & FAQ web page should be available |
Summary
functional testing test cases example are the most important part of software testing. Functional Testing is mainly testing the functionalities of the web application. Functions are worked as per requirements. Functional testing is executed on a primary basis. Some of testing such as Unit Testing, Integration Testing, System Testing, Acceptance Testing, Regression Testing, Smoke Testing, and Sanity Testing are an example of Functional Testing. The main goal of functional testing is that check whether the system is functionally perfect or not.