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
Please enter at least three characters to search
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

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

Secure your stack and shape the future! Help dev teams across the globe navigate their software supply chain security challenges.

Releasing software shouldn't be stressful or risky. Learn how to leverage progressive delivery techniques to ensure safer deployments.

Avoid machine learning mistakes and boost model performance! Discover key ML patterns, anti-patterns, data strategies, and more.

The Latest Testing, Deployment, and Maintenance Topics

article thumbnail
How to Scale a Distributed SQL Database to 1M+ Inserts Per Sec
Cut down on your query latency, quickly and easily with this tutorial!
October 28, 2019
by Karthik Ranganathan
· 12,702 Views · 6 Likes
article thumbnail
Jenkins: Installation and Creation of Freestyle Project
It's pretty easy to get up and running with creating an instance of Jenkins and creating a freestyle project.
Updated October 28, 2019
by Krishna Prasad Kalakodimi
· 9,987 Views · 3 Likes
article thumbnail
JTAG Debugging the ESP32 With FT2232 and OpenOCD
Learn more about JTAG debugging and OpenOCD.
October 28, 2019
by Erich Styger
· 34,370 Views · 2 Likes
article thumbnail
Establishing a Performance Testing Strategy
Establish your strategy.
October 28, 2019
by Sam Kent
· 8,875 Views · 2 Likes
article thumbnail
Everything You Need to Know About Docker
Take a look at how and why Docker became such a popular containerization software.
Updated October 26, 2019
by Pavan Belagatti DZone Core CORE
· 8,295 Views · 6 Likes
article thumbnail
Kafka Consumer Delivery Semantics
Everything you need to know about consumer delivery semantics.
October 25, 2019
by Sylvester Daniel
· 31,671 Views · 7 Likes
article thumbnail
GPU-Accelerated IoT Workloads at the Edge
Bring IoT to the Edge!
Updated October 25, 2019
by Paul DeCarlo
· 16,756 Views · 5 Likes
article thumbnail
Implementing the Outbox Pattern
Learn how!
October 25, 2019
by Sohan Ganapathy
· 73,947 Views · 26 Likes
article thumbnail
Why MQTT Has Become the De-Facto IoT Standard
Learn more on why MQTT has become the de-facto standard for IoT communication
October 25, 2019
by Ian Skerrett
· 13,193 Views · 4 Likes
article thumbnail
Understanding the Use Cases of Java Generics
Here's a deep dive into the world of Generics, including an overview of how they work and five use cases where they come in handy.
Updated October 24, 2019
by Narendran Solai Sridharan
· 91,499 Views · 32 Likes
article thumbnail
API vs. Microservices: A Microservice Is More Than Just an API
Let's talk about the differences between APIs and microservices, and the benefits that microservice architecture provides.
Updated October 24, 2019
by Dave Farinelli
· 67,782 Views · 17 Likes
article thumbnail
Microservices in Practice: From Architecture to Deployment
In this post, I'm planning to cover the key architectural concepts of the Microservices Architecture (MSA) and how you can use those architectural principles in practice.
Updated October 24, 2019
by Kasun Indrasiri
· 212,001 Views · 212 Likes
article thumbnail
Learn Cypress Testing for Free
You've got this!
October 24, 2019
by Michael Battat
· 8,114 Views · 2 Likes
article thumbnail
The Secret Powers of Software Testing Automation
Zone: DevOps tl;dr: Cloud sandboxes serve as the underlying platform for best practices in testing automation. CIOs recognize software testing automation can generate a big competitive advantage by speeding the time to market and improving application quality. Yet, many IT leaders remain unclear about the best way to unleash such secret powers and achieve success through testing automation. Cloud sandboxes can help by serving as the underlying platform for best practices in testing automation. Think of cloud sandboxes as on-demand, self-service environments that appear like exact blueprints of authentic production settings. In this way, dev/test teams can model real-world production environments to identify any problems with new lines of code before going live. Sandboxes allow testers to mimic the entire production environment. This includes all the physical and virtual infrastructure components, hardware settings, applications, data, test and performance tools, along with service APIs. Such an environment can be built and managed via an elegant GUI, or it can be completely manipulated by REST APIs. These blueprints can be invoked by other tools in the DevOps toolchain, or even handled by IT administrators. The best part is these sandbox environments can be adopted on any cloud, public or private, with a one-click deployment path selection. This easy process allows organizations to move quickly with higher quality and reduced risk. In addition, testing automation provides a critical linkage point for the entire DevOps lifecycle. When test teams take the lead, they must find ways to push automation back into development and forward into staging and production. Such a self-perpetuating cycle “starts” with planning and development, and “ends” with deployment into operations. In turn, this kind of virtuous cycle flows right into monitoring and management, which leads to discovering issues and identifying new feature requests, taking us right back to planning and development. If done properly, testing falls somewhere in the middle of the DevOps cycle, so it’s imperative to streamline and automate the full range of testing functionality. Here is a checklist of the top five priorities to succeed with testing automation in your data center: Infrastructure: Automating tests is not nearly as difficult as automating the underlying infrastructure on which those tests are run. That’s why it is so important to ensure the ability to automatically mimic the production infrastructure in which the software or hardware is expected to run. By giving testers their own personal replicas of the target production infrastructure, they can ensure that the software coming out of the test can be deployed automatically and continuously into production. The Production Environment Workload: An overlooked aspect of testing automation is the need to mimic the full workloads that would be common in production. These can include network traffic flows, other application workloads, and network security profiles. Everything must be included or the software could break in production. The Tests: As software becomes more complex, the various modes of deployment present an ongoing challenge, with mobile testing replacing GUI testing as the most difficult types of tests to automate. Reporting and Result Analysis: To provide continuous automation from development through testing to delivery, it is critical to analyze every test result automatically. Relying on plodding manual processes to understand those results just won’t cut it. Tool Integration: Automation into and out of testing also needs to be enabled. This means that sandboxes and test automation suites should be API-driven to start a previous tool in the DevOps toolchain, and then to initiate other subsequent tools in the chain when the tests are completed. To speed up the software development process, it’s vital to implement automated testing frameworks in your datacenter. After you specify the necessary features and requirements, make sure that a test gets written for every function before any coding begins. This will eliminate many tedious manual processes, while also decreasing inevitable human errors. By taking these simple steps, you can push your apps out to market faster and thus increase your ROI through the secret powers of testing automation.
Updated October 23, 2019
by Shashi Kiran
· 0 Views
article thumbnail
Data Orchestration: What Is it, Why Is it Important?
Everything you need to know about data orchestration.
October 23, 2019
by Tom Diederich
· 21,837 Views · 7 Likes
article thumbnail
Presentation as Code: Why I Abandoned PowerPoint
See why the author abandoned PowerPoint for his presentations.
October 23, 2019
by Ivan Ponomarev DZone Core CORE
· 23,181 Views · 18 Likes
article thumbnail
HTTP/2 Server Push Via Java 11 HTTP Client API
Do you remember HttpUrlConnection? Well, JDK 11 has reinvented this server push using the HTTP Client API. Check it out!
October 23, 2019
by Anghel Leonard DZone Core CORE
· 22,200 Views · 4 Likes
article thumbnail
Benefits of Kubernetes for Microservices Architecture
Find out!
October 22, 2019
by Ankit Kumar
· 14,857 Views · 7 Likes
article thumbnail
Implementing a Method Trace Infrastructure With Spring Boot and AspectJ
Learn how to implement a method trace infrastructure with Spring Boot and AspectJ!
October 22, 2019
by Cahit Ünver
· 15,674 Views · 14 Likes
article thumbnail
Test Automation: Seamless Integration of Tools and Frameworks
Integrate tools and frameworks like Spring Boot, Java 8, Cucumber, and Serenity into a test automation framework.
October 22, 2019
by Ravi Kumar
· 35,291 Views · 12 Likes
  • Previous
  • ...
  • 346
  • 347
  • 348
  • 349
  • 350
  • 351
  • 352
  • 353
  • 354
  • 355
  • ...
  • 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: