Tag

E2E

0 views collected around this technical thread.

Ele.me Technology
Ele.me Technology
May 28, 2024 · Operations

Automated Mock for E2E Testing: Design and Implementation of Unmanned MOCK

Unmanned MOCK automatically generates intelligent, context‑aware mock responses for downstream services in end‑to‑end tests by collecting sub‑call data, extracting knowledge, and applying dynamic rules, so failures in downstream systems are isolated, raising test success rates toward near‑100 % without manual mock configuration.

Continuous IntegrationE2Eautomated testing
0 likes · 12 min read
Automated Mock for E2E Testing: Design and Implementation of Unmanned MOCK
Test Development Learning Exchange
Test Development Learning Exchange
Aug 30, 2023 · Frontend Development

Playwright Automation Script for End-to-End H5 User Flow (Registration, Login, Checkout)

This tutorial provides a complete Playwright Python script that automates a typical H5 e‑commerce user journey—including registration, login, address entry, product selection, cart addition, checkout, order review, and screenshot capture—while explaining how to adapt URLs and selectors for your own site.

E2EPlaywrightPython
0 likes · 4 min read
Playwright Automation Script for End-to-End H5 User Flow (Registration, Login, Checkout)
ByteFE
ByteFE
Jun 20, 2022 · Frontend Development

An Introduction to Frontend Testing: Types, Tools, and Best Practices

This article explains what frontend testing is, why it is essential, outlines the various testing types such as unit, integration, end‑to‑end, acceptance, visual regression, accessibility, performance and cross‑browser testing, recommends tools like Jest and Puppeteer, and offers practical advice for building an effective testing strategy.

E2EJestTesting
0 likes · 22 min read
An Introduction to Frontend Testing: Types, Tools, and Best Practices
NetEase LeiHuo UX Big Data Technology
NetEase LeiHuo UX Big Data Technology
Mar 17, 2022 · Frontend Development

Introduction to Playwright: Features, Testing Pyramid, and Quick‑Start Guide

This article introduces Microsoft’s open‑source Playwright framework, outlines its cross‑platform, cross‑browser, and multi‑language capabilities, explains the testing pyramid model, and provides a step‑by‑step quick‑start tutorial with configuration and sample TypeScript test scripts for end‑to‑end web testing.

E2EPlaywrightTypeScript
0 likes · 7 min read
Introduction to Playwright: Features, Testing Pyramid, and Quick‑Start Guide