#testing

[ follow ]
#software-development
fromHackernoon
2 months ago
DevOps

Code Smell 293 - You Should Avoid Adding isTesting or Similar Flags | HackerNoon

Avoid adding flags like isTesting in code to maintain clean separation between testing and production.
Use dependency injection to prevent mixing testing and production logic.
fromHackernoon
1 year ago
JavaScript

How to Test React Components With Jest And React Testing Library | HackerNoon

Testing in React ensures components function as intended and facilitates quick resolutions for development issues.
fromInfoQ
4 months ago
JavaScript

How Slack Used an AI-Powered Hybrid Approach to Migrate from Enzyme to React Testing Library

Slack migrated from Enzyme to React Testing Library to maintain test quality and coverage after Enzyme's support for React 18 ended.
fromHackernoon
7 months ago
JavaScript

Codebase Migration: How to Successfully Migrate a Codebase | HackerNoon

Migrating a codebase is complex; prefer incremental changes over complete rewrites to ensure smoother transitions.
fromMedium
3 months ago
JavaScript

Better Testing with TestContainers

TestContainers provides an efficient way to run database tests by using Docker containers, enhancing clarity and simplicity over traditional methods.
fromRubyflow
3 weeks ago
Ruby on Rails

RSpec book update: Testing in isolation with mocks (and friends)

The chapter on testing with mocks and stubs in Everyday Rails Testing has been completely revised to reflect updated beliefs on using them.
fromHackernoon
2 months ago
DevOps

Code Smell 293 - You Should Avoid Adding isTesting or Similar Flags | HackerNoon

Avoid adding flags like isTesting in code to maintain clean separation between testing and production.
Use dependency injection to prevent mixing testing and production logic.
fromHackernoon
1 year ago
JavaScript

How to Test React Components With Jest And React Testing Library | HackerNoon

Testing in React ensures components function as intended and facilitates quick resolutions for development issues.
fromInfoQ
4 months ago
JavaScript

How Slack Used an AI-Powered Hybrid Approach to Migrate from Enzyme to React Testing Library

Slack migrated from Enzyme to React Testing Library to maintain test quality and coverage after Enzyme's support for React 18 ended.
fromHackernoon
7 months ago
JavaScript

Codebase Migration: How to Successfully Migrate a Codebase | HackerNoon

Migrating a codebase is complex; prefer incremental changes over complete rewrites to ensure smoother transitions.
fromMedium
3 months ago
JavaScript

Better Testing with TestContainers

TestContainers provides an efficient way to run database tests by using Docker containers, enhancing clarity and simplicity over traditional methods.
fromRubyflow
3 weeks ago
Ruby on Rails

RSpec book update: Testing in isolation with mocks (and friends)

The chapter on testing with mocks and stubs in Everyday Rails Testing has been completely revised to reflect updated beliefs on using them.
more#software-development
#go
fromHackernoon
1 month ago
Running

testing.B.Loop: Some More Predictable Benchmarking for You | HackerNoon

Go 1.24's testing.B.Loop simplifies and enhances benchmark writing in Go, minimizing common pitfalls and ensuring accurate timing.
fromHackernoon
1 month ago
Running

Here's How to Test Concurrent Code With Testing/Synctest: Go 1.24 | HackerNoon

Go 1.24 introduces an experimental testing/synctest package to aid in testing concurrent programs, addressing common challenges associated with such code.
fromHackernoon
1 month ago
Running

testing.B.Loop: Some More Predictable Benchmarking for You | HackerNoon

Go 1.24's testing.B.Loop simplifies and enhances benchmark writing in Go, minimizing common pitfalls and ensuring accurate timing.
fromHackernoon
1 month ago
Running

Here's How to Test Concurrent Code With Testing/Synctest: Go 1.24 | HackerNoon

Go 1.24 introduces an experimental testing/synctest package to aid in testing concurrent programs, addressing common challenges associated with such code.
more#go
fromMedium
2 weeks ago
Scala

Reading Files in Test Resources using Scala 3

The article explains how to read files from a resources folder in Scala test classes using scalatest.
#pytest
fromPythontest
8 months ago
JavaScript

Finding the top pytest plugins

The article discusses the top downloaded pytest plugins based on recent data, highlighting their significance in Python testing.
fromtestandcode.com
1 month ago
Web frameworks

pytest-html - a plugin that generates HTML reports for test results

