What is The GUI Testing?
GUI testing means is Graphical User Interface. It is also known as UI Testing. GUI testing in software testing validates the visual elements on the web pages and also ensures that it is visible and working as per the client’s specification or not. In this post we will discuss about GUI testing check list, test cases for UI testing and GUI testing tools.
GUI Testing in Software Testing :
GUI testing is a part of software testing. This testing is nonfunctional testing. The main purpose of the UI testing is that features should be as per the customer’s specification by testing the UI components such as radio buttons, text fields, check box, and drop-down lists. So images and designs should be as expected because the UI part is visible to users so it should be as per customer’s requirements and error-free.
GUI Testing – Checklist :
Sr. No | GUI Checklist |
1 | Check UI element label’s font size, font style, font color |
2 | Check UI element size, width, height, and length |
3 | Check the images are properly visible or not |
4 | Check label text are clearly visible or not |
5 | Check the validation error are properly displayed or not |
6 | Check that images are proper aligned or not |
7 | Check that links are properly displayed or not |
8 | Check that input fields are properly visible or not |
Test Cases For GUI Testing :
Sr.No | Testcase_ID | Test Cases |
1 | Testcase_01 | Verify that web page layout is expected or not in all cross-browser |
2 | Testcase_02 | Verify that web forms fields are properly aligned or not. |
3 | Testcase_03 | Verify that the radio button design is as per expected or not |
4 | Testcase_04 | Verify that the drop-down list field design is as per requirement or not |
5 | Testcase_05 | Verify that checkbox field design is as required or not |
6 | Testcase_06 | Verify that text fields layout is as per requirements or not |
7 | Testcase_07 | Verify that the company logo is in the proper place and properly displayed or not on web pages. |
8 | Testcase_08 | Verify that all icons on the web pages are as per requirements or not |
9 | Testcase_09 | Verify that web page design through cross-browser testing. |
10 | Testcase_10 | Verify that the web page is responsive or not |
11 | Testcase_11 | Verify that web pages are mobile responsive or not |
12 | Testcase_12 | Verify that font style on web pages is as per the client’s requirement or not |
13 | Testcase_13 | Verify that font color on web pages is as expected or not |
14 | Testcase_14 | Verify that placeholder is properly displayed in all element fields or not |
15 | Testcase_15 | Verify that tooltip is properly displayed with description or not |
16 | Testcase_16 | Verify that validation error message with correct information |
17 | Testcase_17 | Verify that the validation error message should be displayed in red color. |
18 | Testcase_18 | Verify that banners on the web pages are responsive or not |
19 | Testcase_19 | Verify that there should not be any spelling mistakes on the website. |
20 | Testcase_20 | Verify that all images and banners should be in proper alignment on mobile devices. |
21 | Testcase_21 | Verify that text should be clear and readable. |
22 | Testcase_22 | Verify that all images should be in proper format and should not be blurred. |
23 | Testcase_23 | Verify that 404-page design should be proper or not |
24 | Testcase_24 | Verify that color of the links when hover over links |
25 | Testcase_25 | Verify that pop-up messages on the websites |
26 | Testcase_26 | Verify that confirmation messages in the green color |
27 | Testcase_27 | Verify that header design should be as expected |
28 | Testcase_28 | Verify that footer design should be as expected |
29 | Testcase_29 | Verify that all buttons design and layout is expected or not |
GUI Testing Tools :
In GUI testing, some organizations used GUI tools for
GUI testing. We have mentioned some tools which are used in GUI testing.
- Selenium
- QTP
- Cucumber
- Test Complete
Conclusion :
So In this way, We discussed about GUI testing checklist, maximum test cases for the UI Testing and UI testing tools. If you want to explore more test cases example then please visit the link below.
Thank you, Readers….!!!