Guide
-
How to run parallel test cases in TestNG
By Sonal Dwivedi, Community Contributor - September 12, 2023
Parallel Tests help in running multiple test cases simultaneously, saving time and costs. Here’s a guide on how to run parallel test cases in TestNG.
Learn More -
Understanding Jest Mock Hook
By Pawan Kumar, Community Contributor - September 11, 2023
Learn how Jest Mock Hook uses the Jest testing framework to mock React hooks and isolate components during testing.
Learn More -
What are Software Metrics? How to Measure Them?
By Sourojit Das, Community Contributor - September 9, 2023
Learn what is Software Metrics, different types of Software Metrics, how to track measure them, benefits, challenges and best practice with this guide
Learn More -
How Test Failure Analysis can Drive Smoother Releases?
By Sourojit Das, Community Contributor - September 6, 2023
If you're looking for ways to drive smoother releases and avoid test failures, you should consider using test failure analysis. Learn more.
Learn More -
Architecture of Selenium WebDriver
By Sonal Dwivedi, Community Contributor - September 4, 2023
Learn the Architechture of Selenium WebDriver in detail with diagram, along with the difference between Selenium 3 & Selenium 4 Architecture in this guide
Learn More -
How to handle Web Tables in Selenium
By Garima Tiwari, Community Contributor - September 3, 2023
What are Web Tables? Learn to validate table data, and handle dynamic tables and Web Tables in Selenium, with help of examples.
Learn More -
What is a Flaky Test? (Characteristics, Causes, Resolution)
By Shormistha Chatterjee, Community Contributor - September 3, 2023
Delve into the quick introduction to flaky tests, their traits, what causes flaky tests, and effective solutions to resolve their impact.
Learn More -
What is Mobile Web?
By Tom Collins, Community Contributor - September 2, 2023
Understand the basics of mobile web to ensure your website or application is mobile-friendly and adheres to a mobile-optimized landscape.
Learn More -
How to Select Value & Handle Dropdown in Selenium without Select Class
By Sonal Dwivedi, Community Contributor - August 28, 2023
Dropdown is an vital UI element handled using Select Class in Selenium. Learn various ways of how to handle Dropdown in Selenium without using Select Class
Learn More -
Common JavaScript Issues and its Solutions
By Mohit Joshi, Community Contributor - August 28, 2023
Know all the common JavaScript Issues that you may face as a Developer. Also, check out the solutions for these common JavaScript issues in this guide
Learn More