Systems | Development | Analytics | API | Testing

October 2023

How fusing manual and automated testing transcends tradeoffs

The age-old debate of manual and automated testing has often left teams at a crossroads, searching for a way to strike a harmonious balance between speed and effectiveness. However, in the world of software development, evolution is the name of the game. Enter “fused testing,” our approach that transcends the conventional notion of QA tradeoffs and broadens the horizons of QA strategy.

Managed Detection & Response Leaders Embrace Data and Analytics to Stay Ahead

The Managed Detection & Response (MDR) industry finds itself in a new era with unprecedented challenges from platform giants and the migration of the attack surface to the cloud, with innovation becoming a requirement for survival. Companies built to provide clients with 24×7 “eyes on glass” now find themselves at the intersection of rapid technological advancements and evolving threat landscapes.

How to Use Playwright for Test Automation | Complete Demo | Gunesh P. | #playwright #testautomation

In this informative video, Gunesh P. provides a hands-on demonstration of automation testing using Playwright and Java. Playwright, a versatile automation framework, offers powerful capabilities for testing web applications. By using Java in conjunction with Playwright, you'll discover how to automate tests effectively and efficiently.

GenAI for Realistic Test Data, Edge Cases, and Better Creativity | Siddhant Wadhwani | TestFlix 2023

In this enlightening presentation, Siddhant Wadhwani delves into the transformative potential of Generative AI. He invites us to envision a world where machines autonomously create art, compose music, and even craft stories. This realm of innovation, powered by Generative AI, extends far beyond the creative arts and is making a profound impact on software testing and automation.

Demystifying SFTP Data Transfer: A Step-by-Step Tutorial

In today’s data-rich world where large volumes of data exchange have become frequent, ensuring the data transfer mechanism is safe and secure is essential. Data security is of utmost importance, and the data transfer tool you select should provide data encryption. Secure File Transfer Protocol (SFTP) is one such file transfer mechanism that businesses can leverage to securely transfer files between users and locations, regardless of their network or device type.

How We Implemented Zero Trust in Choreo

In the past, enterprise software focused on protecting network access through on-premises firewalls and VPNs, working on the assumption that everything within the network was secure. However, today, as accessing data has extended beyond on-premises locations to cloud and hybrid networks, SaaS platforms require a security model that can address a broader range of attack vectors. Zero Trust security addresses this pressing need.

7 Tips for Creating a Successful API

Frequent deployment of APIs can quickly create a software system that is like an overgrown garden, riddled with weeds, bugs, failed integrations, and ill-fitting use cases. Overloaded API collections prevent changes without causing failures. More commonly, they limit the visibility needed to recognize opportunities for feature optimization. Creating a successful API can go a long way to ensuring your organization can avoid many of these problems.

How APIs are Powering Digital Transformation for Energy and Utilities

Energy and utilities providers are currently facing more uncertainty than ever before. Volatile prices, geopolitical instability, new technologies and more demands for going green are threatening the future of the entire industry. As a result, their IT teams are under tremendous pressure to start powering digital transformation through productivity improvements, capital efficiencies and development of new revenue streams.

How to Do an SEO Competitive Analysis: A Step-by-Step Guide

SEO is an incredibly competitive industry. New websites and businesses are popping up every day, and the first five organic search results on Google receive two-thirds of all clicks. Top-notch content, a solid SEO strategy, and technical SEO won’t guarantee your website will get the attention it deserves. The sad truth is that over 90% of web pages get no search traffic from Google at all. The competition is tough. So, what’s going on here?

Building a Modern Data Stack from the Ground Up

Join Rodrigo Benavides, CEO and Founder of Danu Consulting, and Arun Chaudhary, Senior Sales Engineer at Hevo Data, as they discuss the importance for growing businesses to invest in a robust modern data stack for a strong foundation for advanced data science applications, and the role of tools like Hevo Data in simplifying that process.

Mastering regular expressions in Go

Strings are arguably the most critical data type in programming, as they make so many things possible. For example, without strings, there would be no emails, text messages, or almost any other computer activity that you can think of because it is the most accessible way of passing information to both technical and non-technical people.