neicoreforClickPesa Techclickpesa.hashnode.net·Apr 13, 2023Testing React apps with Testing libraryTesting is an essential aspect of software development that ensures the quality and reliability of software products. React, being one of the most popular JavaScript frameworks, requires a robust testing strategy to ensure that the application functi...14 likes·36 readsReact
Caleb Benjamincalebbenjin.hashnode.net·Jan 22, 20235 reasons why you need to start writing Test-driven development (TDD)Writing tests for your app helps to ensure that your code is functioning correctly and is free of bugs. This improves the overall quality of your app, making it more reliable and user-friendly. 1. Improve code quality: Writing tests for your app help...12 likes·28 readsTesting
Ummar HamidforAxelerantaxelerant.hashnode.net·Oct 19, 2022Using React Testing Library And Jest To Test Drive A Next.js ApplicationWhat Is Jest? Jest is a JavaScript testing framework that offers a set of tools to make software testing simpler. It includes a test runner that takes your code and expectations about its result, and during execution, it compares whether the result m...11 likes·504 readsNext.js
Paweł Bogutapawelboguta.hashnode.net·Apr 17, 2023How to unit test your React AppWhile writing React code, it is important to ensure its quality and reliability. One key aspect of achieving this is through unit testing, a technique where individual units of code are tested to ensure that they perform as expected. In the context o...unit testing
neicoreforClickPesa Techclickpesa.hashnode.net·Apr 13, 2023Testing React apps with Testing libraryTesting is an essential aspect of software development that ensures the quality and reliability of software products. React, being one of the most popular JavaScript frameworks, requires a robust testing strategy to ensure that the application functi...14 likes·36 readsReact
King AJforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 2, 2023Unit Testing with the React Testing LibraryUnit testing is a method of testing that tests individual pieces of code, such as functions or classes, to ensure they are working correctly. When carrying out unit testing in React, individual components of our application are tested in isolation fr...1 likeunit testing
Mohammad Faisalmdfaisal.hashnode.net·Mar 8, 2023End-to-end testing with ReactJS and PuppeteerPuppeteer is a Node library that provides a high-level API to control Chrome or Chromium over the DevTools Protocol. It can be used to automate tasks in the browser, such as generating screenshots and PDFs or tracking user interactions. It can also b...React
Mohit Mohliamohitmohlia.hashnode.net·Mar 3, 2023React Testing Beginner's guide | RTL & Jest Part - 1If you are a person who just finished Learning React Framework and got fairly good at it. You start giving Interviews, You almost got the skills for developing Single Page applications. You are having a decent conversation with the interviewer until ...1 like·45 readsTestingReact
Caleb Benjamincalebbenjin.hashnode.net·Jan 22, 20235 reasons why you need to start writing Test-driven development (TDD)Writing tests for your app helps to ensure that your code is functioning correctly and is free of bugs. This improves the overall quality of your app, making it more reliable and user-friendly. 1. Improve code quality: Writing tests for your app help...12 likes·28 readsTesting
Belghith Omaromar-b.hashnode.net·Jan 14, 2023Testing File Upload Component with RTLReact Testing Library React Testing Library is a testing framework for React applications that helps you test the behaviour of your components rather than their implementation details. It is built on top of DOM Testing Library, which is a set of util...528 readsReact
sbelka.ethsbelka.hashnode.net·Jan 4, 2023Getting Started with React Testing Library + JestWhy do testing in the first place? Let's say that you are working on a signup form and have just added a couple of fields with some functionality. Testing it manually means you need to go through the whole form, fill out every field & press all the b...64 readsJest
David Obodoobododavid.hashnode.net·Nov 23, 2022Testing Frontend Applications: User Story 3 - User can edit a post (Part 3D)OTHER ARTICLES IN SERIES #1: Introduction #2: Setting up Next.js Project for testing #3: Writing the tests #3A: What should I test? #3B: Testing App Initial Load #3C: User can create a post #3D: User can edit a post (i.e This article 😁) #3E: Use...10 likes·109 readsTesting Frontend ApplicationsJest
David Obodoobododavid.hashnode.net·Nov 23, 2022Testing Frontend Applications: Snapshot Tests and Conclusion (Part 3F)OTHER ARTICLES IN SERIES #1: Introduction #2: Setting up Next.js Project for testing #3: Writing the tests #3A: What should I test? #3B: Testing App Initial Load #3C: User can create a post #3D: User can edit a post #3E: User can delete a post #3...10 likes·345 readsTesting Frontend ApplicationsJest