pytest-html simplifies the process of generating detailed HTML reports for pytest test results.
fromtestandcode.com
4 weeks ago
Django

Python 3.14 won't repeat with pytest-repeat

pytest-repeat allows for easy repetition of tests but isn't compatible with Python 3.14.
fromPythontest
8 months ago
JavaScript

Finding the top pytest plugins

The article discusses the top downloaded pytest plugins based on recent data, highlighting their significance in Python testing.
fromtestandcode.com
1 month ago
Web frameworks

pytest-html - a plugin that generates HTML reports for test results

pytest-html simplifies the process of generating detailed HTML reports for pytest test results.
fromtestandcode.com
4 weeks ago
Django

Python 3.14 won't repeat with pytest-repeat

pytest-repeat allows for easy repetition of tests but isn't compatible with Python 3.14.
more#pytest
#automation
fromMedium
1 month ago
DevOps

Test smart: how to deal with biases around testing?

Testers' roles are often undervalued and misperceived, limiting their potential contributions to digital product development.
fromHackernoon
2 months ago
DevOps

Here's the 7-Step Framework I Use to Get Ahead in Automation Testing | HackerNoon

Automation testing streamlines the testing process, allowing coders to focus on quality over quantity.
fromHackernoon
5 years ago
JavaScript

Selenium Versus Karate: a Solid Comparative Approach | HackerNoon

Software architecture is rapidly evolving, with SOA and Microservices addressing coupling issues but complicating testing challenges.
DevOps
fromMedium
1 month ago

Test smart: how to deal with biases around testing?

Testers' roles are often undervalued and misperceived, limiting their potential contributions to digital product development.
fromHackernoon
2 months ago
DevOps

Here's the 7-Step Framework I Use to Get Ahead in Automation Testing | HackerNoon

Automation testing streamlines the testing process, allowing coders to focus on quality over quantity.
fromHackernoon
5 years ago
JavaScript

Selenium Versus Karate: a Solid Comparative Approach | HackerNoon

Software architecture is rapidly evolving, with SOA and Microservices addressing coupling issues but complicating testing challenges.
more#automation
#user-experience
more#user-experience
#development
fromInfoQ
5 months ago
JavaScript

Efficient Serverless Development: Latest Patterns and Practices on AWS

Developing serverless applications can be challenging due to a lack of efficient testing workflows and local development experiences.
fromRubyflow
1 month ago
Ruby on Rails

Are Your Rails Routes Bulletproof?

Mastering RSpec route testing is vital for maintaining reliable routing in Rails applications.
fromInfoQ
5 months ago
JavaScript

Efficient Serverless Development: Latest Patterns and Practices on AWS

Developing serverless applications can be challenging due to a lack of efficient testing workflows and local development experiences.
fromRubyflow
1 month ago
Ruby on Rails

Are Your Rails Routes Bulletproof?

Mastering RSpec route testing is vital for maintaining reliable routing in Rails applications.
more#development
UX design
fromHackernoon
1 month ago

XPath Expression Generation: How We Generated XPath Queries | HackerNoon

Generating effective XPath queries requires avoiding references to non-existent elements and predicates that yield empty result sets.
fromHackernoon
4 years ago
DevOps

This DevOps Fix Cuts Kubernetes Test Times from 7 Minutes to 1 | HackerNoon

Virtual clusters enable testing in isolation on a shared Kubernetes cluster, optimizing cost and minimizing conflicts.
#public-health
Coronavirus
fromFortune Well
8 months ago

More free COVID tests available for mail order soon

Free COVID-19 test kits will be available to U.S. households in late September, aiding detection as the holiday season approaches.
fromwww.bbc.com
2 months ago
UK politics

NHS to expand opt-out HIV and hepatitis testing

The NHS is expanding automatic testing for HIV and Hepatitis viruses in nearly 90 A&E units, aiming to enhance early detection.
Coronavirus
fromFortune Well
8 months ago

More free COVID tests available for mail order soon

Free COVID-19 test kits will be available to U.S. households in late September, aiding detection as the holiday season approaches.
fromwww.bbc.com
2 months ago
UK politics

NHS to expand opt-out HIV and hepatitis testing

The NHS is expanding automatic testing for HIV and Hepatitis viruses in nearly 90 A&E units, aiming to enhance early detection.
more#public-health
fromHackernoon
3 months ago
Miscellaneous

Never Miss Anything With this Checklist on Testing Online Chat Running on WebSocket | HackerNoon

