惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
I
InfoQ
Engineering at Meta
Engineering at Meta
Jina AI
Jina AI
Recent Announcements
Recent Announcements
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
D
Docker
Microsoft Security Blog
Microsoft Security Blog
宝玉的分享
宝玉的分享
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
GbyAI
GbyAI
博客园 - Franky
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog RSS Feed
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
月光博客
月光博客
罗磊的独立博客

Datadog | The Monitor blog

Introducing our open source AI-native SAST Instrument and monitor Boomi integration flows with OpenTelemetry and Datadog Not all index scans are equal: How we cut query latency by over 99% Platform engineering metrics: What to measure and what to ignore Integrate Recorded Future threat intelligence with Datadog Cloud SIEM CI/CD security: threat modeling using a MITRE-style threat matrix CI/CD security: How to secure your GitHub ecosystem Ingress NGINX is EOL: A practical guide for migrating to Kubernetes Gateway API Operating agentic AI with Amazon Bedrock AgentCore and Datadog LLM Observability: Lessons from NTT DATA Introducing the Datadog Code Security MCP Capture and analyze custom heatmaps in Session Replay Understand session replays faster with AI summaries and smart chapters Monitor ClickHouse query performance with Datadog Database Monitoring How we designed empathetic alert sounds for on-call engineers Search and act across Datadog to resolve issues faster with Bits Assistant Measure the business impact of every product change with Datadog Experiments Analyzing round trip query latency Configuring JavaScript caches for better performance Introducing Bits AI Dev Agent for Code Security Datadog achieves ISO 42001 certification for responsible AI Monitor Nutanix clusters, hosts, and VMs with Datadog Monitor Juniper Mist in Datadog A new Host Map for modern infrastructure Annotate traces to improve LLM quality with Datadog LLM Observability What’s new in Cloud SIEM: AI-powered investigations, enhanced threat intelligence, and scalable security operations Explore Kubernetes with native OpenTelemetry data Monitor Oracle Fusion Cloud Applications with Datadog Announcing the Datadog Terraform provider v4.0.0 Scaling Kubernetes workloads on custom metrics How to design cloud environments for AI-powered threat analysis
Automate synthetic test coverage with Bits Testing
Younes Berradia, Marc Papazian, Natasha Silva · 2026-06-09 · via Datadog | The Monitor blog
Younes Berradia

Younes Berradia

Product Manager

Marc Papazian

Marc Papazian

Natasha Silva

Natasha Silva

Writing test scenarios and keeping them up to date can be time-consuming. When new user journeys or interface changes ship, test scripts can break and leave gaps in coverage. Critical flows such as checkout, signup, login, and booking can then reach production unvalidated.

Bits Testing, now available in Preview, automates synthetic test generation and maintenance. To generate tests, all you need to do is provide a URL or describe a goal in natural language. The agent explores the application, identifies critical user journeys, and creates test suites for them. 

This post covers how Bits Testing helps you:

  • Discover and generate synthetic tests automatically

  • Create Goal-Based tests for dynamic applications

  • Combine deterministic and nondeterministic testing strategies

Discover and generate synthetic tests automatically

Bits Testing uses discovery runs to explore applications autonomously and generates synthetic tests for critical user journeys. Instead of requiring you to define every click, form submission, or navigation event manually, the agent interacts with the application directly and records viable user paths as runnable test suites.

Datadog interface showing a test suite generated by Bits Testing, listing goal-based, browser, and HTTP tests alongside run details.

For example, you can point the agent at an ecommerce application and ask it to identify purchase-related workflows. The agent explores the site, navigates product listings, adds items to a cart, and proceeds through checkout flows to generate a collection of tests that represent real customer journeys. You can then review, accept, and schedule the generated tests like any other Synthetic Monitoring test. This expands coverage without the engineering time needed for manually scripting and testing updates.

Create Goal-Based tests for dynamic applications

Traditional tests are deterministic. They define an exact sequence of actions that must occur during every run. Deterministic tests work well for workflows where the precise execution path matters, such as validating API contracts, testing checkout sequences, or verifying authentication flows. These tests provide consistent coverage for known application flows and infrastructure dependencies.

Some workflows do not follow one fixed path. AI-powered applications, recommendation systems, inventory-based workflows, and conversational interfaces can produce multiple valid ways to reach the same outcome. In these cases, deterministic scripting becomes fragile because even minor interface updates can invalidate tests.

Bits Testing introduces Goal-Based tests for these dynamic environments. Instead of storing a fixed sequence of steps, a Goal-Based test stores the intended outcome in natural language. During execution, the agent determines viable paths to achieve that goal.

Datadog Bits Testing Agent interface showing a passed synthetic test, with a step-by-step flow diagram and action log covering destination entry, date selection, guest configuration, and search submission.

For example, you can define a goal such as “Complete a flight booking for a round-trip itinerary” or “Generate a support answer from the AI assistant.” At runtime, the agent navigates the application and adapts dynamically to accomplish the goal.

Goal-Based tests are especially useful for AI-powered applications where outputs and navigation paths may vary between runs. Rather than failing because a button moved or the interface changed slightly, the agent finds a new path while still validating the intended user experience.

Combine deterministic and nondeterministic testing strategies

Deterministic and nondeterministic testing approaches solve different problems. Most teams can benefit from using both. Deterministic browser, API, and network tests generated via discovery runs validate workflows where execution order and exact behavior matter.

Goal-Based tests complement those workflows by handling scenarios where interfaces or execution paths change frequently. For example, a retail platform can use deterministic tests to validate payment processing APIs and transaction workflows, while using goal-based tests to verify that customers can still complete purchases after frontend redesigns or via utilization of a chat or recommendation engine.

Using both test types together helps teams maintain stable coverage for critical backend workflows while also testing evolving and nondeterministic experiences that would otherwise require constant maintenance.

Get started with Bits Testing

Bits Testing automates synthetic test coverage for both stable and dynamic user journeys. Scheduled discovery runs and Goal-Based tests reduce manual maintenance and extend coverage to AI-powered and frequently updated interfaces.

To start automating your test coverage, join the Bits Testing Preview.

If you’re new to Datadog, sign up for a free 14-day trial.