Tag

Data-Driven Testing

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Sep 16, 2024 · Backend Development

Python API Testing with Pytest and YAML Data-Driven Framework

This article demonstrates how to implement data-driven API testing in Python using pytest framework with YAML files for test data and environment configuration, providing a flexible and maintainable testing solution.

API TestingData-Driven Testingbackend development
0 likes · 6 min read
Python API Testing with Pytest and YAML Data-Driven Framework
Test Development Learning Exchange
Test Development Learning Exchange
Jul 9, 2024 · Backend Development

10 Python Scripts to Boost API Automation Testing Efficiency

This article presents 10 practical Python scripts that significantly enhance API automation testing efficiency, covering test case generation, data handling, request management, validation, and reporting.

API TestingData-Driven TestingException Handling
0 likes · 5 min read
10 Python Scripts to Boost API Automation Testing Efficiency
Test Development Learning Exchange
Test Development Learning Exchange
Feb 12, 2024 · Frontend Development

Data-Driven Testing with Playwright and openpyxl in Python

This tutorial explains how to perform data‑driven testing by installing Playwright, reading test data from Excel with openpyxl, simulating user actions, and writing reusable unittest test cases that drive browser interactions based on external data.

Data-Driven TestingPlaywrightPython
0 likes · 3 min read
Data-Driven Testing with Playwright and openpyxl in Python
Test Development Learning Exchange
Test Development Learning Exchange
Dec 28, 2023 · Backend Development

Using Decorators in Python Testing Frameworks

This article explores the use of decorators in Python testing frameworks to enhance test functionality, manage setup/teardown, handle data-driven tests, and implement features like retries, logging, and performance profiling.

AuthenticationData-Driven TestingException Handling
0 likes · 18 min read
Using Decorators in Python Testing Frameworks
Test Development Learning Exchange
Test Development Learning Exchange
Oct 5, 2023 · Backend Development

Building an Efficient WebSocket Testing Framework with Python

This article details the construction of a Python-based WebSocket interface testing framework, focusing on test runner encapsulation, reporting/logging integration, data-driven testing methodologies, and test case/data isolation techniques to enhance automation efficiency and maintainability.

Data-Driven TestingTest ReportingWebSocket Testing
0 likes · 5 min read
Building an Efficient WebSocket Testing Framework with Python
360 Quality & Efficiency
360 Quality & Efficiency
Apr 7, 2023 · Mobile Development

Mobile App UI Automation Using ATX and Python: POM, Data‑Driven and Keyword‑Driven Approaches

This article describes how a mobile development team adopted the ATX automation framework with Python, employing Page Object Model, data‑driven and keyword‑driven techniques to replace manual regression testing, integrate firmware interaction, and streamline test execution and reporting.

ATXData-Driven TestingKeyword‑Driven Testing
0 likes · 7 min read
Mobile App UI Automation Using ATX and Python: POM, Data‑Driven and Keyword‑Driven Approaches
政采云技术
政采云技术
Feb 7, 2023 · Fundamentals

Comprehensive Guide to Unit Testing with the Spock Framework

This article provides an in‑depth tutorial on unit testing using Spock, covering its advantages over JUnit, core concepts like specifications, fixtures, feature methods, data‑driven testing, mock and stub techniques, interaction constraints, and tooling for automated test generation, all illustrated with Groovy and Java code examples.

Data-Driven TestingGroovyJava
0 likes · 22 min read
Comprehensive Guide to Unit Testing with the Spock Framework
JD Tech
JD Tech
Dec 9, 2022 · Fundamentals

Data-Driven Testing with Pytest: Concepts, Design, and Practical Examples

This article explains data-driven testing (DDT) concepts, design approaches, and practical implementation using the Pytest framework, covering test data creation, storage options, parameterization techniques, fixture integration, and example scripts to enhance test coverage, maintainability, and efficiency.

Data-Driven TestingPythonautomation
0 likes · 12 min read
Data-Driven Testing with Pytest: Concepts, Design, and Practical Examples
Baidu Intelligent Testing
Baidu Intelligent Testing
Mar 3, 2021 · Artificial Intelligence

Quality Scoring Model: Intelligent Test Grading and Risk Assessment for Software Delivery

This article introduces a quality scoring model that leverages structured development and testing data to objectively assess project risk, automate test grading, and enable data‑driven decisions for test execution and release, thereby improving delivery efficiency and reducing manual evaluation errors.

Data-Driven TestingRisk Assessmentmachine learning
0 likes · 24 min read
Quality Scoring Model: Intelligent Test Grading and Risk Assessment for Software Delivery
FunTester
FunTester
Nov 17, 2019 · Backend Development

Advanced Spock Framework Usage with Groovy Data‑Driven Tests

This article demonstrates how to extend basic Spock usage by applying Groovy‑based helper methods, data‑driven testing, and advanced language features within a mixed Java‑Groovy project, while also addressing common pitfalls and providing complete example code.

Data-Driven TestingGroovyJava
0 likes · 7 min read
Advanced Spock Framework Usage with Groovy Data‑Driven Tests
360 Quality & Efficiency
360 Quality & Efficiency
Aug 13, 2019 · Fundamentals

Using unittest and ddt for Data-Driven Testing in Python

This article explains how to combine Python's unittest framework with the third‑party ddt library to create data‑driven tests, covering test fixtures, decorators, data handling techniques, and examples of loading test data from JSON, YAML, CSV, or Excel files.

Data-Driven TestingPythonTesting
0 likes · 3 min read
Using unittest and ddt for Data-Driven Testing in Python
360 Tech Engineering
360 Tech Engineering
May 15, 2019 · Operations

Getting Started with HttpRunner: Installation, Quick Start, and Practical Usage

This article introduces HttpRunner, covering supported platforms, installation commands, key features such as parameter extraction, global configuration, variable handling, data-driven testing, report generation, and practical steps for converting HAR files to test cases and executing them with hrun.

API TestingData-Driven TestingHttpRunner
0 likes · 4 min read
Getting Started with HttpRunner: Installation, Quick Start, and Practical Usage