# Exploratory Testing

Find the bugs you didn’t think to test

## Agent Description

**Exploratory Testing** is particularly useful for edge-case testing. It uses a "fuzzier" agent that is built in a way for it to be more “loose” in its trajectory and less deterministic to simulate actual non-linear end user behaviors.

This is especially useful in user flows like checkout, multi-step user journeys where most real issues are flagged in the non-linear journeys liked adding and removing items from cart or moving back and forward in the funnel

## Core Agent Objectives

- Test **unpredictable** user paths automatically
- **Locate the bugs that scripts can not**
- **Boost coverage** with new paths every run

## Exploratory Test

### Case Overview
- **Platform:** Native Mobile App (Android)
- **Device:** Pixel 4a
- **Android Version:** 35
- **User Type:** Tobacco Member
- **Test Result:** Failed at step 5 - Points display configuration error

View the run-time bug

[See Full Test](/content/bug-book/rewards-page-shows-incorrect-annual-redemption-limit/index.html)

## Exploratory Test

### Case Overview
- **Platform:** Web Browser
- **Website:** Rockefeller Center
- **Test Type:** E2E Purchase Flow

View the run-time bug

[See Full Test](/content/bug-book/afternoon-time-slots-dont-appear-when-selected/index.html)

## Exploratory Test

### Case Overview

View the run-time bug

[See Full Test](/content/bug-book/checkout-shows-incorrect-price-or-currency-for-germany-shoppers/index.html)

## Exploratory Test

### Case Overview

View the run-time bug

[See Full Test](/content/bug-book/delivery-date-is-not-displayed-correctly/index.html)

## Exploratory Test

### Case Overview
- **Focus:** Revenue accuracy, pricing accuracy, discount validation, checkout conversion rate

View the run-time bug

[See Full Test](/content/bug-book/checkout-total-is-higher-than-expected/index.html)

## Exploratory Test

### Case Overview

View the run-time bug

[See Full Test](/content/bug-book/subscription-plan-displays-raw-template-text/index.html)

## Exploratory Test

### Case Overview

View the run-time bug

[See Full Test](/content/bug-book/total-cost-shown-is-wrong-at-checkout/index.html)

## Bug Book

These are production bugs found for our actual customers

[Explore Bugs Caught](/content/bug-book/index.html)

### Example Bugs:

1. **“Best Sellers” link in header leads to a 404 page**  
   [See Full Test](/content/bug-book/best-sellers-link-in-header-leads-to-a-404-page/index.html)

2. **Meal selection page stuck loading**  
   [See Full Test](/content/bug-book/meal-selection-page-stuck-loading/index.html)

3. **Rewards page shows incorrect annual redemption limit**  
   [See Full Test](/content/bug-book/rewards-page-shows-incorrect-annual-redemption-limit/index.html)

### Another Example Bug

**Checkout button leads to error page**  
   [See Full Test](/content/bug-book/checkout-button-leads-to-error-page/index.html)

### Impact Summary
- **Prevented** over $400k in lost sales
- **Saved** 21 hours in dev time on the bug
- **Automated** 21 hours in dev time on the bug
