awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • apache/jmeterالصورة الرمزية لـ apache

    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/ecsالصورة الرمزية لـ spiritLHLS

    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/moleculeالصورة الرمزية لـ ansible

    ansible/molecule

    4,112عرض على GitHub↗

    Molecule هو أداة تنسيق اختبار البنية التحتية وإطار عمل اختبار مصمم لأدوار ومجموعات Ansible. يعمل كمدير بيئة مؤقت يقوم بتشغيل وإيقاف مضيفي اختبار مؤقتين للتحقق من صحة كود البنية التحتية في عزلة. يتميز المشروع بمدقق تكرار (idempotency validator) متخصص ينفذ تسلسلات الأتمتة عدة مرات لضمان عدم حدوث تغييرات غير مقصودة بعد الوصول إلى الحالة المطلوبة الأولية. يستخدم نموذج توفير قائم على المحرك لدعم إنشاء أهداف الاختبار عبر الحاويات، والأجهزة الافتراضية، ومثيلات السحابة. تدير الأداة دورة حياة الاختبار الكاملة من خلال تنسيق قائم على المراحل، يغطي كل شيء بدءاً من توفير البيئة والتقارب وصولاً إلى التحقق من النتائج الوظيفية وتدمير الموارد. ويدعم تنفيذ السيناريوهات المتوازية، وبناء صور اختبار مخصصة، وتكامل مصادر المخزون الثابتة والديناميكية لضمان سلوك الأتمتة بشكل متسق عبر منصات مختلفة.

    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