DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

Modernize your data layer. Learn how to design cloud-native database architectures to meet the evolving demands of AI and GenAI workloads.

The Latest Testing, Tools, and Frameworks Topics

article thumbnail
Orchestrating IAT, IPA, and RPA With Low-Code Platforms: Benefits and Challenges of Advanced Automation and Testing
Through a technical deep dive on integrating process automation into low-code environments, understand why integration is vital to the future of organizations.
June 28, 2024
by Stelios Manioudakis, PhD DZone Core CORE
· 11,624 Views · 3 Likes
article thumbnail
Mastering System Design: A Comprehensive Guide to System Scaling for Millions, Part 2
Distributed caching improves performance and scalability. This article explores strategies like sharding, horizontal scaling, and various caching policies.
June 27, 2024
by Alireza Rahmani Khalili DZone Core CORE
· 7,744 Views · 5 Likes
article thumbnail
The Role of AI in Low- and No-Code Development
AI's integration into low- and no-code development accelerates app creation by leveraging capabilities like automated code generation and intelligent assistants.
June 27, 2024
by Eric Goebelbecker DZone Core CORE
· 5,379 Views · 2 Likes
article thumbnail
Transforming Software Development With Low-Code and No-Code Integration
Low- and no-code practices and tools can help create faster, smarter software development processes — learn how to integrate them and mitigate potential challenges.
June 26, 2024
by Shantanu Kumar DZone Core CORE
· 4,731 Views · 5 Likes
article thumbnail
Cypress Debugging Hacks: Tips and Tricks for Speedy Resolution
Debugging Cypress tests can help identify issues in test code and the application under test. Here, learn more about the Cypress debugger and other dev tools.
June 25, 2024
by Kailash Pathak DZone Core CORE
· 3,680 Views · 6 Likes
article thumbnail
How To Use Thread.sleep() in Selenium
Learn how to pause test execution with Thread.sleep() in Selenium. Control timing for effective automation testing.
June 25, 2024
by Faisal Khatri DZone Core CORE
· 5,622 Views · 2 Likes
article thumbnail
Leveraging Test Containers With Docker for Efficient Unit Testing
In this comprehensive guide, we'll delve into the realm of test containers with Docker, exploring how to leverage them effectively for unit testing code.
June 25, 2024
by Naga Santhosh Reddy Vootukuri DZone Core CORE
· 4,916 Views · 7 Likes
article thumbnail
Test Plan vs. Test Case: Key Differences
In this article, learn about key differences between test plans vs. test cases, their benefits, components, steps to create them, and more.
June 24, 2024
by Nazneen Ahmad
· 1,651 Views · 1 Like
article thumbnail
Comprehensive Guide To Troubleshooting IPsec VPN Site-To-Site Connections With PSK on FortiGate Firewalls
Here’s a structured approach to diagnose and resolve common IPsec VPN problems between two sites: "Headquarter" and "Branch".
June 24, 2024
by Sanjay Poddar
· 8,211 Views · 2 Likes
article thumbnail
5 Simple Steps To Get Your Test Suite Running in Heroku CI
If you’re using Heroku for your production environment — and you’re ready to go all in with DevOps — then using pipelines and Heroku CI may be the way to go.
June 21, 2024
by Michael Bogan DZone Core CORE
· 7,069 Views · 4 Likes
article thumbnail
Migrating Data From Amazon Neptune to PostgreSQL Using AWS Services
This article provides a step-by-step guide on how to migrate data from Amazon Neptune, a graph database service, to PostgreSQL, a relational database service.
June 21, 2024
by Bhanuprakash Jirra
· 3,771 Views · 2 Likes
article thumbnail
Enhancing Testing Efficiency: Transitioning From Traditional Code Coverage to Code Change Coverage
Code change or code diff coverage improves testing efficiency by overcoming challenges associated with traditional code coverage methods.
June 21, 2024
by Abhinav Garg
· 3,673 Views · 3 Likes
article thumbnail
Optimizing Your Cloud Resources, Part 2: Resource Management via IBM Cloud Projects
A collection of configurations used to organize and manage the Infrastructure as Code (IaC) deployments and related resources across multiple accounts.
June 21, 2024
by Josephine Eskaline Joyce DZone Core CORE
· 2,809 Views · 3 Likes
article thumbnail
Strategies for Building Self-Healing Software Systems
Self-healing software describes resilient and fault-tolerant components that allow a system to be more autonomous, here are some potential strategies.
June 20, 2024
by Danny Logsdon
· 6,600 Views · 6 Likes
article thumbnail
The Definitive Guide to TDD in React: Writing Tests That Guarantee Success
Learn how to build robust React components using Test-Driven Development (TDD). This step-by-step guide ensures your code is reliable and maintainable.
June 20, 2024
by Anujkumarsinh Donvir DZone Core CORE
· 7,283 Views · 12 Likes
article thumbnail
Using CNTI/CNF Test Catalog for Non-Telco Cloud-Native Microservices
The CNTI/CNF Test Catalog is a versatile tool initially designed for telco applications but can also validate the cloud nativeness of non-telco microservices.
June 19, 2024
by Abhinav Garg
· 5,416 Views · 4 Likes
article thumbnail
Building Powerful AI Applications With Amazon Bedrock: Enhanced Chatbots and Image Generation Use Cases
This article delves into the challenges faced by Chatbots and Image Generation, showcasing how AWS Bedrock empowers businesses to overcome them.
June 19, 2024
by Kishore Babu Karumanchi
· 3,938 Views · 2 Likes
article thumbnail
Load Testing Made Easy: A Comprehensive Introduction
A guide to understanding and performing load testing, including key concepts, setup, tools, and best practices to ensure application reliability and scalability.
June 19, 2024
by Yogesh Solanki
· 1,889 Views · 2 Likes
article thumbnail
Cucumber and Spring Boot Integration: Passing Arguments To Step Definitions Explained
Cucumber is a tool that supports Behavior-Driven Development (BDD). Learn how to pass arguments to step definitions when using Cucumber and Spring Boot.
June 18, 2024
by Gunter Rotsaert DZone Core CORE
· 5,874 Views · 4 Likes
article thumbnail
Debugging Kubernetes: Troubleshooting Guide
Discover effective solutions to common Kubernetes errors. Learn troubleshooting tips for configuration issues, image pull errors, node problems, and more.
June 18, 2024
by Shai Almog DZone Core CORE
· 3,786 Views · 2 Likes
  • Previous
  • ...
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • ...
  • Next

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends: