TRAININGS
Testing an application written in the React Framework.
To be agreed upon.
To be agreed upon.
820 $ + VAT
16h
intermediate
To be agreed upon.
To be agreed upon.
820 $ + VAT
16h
INTERMEDIATE
Who is this training for?
What will you learn from our training?
Training Agenda
Introduction to testing React applications
In this module, participants will become familiar with basic concepts related to software testing and see what types of tests are available in the React Framework.
Writing unit tests in React Testing Library
In this module, participants will learn how to write unit tests for React components using the React Testing Library. They will have the opportunity to learn about different testing techniques, including rendered testing, user action simulation, and assertions.
Integration testing in React
In this module, participants will learn how to test integration between React components and between components and the backend server. They will focus on writing tests that simulate user interaction with the application and verify the correctness of the operations being performed.
End-to-end testing using Puppeteer
In this module, participants will learn about Puppeteer, a tool that enables end-to-end testing in web applications. They will learn how to write tests that simulate user interaction with the application in a browser, as well as how to analyze the results of these tests.
Debugging and analyzing test results
In this module, participants will learn how to effectively debug application tests in the React Framework. They will learn how to analyze test results, identify issues, and make necessary corrections.