#unit-testing

[ follow ]
#code-quality
fromHackernoon
2 years ago
JavaScript

Refactoring 025 - Decompose Regular Expressions | HackerNoon

Breaking down complex regex improves error reporting and maintainability.
Individual testing of regex components leads to clearer error messages.
fromHackernoon
1 year ago
Games

The Testing Hack That Makes Bugs Easier to Catch (and Code Easier to Read) | HackerNoon

Table-driven testing organizes multiple test cases efficiently, enhances maintainability, and simplifies adding new tests by using a single function to evaluate them.
fromHackernoon
2 years ago
JavaScript

Refactoring 025 - Decompose Regular Expressions | HackerNoon

Breaking down complex regex improves error reporting and maintainability.
Individual testing of regex components leads to clearer error messages.
fromHackernoon
1 year ago
Games

The Testing Hack That Makes Bugs Easier to Catch (and Code Easier to Read) | HackerNoon

Table-driven testing organizes multiple test cases efficiently, enhances maintainability, and simplifies adding new tests by using a single function to evaluate them.
more#code-quality
#developer-tools
fromRealpython
2 months ago
Python

Episode #237: Testing Your Python Code Base: Unit vs. Integration - The Real Python Podcast

Automated testing in Python requires a balance between unit and integration testing.
fromApp Developer Magazine
4 months ago
Web development

Java development testing tool Diffblue Cover Developer Edition | App Developer Magazine

Diffblue Cover: Developer Edition enables efficient, scalable AI-driven unit testing for Java developers and small teams, promoting code quality and productivity.
fromRealpython
2 months ago
Python

Episode #237: Testing Your Python Code Base: Unit vs. Integration - The Real Python Podcast

Automated testing in Python requires a balance between unit and integration testing.
fromApp Developer Magazine
4 months ago
Web development

Java development testing tool Diffblue Cover Developer Edition | App Developer Magazine

Diffblue Cover: Developer Edition enables efficient, scalable AI-driven unit testing for Java developers and small teams, promoting code quality and productivity.
more#developer-tools
#dependency-injection
fromMedium
6 months ago
JavaScript

How do you write unit tests in Scala, and how do you use the mocking technique?

Tight coupling of services in functions complicates unit testing, necessitating strategies like dependency injection or mocking for flexibility.
fromCodeProject
2 years ago
JavaScript

WPF MVVM RichText Demo using YDock[Panel]

MVVM pattern is a useful way to organize code and simplify testing applications.
fromMedium
6 months ago
JavaScript

How do you write unit tests in Scala, and how do you use the mocking technique?

Tight coupling of services in functions complicates unit testing, necessitating strategies like dependency injection or mocking for flexibility.
fromCodeProject
2 years ago
JavaScript

WPF MVVM RichText Demo using YDock[Panel]

MVVM pattern is a useful way to organize code and simplify testing applications.
more#dependency-injection
#integration-testing
fromCodeProject
8 months ago
JavaScript

Spring Boot Test for Application Testing

Spring Boot Test provides frameworks for integration and unit testing in Spring applications.
fromCodeProject
8 months ago
JavaScript

Spring Boot Test for Application Testing

Spring Boot Test provides frameworks for integration and unit testing in Spring applications.
more#integration-testing
fromWingware
7 months ago
Python

Wing Python IDE Version 10.0.6 - September 20, 2024 - Wing Python IDE

Wing 10.0.6 enhances AI-assisted development with support for Python 3.13 and improved coding tools, making programming more efficient.
#automated-testing
fromHackernoon
9 months ago
JavaScript

Writing and Selling Unit Tests: When You Need Them and When You Don't | HackerNoon

Unit tests are often viewed as an obligation, but effective communication of their value is crucial to gain stakeholder buy-in.
fromHackernoon
10 months ago
JavaScript

Teaching High School Students Software Engineering: Project Implementation | HackerNoon

The project implementation emphasized learning through creating and deploying HTML validator, link checker, and unit tests, focusing on JETSCAPE XML reader validation.
fromHackernoon
9 months ago
JavaScript

Writing and Selling Unit Tests: When You Need Them and When You Don't | HackerNoon

Unit tests are often viewed as an obligation, but effective communication of their value is crucial to gain stakeholder buy-in.
fromHackernoon
10 months ago
JavaScript

Teaching High School Students Software Engineering: Project Implementation | HackerNoon

The project implementation emphasized learning through creating and deploying HTML validator, link checker, and unit tests, focusing on JETSCAPE XML reader validation.
more#automated-testing
[ Load more ]