Last updated: Mar 28, 2022

Frontend Testing

Frontend or UI testing involves validation of UI components like forms, interactions, user-events, unit testing, end to end integration testing, we also need to test authentication flow. QA writes test cases and validates them, if something is not as per expectations, they can raise bugs and defects.
UI Elements Testing
This blog focuses on user interface elements testing, its importance, methods to do the testing, and some challenges and to overcome them.
UI User Flow and IntegrationTesting EASY
This article introduces you to the concept of UI user flow and integration testing in it with a detailed explanation.
Authentication Testing
This blog discusses Authentication Testing in an application.
Author Parth
0 upvotes
End-To-End Testing
This article will contain a brief overview of End To End or E2E testing. We will further discuss how to implement E2E testing and its impact on the software testing procedures.
User Acceptance Testing
This article will contain a brief overview of User Acceptance Testing or UAT. We will further discuss implementing UAT and its impact on software testing procedures.
Cross Browser Testing
Cross Browser Testing is an important part of web development. This blog sheds light on it.
Compatibility Testing
This article will contain a brief overview of Compatibility Testing. We will further discuss responsiveness across various devices. We will also talk about Compatibility across different screen sizes and various operating systems.
Frontend-End Unit testing
This article discusses unit testing and how it is done in the front-end with a detailed code and explanation.