From Front-end to Database: The Power of Full Stack testing

105-minute Workshop

This workshop provides an approach to Full Stack Testing, covering frontend, backend, and database testing. It is designed to help participants gain practical experience in testing and integrating.

Timetable

10:45 a.m. – 12:30 p.m. Tuesday 14th

Room

Room D1+D2 - Track 6: Workshops

Audience

Testers, Developers, Engineers, PO, DO, Managers

Key-Learnings

  • full stack
  • Front end
  • APIs
  • Back end logic

Full Stack Testing involves testing all layers of an application, including the front-end, back-end, and database, and in this workshop, we'll cover the importance of testing at each layer, as well as designing for testability, and provide hands-on exercises for participants to gain practical experience in testing and integrating Full Stack Testing into their development process for building high-quality e-commerce applications.

Designing for testability is an essential part of building an application that can be easily tested. When designing an application, it's important to consider how each layer of the application can be tested and ensure that it is built in a way that makes testing easier. For the frontend layer, this can include designing the user interface in a modular way, so that each component can be tested in isolation. This can also involve using tools like mock data to simulate different scenarios and make it easier to test different parts of the user interface.

For the backend layer, designing for testability can involve using well-defined APIs, so that each API can be tested in isolation. It can also involve designing the application's business logic in a way that makes it easy to test different scenarios and ensure that the logic is functioning as expected.

For the database layer, designing for testability can involve using a consistent data model and schema, so that data can be easily manipulated and tested. It can also involve designing the application's data access layer in a way that makes it easy to test different data retrieval and manipulation scenarios. By designing for testability, developers can make it easier to write tests at each layer of the application, as well as integration tests, which can help ensure that the application is functioning as expected.

By the end of the workshop, participants will have gained practical experience in writing tests for the different layers of an e-commerce application, as well as designing for testability, and will understand how to integrate Full Stack Testing into their development process. This workshop is beneficial for developers, testers, and anyone involved in the development of e-commerce applications who wants to ensure that their applications are built to the highest quality standards.

Related Sessions