Skip to content

Testing Capabilities

The platform supports multiple test types to cover different needs - from lightweight availability checks to full end-to-end user journeys. Each test can also be executed from different locations, which helps you verify how your website behaves for users in different regions.

At the moment, only web testing is available, with more capabilities planned over time.

Use the test type that matches the question you want answered:

  • Choose Website Scenario when you need to validate a full user journey such as login, checkout, or form submission.
  • Choose Website Availability when you want a fast signal that the website is reachable, returns the expected HTTP status, and passes technical checks such as SSL validation.
  • Choose Website Vitals when you want to track performance quality over time using thresholds for Web Vitals and Lighthouse scores.
Test TypeBest forSpeedMain signalTypical alert reason
Website ScenarioEnd-to-end user flowsSlowestFunctional and visual behaviorA user step fails, content is wrong, or the UI changes unexpectedly
Website AvailabilityFast technical health checksFastestReachability, HTTP status, and SSL checksThe website is down, returns an unexpected status, or has an SSL problem
Website VitalsPerformance monitoringMediumWeb Vitals and Lighthouse thresholdsLCP, CLS, TBT, TTI, or score thresholds regress

Most teams get the best coverage by combining test types instead of relying on only one.

  • Run Website Availability frequently for a fast canary signal.
  • Run Website Scenario for critical business paths such as sign-in, checkout, lead capture, or account creation.
  • Run Website Vitals daily or after releases to catch performance regressions before they affect users.
  • Use multiple locations when geography matters, such as regional outages, CDN issues, or location-specific performance differences.
  • A deployment breaks the login flow: use Website Scenario.
  • A landing page stops loading from a public location: use Website Availability.
  • An SSL certificate is close to expiry or misconfigured: use Website Availability.
  • A page works in one region but fails or slows down in another: run the test from multiple locations.
  • A release causes slower rendering or layout instability: use Website Vitals.

These features help you investigate failures, reduce false positives, and understand what changed during a run:

Today, this page covers web testing capabilities only.

That means TestCLIX is currently designed for:

  • website uptime, HTTP status, and SSL checks,
  • browser-based end-to-end journeys,
  • visual regression detection,
  • and web performance monitoring.

If your goal is complete coverage, a practical starting point is one fast availability check, one or two critical scenarios, and a scheduled vitals test for your most important pages.