Systems | Development | Analytics | API | Testing

How to Get Started Testing: Best Test Cases to Automate

Testing is a critical step if you want to ensure quality in your products. It’s crucial to test your applications to make sure they work properly – otherwise, customers are less likely to buy or continue to use them. While important, software testing can be a repetitive process that takes time and resources you’d probably rather use for tasks that deliver innovation to the functionality or performance. This is where test automation comes in.

How APIs expand reach and drive ROI for content producers

Over the course of just a few years, the ways in which we consume content have changed dramatically. In order to compete in this new landscape and to adapt to the technological change that underpins it, media studios and other content producers should consider providing relatively open access to their proprietary content. This necessitates a cultural change across the industry.

Cost Optimization on Microsoft Azure

Do you use big data and streaming services - such as Azure HDInsight, Databricks, and Kafka/EventHubs? Do you have on-premises big data that you want to move to Azure? Keeping costs down in Microsoft Azure is difficult, but vital. Join Chris Santiago of Unravel Data and explore how to to reduce, manage, and allocate streaming data and big data costs in Azure.

Cost-Effective, High-Performance Move to Cloud

The move to cloud may be the biggest challenge, and opportunity, facing IT departments today. In this 45-minute webinar, Unravel Data product marketer Floyd Smith and Solutions Engineering Director Chris Santiago describe how to move workloads to the cloud quickly, cost-effectively, and with high performance for the newly cloud-based workloads. Tune in to find out the best way to de-risk your cloud migration projects with data driven insights.

Rainforest Automation - An End-to-End Signup Test

Testing a sign up flow using Rainforest Automation, which is a no code testing platform for automated and manual QA testing. This shows a few advanced features useful in testing sign up flows, including data generation, email workflows and encapsulating common actions in embedded tests. This kind of automated end-to-end test is impossible with traditional test automation.

Automating the Development Pipeline to Rapidly Design, Publish and Consume Services

Teams are looking for every opportunity to do more with less. Companies want to get to market faster, while reducing costs with automation. To accomplish these goals, it is critical to allow the developers to use DevOps processes and re-use existing Services to drive speed and innovation. In this Workshop, we'll discuss how Kong enables spec-based development to provide consistent APIs, documentation and automate deployments with Kong, using GitOps.

React Hooks Common Mistakes

React Hooks is a new addition to React which enables you to use state and other features of the library without having to create a class. By ‘hooking into’ React’s existing features, you can significantly reduce the number of concepts you have to grapple with, and you can create custom hooks to share all kinds of non-visual logic, making your code much more reusable.