Guide
-
How to test React Apps
By Mohammed Waseem, Community Contributor - May 5, 2023
A detailed guide on how to test React Apps, including examples of Unit Testing and Component Testing.
Learn More -
Code Coverage vs Test Coverage
By Shreya Bose, Community Contributor - May 4, 2023
Learn the difference between Code Coverage vs Test Coverage and how to perform them to measure the effectiveness of application code.
Learn More -
Why Automation Testing is at the Centre of Agile Development
By Shreya Bose, Community Contributor - May 3, 2023
Why is automation testing essential for agile development? Learn how it helps agile developers release products within short timelines to meet user expectations.
Learn More -
How to Test iOS Apps on Windows
By Neha Vaidya, Community Contributor - May 2, 2023
Learn to test iOS app on Windows using two innovative techniques. Execute your iOS tests on Windows with examples and code samples.
Learn More -
How to change Cypress baseURL in test?
By Hamid Akhtar, Community Contributor - May 2, 2023
Learn how to avoid page reloads using baseUrl which is much better than environment variables or hardcoding the URL.
Learn More -
15 Techniques to Improve Software Quality
By Kitakabee, Community Contributor - May 2, 2023
This article outlines 15 great tried and tested strategies that will drastically improve your software quality.
Learn More -
How to load Cypress Chrome Extension?
By Hamid Akhtar, Community Contributor - April 28, 2023
Learn to install the Cypress Chrome extension and avoid compromising your testing with Chrome emulators, simulators, and headless Chrome.
Learn More -
12 Essential Website Layouts to increase Engagement in 2023
By Somosree Roy, Community Contributor - April 28, 2023
Making a website layout engaging makes all the difference in its look, feel, and functionality. Let’s see the top engaging layouts that can benefit any business.
Learn More -
Cypress vs Selenium vs Playwright vs Puppeteer: Core Differences
By Hamid Akhtar, Community Contributor - April 27, 2023
Choosing right Automation Testing Framework is crucial. Learn the differences between Cypress, Selenium, Playwright, and Puppeteer to select the right one
Learn More -
Understanding the Role of Rendering Engine in Browsers
By Jash Unadkat, Community Contributor - April 27, 2023
Deep dive to understand the role of browser engine and the rendering engine in how the Browser works making its performance seamless
Learn More