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

The Latest Testing, Deployment, and Maintenance Topics

article thumbnail
Microservices and Difference Between Mono Repo and Multiple Repositories
Learn about the advantages of using microservices, and enhance your knowledge about mono repo and multiple repositories.
Updated October 29, 2019
by Pavan Belagatti DZone Core CORE
· 30,197 Views · 6 Likes
article thumbnail
Benefits of Continuous Deployment
Pavan Belagatti explains what Continuous Integration and Continuous Deployment are, along with some of the benefits of using Continuous Deployment.
Updated October 29, 2019
by Pavan Belagatti DZone Core CORE
· 19,123 Views · 5 Likes
article thumbnail
How to Develop a Simple Step Counter App on ReactNative
Check out the author's experience developing a step counter application on ReactNative, all while showing you how to do it yourself!
Updated October 29, 2019
by Sergii Grybniak
· 106,301 Views · 7 Likes
article thumbnail
Optimizing Data Repositories Usage in Java Multi-Threaded Applications
Optimize your data repositories for Java multi-threaded applications.
October 29, 2019
by Victor Porcar
· 31,697 Views · 9 Likes
article thumbnail
Ansible Vault
See why Ansible could be the answer to your encryption needs.
October 28, 2019
by Krishna Prasad Kalakodimi
· 14,826 Views · 10 Likes
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
· 13,006 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
· 10,230 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
· 36,416 Views · 2 Likes
article thumbnail
Establishing a Performance Testing Strategy
Establish your strategy.
October 28, 2019
by Sam Kent
· 9,065 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,567 Views · 6 Likes
article thumbnail
Kafka Consumer Delivery Semantics
Everything you need to know about consumer delivery semantics.
October 25, 2019
by Sylvester Daniel
· 32,501 Views · 7 Likes
article thumbnail
GPU-Accelerated IoT Workloads at the Edge
Bring IoT to the Edge!
Updated October 25, 2019
by Paul DeCarlo
· 17,086 Views · 5 Likes
article thumbnail
Implementing the Outbox Pattern
Learn how!
October 25, 2019
by Sohan Ganapathy
· 75,682 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,584 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
· 93,050 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
· 68,105 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
· 213,146 Views · 212 Likes
article thumbnail
Learn Cypress Testing for Free
You've got this!
October 24, 2019
by Michael Battat
· 8,325 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
· 22,315 Views · 7 Likes
  • Previous
  • ...
  • 392
  • 393
  • 394
  • 395
  • 396
  • 397
  • 398
  • 399
  • 400
  • 401
  • ...
  • Next
  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

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 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook
×