WebSocket facilitates real-time data exchange crucial for applications like online chats and games.
fromHackernoon
2 years ago
JavaScript

How to Retrofit Tests Into a ReactJS Codebases Without Tests | HackerNoon

The author focuses on improving testing practices for ReactJS applications, leveraging open-source contributions and personal experiences.
fromZDNET
2 months ago
Wearables

Galaxy S25 Ultra is easy to break - and the 'most repairable' Samsung flagship in years

The Galaxy S25 Ultra, marketed as durable, revealed fragility in real-world tests, especially in screen durability, despite improved repairability.
#developer-tools
fromOracle
2 months ago
JavaScript

Announcing Tools for Graal Development Kit for Micronaut 4.7.3

The Multicloud Tester enhances development efficiency by allowing parallel test execution across multiple clouds.
fromPythonbytes
4 months ago
Python

Because we are not monsters

Django CLI improvements enhance developer efficiency, enabling commands like 'django' instead of 'django-admin'.
Django-Unicorn allows for modern interactivity without needing JavaScript or APIs.
Testing string characteristics and learning about Python's features can streamline the coding process.
fromOracle
2 months ago
JavaScript

Announcing Tools for Graal Development Kit for Micronaut 4.7.3

The Multicloud Tester enhances development efficiency by allowing parallel test execution across multiple clouds.
fromPythonbytes
4 months ago
Python

Because we are not monsters

Django CLI improvements enhance developer efficiency, enabling commands like 'django' instead of 'django-admin'.
Django-Unicorn allows for modern interactivity without needing JavaScript or APIs.
Testing string characteristics and learning about Python's features can streamline the coding process.
more#developer-tools
#robotaxi
fromABC7 San Francisco
5 months ago
SF politics

Zoox robotaxis begin testing on San Francisco streets

Zoox robotaxis are beginning testing in San Francisco, featuring a distinctive design and bi-directional functionality.
fromTechCrunch
2 months ago
SF politics

Waymo reportedly testing robotaxis in 10 new cities in 2025 | TechCrunch

Waymo is expanding its testing locations for autonomous vehicles, emphasizing adaptability over immediate commercial rollout.
fromABC7 San Francisco
5 months ago
SF politics

Zoox robotaxis begin testing on San Francisco streets

Zoox robotaxis are beginning testing in San Francisco, featuring a distinctive design and bi-directional functionality.
fromTechCrunch
2 months ago
SF politics

Waymo reportedly testing robotaxis in 10 new cities in 2025 | TechCrunch

Waymo is expanding its testing locations for autonomous vehicles, emphasizing adaptability over immediate commercial rollout.
more#robotaxi
fromwww.aljazeera.com
2 months ago
Cars

Lewis Hamilton crashes Ferrari at Barcelona F1 track test

Lewis Hamilton crashed while testing a 2023 Ferrari car but was unharmed and is adjusting to his new team after leaving Mercedes.
#python
fromPythonbytes
3 months ago
JavaScript

Bugs hide from the light

Integration of large language models for diagnosing exceptions in Python applications.
PyPI's Quarantine process keeps projects safe from malware while allowing project analysis.
A utility to mock HTTPX simplifies the testing of request-response cycles.
fromInfoWorld
6 months ago
Python

Visual Studio Code 1.94 improves file search

Developers can now run Python tests with coverage directly in the editor for improved coding efficiency.
fromMariatta
6 months ago
Python

Python Core Sprint 2024: Day 5

Contributing to open source projects exposes contributors to new tools and learning opportunities, such as property-based testing with Hypothesis.
fromPythoninsider
7 months ago
Python

Python Insider: Python 3.13.0RC2, 3.12.6, 3.11.10, 3.10.15, 3.9.20, and 3.8.20 are now available!

Python 3.13.0RC2 is ready for testing, with a final release planned for October 1st.
Maintain third-party project compatibility and avoid using the RC in production environments.
JavaScript
fromPythonbytes
3 months ago

Bugs hide from the light

Integration of large language models for diagnosing exceptions in Python applications.
PyPI's Quarantine process keeps projects safe from malware while allowing project analysis.
A utility to mock HTTPX simplifies the testing of request-response cycles.
fromInfoWorld
6 months ago
Python

Visual Studio Code 1.94 improves file search

Developers can now run Python tests with coverage directly in the editor for improved coding efficiency.
fromMariatta
6 months ago
Python

Python Core Sprint 2024: Day 5

Contributing to open source projects exposes contributors to new tools and learning opportunities, such as property-based testing with Hypothesis.
fromPythoninsider
7 months ago
Python

Python Insider: Python 3.13.0RC2, 3.12.6, 3.11.10, 3.10.15, 3.9.20, and 3.8.20 are now available!

Python 3.13.0RC2 is ready for testing, with a final release planned for October 1st.
Maintain third-party project compatibility and avoid using the RC in production environments.
more#python
fromHackernoon
5 months ago
JavaScript

What Is a Gliimly Application Server? | HackerNoon

Gliimly applications combine command-line and server functionalities for flexible execution and efficient testing.
#user-interface
fromSearch Engine Roundtable
6 months ago
Miscellaneous

Google Testing New Local Places & Compare Sites Interface

Google is introducing a new interface to compare local businesses and third-party sites, enhancing search functionality and user experience.
fromSearch Engine Roundtable
6 months ago
Miscellaneous

Google Testing People Also Ask More Results Centered Button

Google is enhancing the 'more results' button for better user interaction.
The new design aims to improve click-through rates for search results.
fromSearch Engine Roundtable
6 months ago
Miscellaneous

Google Testing New Local Places & Compare Sites Interface

Google is introducing a new interface to compare local businesses and third-party sites, enhancing search functionality and user experience.
fromSearch Engine Roundtable
6 months ago
Miscellaneous

Google Testing People Also Ask More Results Centered Button

Google is enhancing the 'more results' button for better user interaction.
The new design aims to improve click-through rates for search results.
more#user-interface
fromcyclingnews.com
5 months ago
Bicycling

Wind tunnel tested - 18 road bike wheelsets go head to head

Choose bike wheels based on riding terrain, prioritizing weight for uphill climbs and aerodynamics for flat and downhill rides.
fromEpic Web Dev
6 months ago
JavaScript

Master Mocking for Better Web Applications using Vitest

Testing can evolve from a frustrating chore to a powerful tool with the right techniques and mindset.
#bit
fromMedium
6 months ago
JavaScript

How to Test Multiple Modified Packages Before Release

Utilizing Bit's lanes allows for effective testing of interdependent packages in separate repositories.
fromMedium
6 months ago
JavaScript

How to Test Multiple Modified Packages Before Release

Testing changes in multiple packages with Bit enhances validation before releasing them.
fromMedium
6 months ago
JavaScript

How to Test Multiple Modified Packages Before Release

Utilizing Bit's lanes allows for effective testing of interdependent packages in separate repositories.
fromMedium
6 months ago
JavaScript

How to Test Multiple Modified Packages Before Release

Testing changes in multiple packages with Bit enhances validation before releasing them.
more#bit
fromwww.theguardian.com
6 months ago
Exercise

The best men's walking boots for every type of hiking adventure

Using proper hiking boots is essential for safety and comfort while outdoors.
fromSpreaker
6 months ago
Data science

Data Mocking with Dave Cooper - AiA 427 - Adventures in Angular

Using mock data significantly improves rapid prototyping and coding efficiency.
Challenges include syncing mock data with real data and ensuring realism.
fromDjangocentral
1 year ago
Django

DRF Serializer: Handling OrderedDict and Converting It to a Dictionary or JSON

Django Rest Framework uses OrderedDict for serializer.data to preserve field order, which is crucial for API response consistency.
fromCodeProject
8 months ago
JavaScript

Spring Boot Test for Application Testing

Spring Boot Test provides frameworks for integration and unit testing in Spring applications.
fromHackernoon
1 year ago
JavaScript

Introducing FauxRPC: How Does it Work? | HackerNoon

FauxRPC accelerates development and testing by creating fake implementations of services for isolated frontend testing and quick prototyping.
fromInsideEVs
8 months ago
Startup companies

Waymo's New Robotaxi Is Designed For Bad Weather

Waymo is testing its sixth-generation driverless taxi in the U.S. with advanced sensor technology aimed at improving safety and reliability.
fromWIRED
8 months ago
Science

This Gargantuan Lab Simulates Blasting Satellites Into Space

The National Satellite Test Facility in the UK centralizes satellite testing processes, improving efficiency and readiness for complex satellite missions.
Python
fromPycoders
8 months ago

PyCoder's Weekly | Issue #642

Using coverage tools to check code execution in tests is crucial for managing 100s of deployments daily and handling errors efficiently.
[ Load more ]