In the world of API test automation, Karate DSL stands out for its simplicity, power, and ability to handle both HTTP requests and validations in a readable format. At the heart of every Karate test lies the feature file — a neatly structured script that combines Gherkin syntax with Karate’s DSL capabilities. Whether you’re a […]
Platforms and Technology
Python Meets Power Automate: Trigger via URL
Want to trigger Power Automate flows from anywhere using just a URL—even from a Python script? Whether you’re working with automation scripts, web apps, or external systems, Power Automate makes it easy to integrate workflows using HTTP requests. In this guide, you’ll learn how to set up a flow that can be triggered via URL—step by […]
Implementing End-to-End Testing Using Playwright within Jenkins CI/CD Pipelines
In today’s fast-paced software development world, delivering high-quality web applications quickly and reliably is more critical than ever. Continuous Integration and Continuous Deployment (CI/CD) pipelines streamline the processes of building, testing, and deploying software, enabling teams to deliver updates more quickly and with fewer errors. One crucial piece of this puzzle is automated end-to-end (E2E) […]
Navigating the Future of B2B Distribution with Rupa Amin
The Distribution Strategy Group recently hosted a webinar exploring the future of B2B distribution, bringing together a panel of industry leaders to discuss the role of flexible eCommerce platforms amid evolving market dynamics. The conversation was moderated by Mark Brohan, Senior Vice President of Ecommerce and B2B Market Research at Digital Commerce 360. The Voices […]
Oracle Cloud EPM: Transitioning to Forms 2.0, Dashboards 2.0 by October 2025
Overview You may have seen this pop-up message appearing on the main page of your EPM instance: Oracle has released a new Statement of Direction outlining the de-support of several legacy components in Oracle Cloud EPM, including: Forms 1.0 Dashboards 1.0 Legacy Listing Pages Infolets These changes will impact all major business processes such as […]
Keyboard Testing in Accessibility Testing
Accessibility testing guarantees that software applications can be used effectively by all individuals, including those with disabilities. Many users rely on keyboards instead of a mouse due to mobility challenges or because they use assistive technologies, such as screen readers. Keyboard accessibility testing confirms that all controls and elements on a page are usable without […]
Mitigate DNS Vulnerabilities Proactively with Amazon Route 53 Resolver DNS Firewall
In today’s cloud-first world, securing your DNS layer is more critical than ever. DNS (Domain Name System) is a foundational element of network infrastructure, but it’s often overlooked as a security risk. Attackers frequently exploit DNS to launch phishing campaigns, exfiltrate data, and communicate with command-and-control servers. Proactive DNS security is no longer optional – […]
Monitoring Object Creation/Deletion in Cloud Storage with GCP Pub-Sub
When using cloud-based event-driven systems, it’s essential to respond to changes at the storage level, such as when files are added, modified, or deleted. Google Cloud Platform (GCP) makes this easy by enabling Cloud Storage and Pub/Sub to talk to one another directly. This arrangement lets you send out structured real-time alerts whenever something happens […]
Flutter Web Hot Reload Has Landed – No More Refreshes!
Flutter’s famous hot reload just levelled up — now it works on the web! No more full refreshes every time you tweak a UI. If you’re building apps with Flutter Build Web, this update is a game-changer. Let’s dive into what it is, how to use it, why it matters, and see it in action. […]
From Flow to Fabric: Connecting Power Automate to Microsoft Fabric
In this blog, we’ll walk through how to use Eventstream in Microsoft Fabric to capture events triggered by Power Automate and store them in a Lakehouse table. Whether you’re building dashboards, triggering insights, or analyzing user interactions, this integration provides a powerful way to bridge business logic with analytics. 1. Create a Power Automate Flow to Post Data Start by […]
Part 2 – Marketing Cloud Personalization and Mobile Apps: Tracking Items
In the first part of this series, we covered how to connect a mobile app to Marketing Cloud Personalization using Salesforce’s Mobile SDK. In this post, we’ll explore how to send catalog items from the mobile app to your dataset. What’s new on the DemoApp? Since the last post, I made some changes in the […]
Elevating API Automation: Exploring Karate as an Alternative to Rest-Assured
Karate, according to Karate Labs, is the only open-source tool that unifies API test automation, mocks, performance testing, and UI automation into a single framework. Using Behavior Driven Development (BDD) syntax enables easy scenario writing, even for non-programmers. With built-in assertions, a reporting mechanism, and parallel test execution, Karate streamlines project development and maintenance by […]