Ronika Kashyapronika.hashnode.dev·Sep 17, 2024A Beginner’s Guide to Component Testing with PlaywrightWith the growing complexity of web applications, performing end-to-end testing on them is equally complex. The traditional strategy of testing the application UI can be flaky and may require regular maintenance. A paradigm shift towards component tes...10 likesTesting
PavlinforQA Thingsqathings.com·Jan 18, 2024What is Component Testing? Short Review Examples Test CasesWhat is Component Testing? 💡 Component testing is defined as a software testing type, in which the testing is performed on each individual component separately without integrating with other components. When examined from an architectural standpo...component testing
Vishwas Acharyavishwasacharya.hashnode.dev·Jun 8, 2023How to test your React components like a proIntroduction React is a popular JavaScript library used for building user interfaces, and it's important to ensure that your components are thoroughly tested to guarantee their functionality and reliability. Testing React components can be challengin...1 likeReact
Pavitra gkforGeekyAnts Tech Blogtechblog.geekyants.com·Sep 30, 2022React Component Testing Using CypressWhat is Component Testing? Let's first learn what component testing is. Component testing, also known as program or module testing, is done after unit testing. In this type of testing, objects can be tested independently as individual components with...1.8K readsautomation testing