awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesTest Sequence Control

Managing the progression and interruption of test iterations based on custom logic or result status.

Distinct from Execution Flow Control: Specific to the logic used to break loops or skip iterations in a performance test sequence, not interactive debugger flow.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Test Sequence Control. Refine with filters or upvote what's useful.

Awesome Test Sequence Control GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • apache/jmeterapache 的头像

    apache/jmeter

    9,233在 GitHub 上查看↗

    Apache JMeter is a Java-based performance testing tool and multi-protocol traffic simulator used to analyze the stability and scalability of servers and networks. It functions as a distributed load testing framework that coordinates remote worker nodes from a single controller to generate high volumes of concurrent traffic. The project is distinguished by its ability to simulate traffic across diverse backend systems, including HTTP, JDBC, LDAP, JMS, FTP, and TCP. It provides a headless command-line interface for automated execution and a reporting system that transforms raw sample logs into

    Enables controlling the test execution path by breaking loops or skipping iterations based on result status.

    Javajavaperformancetest
    在 GitHub 上查看↗9,233
  • spiritlhls/ecsspiritLHLS 的头像

    spiritLHLS/ecs

    6,964在 GitHub 上查看↗

    This project is a collection of diagnostic tools designed for auditing IP quality, analyzing network stability, profiling server environments, and benchmarking hardware performance. It provides a suite of utilities to evaluate virtual private servers through hardware performance benchmarking and system environment diagnostics. The toolset includes a streaming service unlock checker to determine regional content access, an IP reputation audit tool for blacklist and geolocation verification, and a network quality analyzer for measuring latency and throughput. It covers broader capability areas

    Executes a linear sequence of hardware and network audits to build a comprehensive server profile.

    Shellalmalinuxarchastralinux
    在 GitHub 上查看↗6,964
  • ansible/moleculeansible 的头像

    ansible/molecule

    4,112在 GitHub 上查看↗

    Molecule 是一个基础设施测试编排器和测试框架,专为 Ansible 角色和集合设计。它作为一个临时环境管理器,启动并销毁临时测试主机,以隔离验证基础设施代码。 该项目通过专门的幂等性验证器脱颖而出,该验证器多次执行自动化序列,以确保在达到初始期望状态后不会发生意外更改。它利用基于驱动程序的配置模型,支持在容器、虚拟机和云实例中创建测试目标。 该工具通过基于阶段的编排管理完整的测试生命周期,涵盖从环境配置和收敛到功能结果验证和资源销毁的所有内容。它支持并行场景执行、自定义测试镜像构建,以及集成静态和动态库存源,以确保自动化在不同平台上表现一致。

    Allows defining the custom order of testing phases to create tailored validation workflows.

    Pythonansibleansible-dev-toolscookiecutter-ansible
    在 GitHub 上查看↗4,112
  1. Home
  2. Software Engineering & Architecture
  3. Execution Flow Control
  4. Test Sequence Control