Tech Blog
AnyMind Group
Sep 28, 2021
[Tech Blog] Test-Pyramid
Hi, I'm Minh Khoi, a front-end developer at AnyMind Group. In this article, I'm going to introduce to you what is a test pyramid in a software product, and to be more specific: a front-end project.
The problem in software testing
In my experience, automation tests provide the facility to record/run a series of interactions with the application and check the expected result or just simply input and output of a function. Those tests work well initially. It's easy to write, execute but costly to maintain especially in an early stage or in a fast-growing p