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...Discuss路14 likes路36 readsReact
Caleb BenjaminforCalebbenjin Blogcalebbenjin.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...Discuss路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...Discuss路11 likes路504 readsNext.js
Pawe艂 BogutaforPawe艂 Boguta's blogpawelboguta.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...Discussunit 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...Discuss路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...Discuss路1 likeunit testing
Mohammad FaisalforInside Faisal's Mindmdfaisal.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...DiscussReact
Mohit MohliaforMohit 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 ...Discuss路1 like路45 readsTestingReact
Caleb BenjaminforCalebbenjin Blogcalebbenjin.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...Discuss路12 likes路28 readsTesting
Belghith OmarforWelcome to Omar's Blogomar-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...Discuss路528 readsReact
sbelka.ethfor sbelka's Blogsbelka.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...Discuss路64 readsJest
David ObodoforLettersobododavid.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...Discuss路10 likes路109 readsTesting Frontend ApplicationsJest
David ObodoforLettersobododavid.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...Discuss路10 likes路345 readsTesting Frontend ApplicationsJest