Welcome!

Welcome to my site. Here you’ll find out a bit about me, my skills, interests and some blog posts so take a look around!

dtxftshi6mhfs

 

Recent Posts

Introduction to User-Centric UI Testing with React Testing Library

The React Testing Library, part of the @testing-library family, facilitates user-centric UI component testing. It emphasizes queries, event handling, user interaction, asynchronous actions, and debugging. With clear naming patterns for queries and methods like fireEvent and userEvent, it aligns testing with real user behavior. The waitFor method is useful for handling asynchronous actions.

More Posts