Tag

parameterization

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 12, 2025 · Backend Development

Efficient Data Flow Processing in an API Automation Testing Framework

This article explains how to implement efficient data flow handling in an API automation testing framework, covering data generation, parameterization, data transfer, storage, and validation with practical Python examples using built‑in libraries, Faker, pytest fixtures, JSON files, and MySQL.

API testingAutomationData Generation
0 likes · 8 min read
Efficient Data Flow Processing in an API Automation Testing Framework
Test Development Learning Exchange
Test Development Learning Exchange
Sep 28, 2024 · Backend Development

Building a Python‑MySQL Automated Test Framework with Dependency and Parameterization Support

This guide demonstrates how to build a Python‑based automated testing framework that reads test cases from a MySQL database, sends HTTP requests, manages case dependencies and parameterization, and records responses, providing a modular structure with database, executor, and main components.

MySQLTest Frameworkautomated testing
0 likes · 6 min read
Building a Python‑MySQL Automated Test Framework with Dependency and Parameterization Support
Test Development Learning Exchange
Test Development Learning Exchange
Jul 27, 2024 · Fundamentals

Using Variables in HttpRunner 4.x: Declaration, Reference, and Dynamic Assignment

HttpRunner 4.x enables flexible variable declaration and usage at both configuration and test-step levels, supporting $ and {{}} syntax, dynamic assignment from responses, parameterization, request customization, extraction, custom functions, and validation, allowing more maintainable and powerful API test cases.

API testingHttpRunnerdynamic assignment
0 likes · 7 min read
Using Variables in HttpRunner 4.x: Declaration, Reference, and Dynamic Assignment
Test Development Learning Exchange
Test Development Learning Exchange
Jul 26, 2024 · Backend Development

Getting Started with httprunner 4.x for API Automation Testing in Python

This guide explains how to set up httprunner 4.x, write YAML/JSON test cases, run them, use parameterization and environment variables, and generate HTML reports for efficient Python API automation testing.

API testingAutomationYAML
0 likes · 5 min read
Getting Started with httprunner 4.x for API Automation Testing in Python
Test Development Learning Exchange
Test Development Learning Exchange
Jul 19, 2024 · Fundamentals

Ten Ways to Handle Dynamic Parameters in Python API Automation Testing

This article demonstrates ten practical methods for handling dynamic parameters in Python API automation testing, covering dictionaries, loops, pytest parametrization, fixtures, unittest, decorators, generators, class attributes, reflection, and external data sources like CSV.

API testingAutomationDynamic Parameters
0 likes · 5 min read
Ten Ways to Handle Dynamic Parameters in Python API Automation Testing
Python Programming Learning Circle
Python Programming Learning Circle
Jul 13, 2024 · Fundamentals

Comprehensive Guide to Pytest: Installation, Execution, Fixtures, Marks, and Parameterization

This article provides a detailed tutorial on Python's Pytest framework, covering installation, test discovery rules, execution methods, setup/teardown, fixture usage, assertions, skip mechanisms, custom marks, and parameterization with extensive code examples for practical automation testing.

fixturesparameterizationpytest
0 likes · 11 min read
Comprehensive Guide to Pytest: Installation, Execution, Fixtures, Marks, and Parameterization
Test Development Learning Exchange
Test Development Learning Exchange
Jun 13, 2024 · Backend Development

Six Ways to Parameterize API Test Data in Python

This article presents six practical techniques—hard‑coding, using loops, reading from Excel/CSV, loading YAML/JSON files, leveraging pytest parameterization, and querying databases—to manage and reuse API test parameters in Python, each illustrated with clear code examples.

API testingAutomationparameterization
0 likes · 4 min read
Six Ways to Parameterize API Test Data in Python
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.

AutomationData-Driven TestingPython
0 likes · 12 min read
Data-Driven Testing with Pytest: Concepts, Design, and Practical Examples
DevOps
DevOps
Sep 16, 2022 · Operations

Rebuilding Uber’s Experimentation Platform: Architecture, Goals, and Lessons Learned

After more than a year of effort, Uber migrated its entire experimentation and feature‑flag ecosystem—including thousands of developers, dozens of partners, multiple mobile apps, and hundreds of services—to a new, unified platform that improves reliability, flexibility, and data quality while retiring over 50,000 legacy experiments.

A/B testingUberexperiment platform
0 likes · 25 min read
Rebuilding Uber’s Experimentation Platform: Architecture, Goals, and Lessons Learned
Test Development Learning Exchange
Test Development Learning Exchange
Jun 19, 2019 · Fundamentals

Using Python's zip() Function to Parameterize Multiple Variables in API Requests

This article explains how to use Python's built‑in zip() function to combine multiple iterables, enabling simultaneous parameterization of several variables in a single API request, demonstrates syntax differences between Python 2 and 3, and provides a concrete code example that constructs URLs from zipped lists.

API testingPythoncoding tutorial
0 likes · 3 min read
Using Python's zip() Function to Parameterize Multiple Variables in API Requests
360 Quality & Efficiency
360 Quality & Efficiency
May 10, 2018 · Operations

LoadRunner Parameterization: Techniques and Best Practices

This article explains why and how to parameterize LoadRunner scripts, covering the benefits, core challenges, step‑by‑step configuration, data construction methods, and the various selection and update options that control parameter value retrieval during test execution.

AutomationLoadRunnerPerformance Testing
0 likes · 5 min read
LoadRunner Parameterization: Techniques and Best Practices