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 -
Difference between Testing and Debugging
By Ansa Anthony, Community Contributor - September 11, 2023
Discover the key differences between testing and debugging and gain insights into their stages, steps, and tools to perform it on real devices.
Learn More -
What is Black-Box Penetration Testing?
By Shormistha Chatterjee, Community Contributor - September 11, 2023
Explore the significance of Black Box Penetration Testing, its advantages & disadvantages, techniques, and core objectives.
Learn More -
Test Driven Development (TDD) in Java
By Sonal Dwivedi, Community Contributor - September 11, 2023
Learn what is TDD in Java, 5 steps of TDD, along with an example of TDD in Java using Selenium and JUnit to implement it efficiently for your Java Project
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 -
A complete guide to CSS Media Query
By Mohit Joshi, Community Contributor - September 7, 2023
Learn all about CSS Media Query: what is CSS Media Query, why use it, Media Types in CSS, how to support older browsers using CSS Media Query with example
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 -
What is Cucumber Framework? (Benefits of Cucumber Testing)
By Jash Unadkat, Community Contributor - September 5, 2023
Explore the Cucumber framework, the benefits of Cucumber testing, and the role of BDD in Cucumber Automation. Read on!
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