An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: testing-automation

cihat-kose/testng-practice-lessons

Hands-on UI automation practice with Selenium, TestNG and Java.

Language: Java - Size: 36.1 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

cihat-kose/selenium-practice-lessons

Hands-on UI automation practice with Selenium WebDriver and Java. Includes XPath, waits, and common UI patterns.

Language: Java - Size: 97.7 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

kubeshop/testkube

☸️ Kubernetes-native testing framework for test execution and orchestration

Language: Go - Size: 573 MB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 1,427 - Forks: 142

cihat-kose/rest-assured-api-testing-framework

A Java-based API testing automation framework with RestAssured and TestNG; automates REST API tests with CRUD operations, API key authentication, and flexible assertions, using Jackson for JSON handling and JavaFaker for random data generation.

Language: Java - Size: 604 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

arch-go/arch-go

Architecture checks for Go projects

Language: Go - Size: 1.28 MB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 195 - Forks: 15

onmcu/awesome-embedded-testing

Curated list of tools and resources for testing Embedded and Low-level software

Size: 7.81 KB - Last synced at: 1 day ago - Pushed at: 28 days ago - Stars: 4 - Forks: 0

m3au/m3au

Bruno's GitHub Profile

Size: 3.24 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

subeshb1/api-test

🌿 A simple bash script to test JSON API from terminal in a structured and organized way.

Language: Shell - Size: 131 KB - Last synced at: 9 days ago - Pushed at: over 3 years ago - Stars: 73 - Forks: 16

pwicherski/TestowanieOprogramowania

Testowanie oprogramowania - Książka dla początkujących testerów

Size: 4.89 MB - Last synced at: 4 days ago - Pushed at: 28 days ago - Stars: 194 - Forks: 96

Subhadip313/Automation-Selenium-Java-Hybrid-Framework

This is a BDD Automation framework written on Selenium and java

Language: HTML - Size: 4.25 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 1 - Forks: 0

cihat-kose/mersys-ui-db-test-framework

A comprehensive test automation framework for UI and database testing using Cucumber, Selenium, JDBC, and TestNG. Includes cross-browser support, parameterized testing, and detailed reporting with ExtentReports.

Language: Java - Size: 2.45 MB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 2

data-catering/data-caterer-example Fork of pflooky/data-caterer-example

Example API implementation for Data Caterer

Language: Scala - Size: 2.08 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 0

cihat-kose/appium-cucumber-mobile-automation

Mobile automation testing framework using Appium, Cucumber, and TestNG for Android applications. Supports BDD with Cucumber and provides modular, scalable architecture.

Language: Java - Size: 55.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

brahad316/FAN-ATPG

an implementation of the FAN ATPG algorithm in c++ and verilog.

Language: C++ - Size: 156 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

AKKI0511/AI-Code-Generator

Streamlined Development with AI An all-in-one platform integrating LLMs for code generation, reviews, documentation, testing, profiling, and security scanning. Features a Streamlit interface with vector-based indexing using Hugging Face and LlamaIndex for efficient, context-aware operations.

Language: Python - Size: 208 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

rahulchandradasrcd/book_house_web_automation_using_selenium_with_allure_report

Bookhouse Web Automation automates end-to-end testing for the Bookhouse website, focusing on the add-to-cart flow and checkout process. Built with Java, Selenium, Maven, and TestNG, it ensures cross-browser compatibility and reliability through POM. Test results are visualized via Allure Report for efficient execution and fast issue identification.

Language: Java - Size: 1.31 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

mkrishna4u/smart-testauto-framework

A software testing automation tool that can be used to perform E2E functional testing, data testing, integration testing, regression testing faster on real integration environment to increase product quality.

Language: Java - Size: 15.3 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 5 - Forks: 4

M-Hammad-Faisal/my-automation-site

Automation Site that can be used for writing test cases

Language: JavaScript - Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

kimtth/hello-auto-robot-selenium

👋🚘 [archived] Test Automation with Selenium and Robot Framework

Language: HTML - Size: 15.2 MB - Last synced at: 24 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

cihat-kose/testing-project04-selenium-testng

Selenium and TestNG-based automated testing project for nopCommerce. Includes parameterized and data-driven tests for registration, login, order placement, and search functionality.

Language: Java - Size: 224 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

Yakdanol/Tbank-Java-Developer

Java Developer Course at T-bank fintech

Language: Java - Size: 2.57 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

cihat-kose/mysql-jdbc-dbeaver-test-lab

Database Testing Practices with MySQL, JDBC, and DBeaver – SQL Script Examples and JDBC Exercises for mastering database operations and connectivity in Java.

Language: Java - Size: 385 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

cihat-kose/testng-ui-test-lab

A TestNG-based UI testing framework for SDET training. Demonstrates TestNG annotations, parallel testing, cross-browser testing, logging with Log4j2, and structured reporting. Designed to help students strengthen automation testing skills with practical examples and configuration.

Language: Java - Size: 1.32 MB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 2

Forward-Lang/awesome-property-testing

Curated set of property-based tests for common data structures and algorithms, promoting better test coverage and robustness

Size: 114 KB - Last synced at: 4 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

TommyLemon/SQLAuto

🔍 智能零代码自动化测试 SQL 语句执行结果的数据库工具,任意增删改查、任意 SQL 模板变量、一键批量生成参数组合、快速构造大量测试数据。🔍 A smart SQL testing automation tool for databases, support any CRUD, any template variables, generating argument combinations, generating lots of data rows.

Language: JavaScript - Size: 2.85 MB - Last synced at: 21 days ago - Pushed at: 9 months ago - Stars: 51 - Forks: 6

Sanjay-Roy/selenium-google-search

Selenium project that demonstrates how to use Selenium WebDriver to automate a Google search.

Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: 22 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Sanjay-Roy/Automation-Testing-Project-e-Commerce

This project automates the process of searching for products on an e-commerce platform.

Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: 22 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

lorainegarutti/manuais

Manuais de alguns frameworks do dia a dia do QA. Em constante atualização, contribua também :)

Size: 356 KB - Last synced at: 15 days ago - Pushed at: over 4 years ago - Stars: 12 - Forks: 0

TommyLemon/unitauto-go

UnitAuto - ☀️ 最先进、最省事、ROI 最高的单元测试,机器学习 零代码、全方位、自动化 测试 方法/函数,用户包含腾讯、快手、某 500 强巨头等,本项目为 Go 版 ☀️ The most advanced unit testing way powered by machine learning. Coding-free, comprehensive and automatic testing for methods/functions. Used by Tencent, Kwai, a Fortune 500 company, etc. This repo is the Go version

Language: Go - Size: 36.9 MB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 37 - Forks: 3

keploy/testGPT

TestGPT is a GitHub Action designed to execute Keploy test cases and generate detailed test reports.

Language: Shell - Size: 162 KB - Last synced at: 22 days ago - Pushed at: 5 months ago - Stars: 5 - Forks: 5

taurus5650/automation_api_test_pytest

Language: Python - Size: 2.16 MB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

data-catering/data-caterer Fork of pflooky/data-caterer

Data generation and validation tool for any data source

Language: Scala - Size: 1.77 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 12 - Forks: 2

Arttacker/Selenium-Python

A beginner-friendly project that covers the basics of software testing automation using Python and Selenium. This repository provides a collection of examples and best practices to help you get started with automating web tests, making it perfect for those new to test automation and Selenium.

Language: Python - Size: 10.7 KB - Last synced at: 10 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

ruta-is-coding/movie-store

Movie store testing automation framework. First project for my QA testing course.

Language: JavaScript - Size: 55.7 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

kelseyaubrecht/playwright-chrome-extension-testing-template

Template project for testing chrome extensions using Playwright

Language: TypeScript - Size: 25.4 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

ecureuill/starbugs-cypress

E2E test with Cypress. Allure Reports are deployed in gh pages

Language: JavaScript - Size: 1.44 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Sherif-Elshafei/CI-CD

A workflow pipeline for automatic testing of production modules. Once passed, modules can be deployed to a production server.

Language: Python - Size: 74.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Kray-G/SpecTest

Language Independent Testing Framework for Behavior-Driven Development (BDD)

Size: 42 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 0

amurrell/postman-testing-framework

Automations via newman & Git Hooks & Library for 🚀 Postman test collections . 💨 In minutes, get testing automations via git hooks with postman using newman!

Language: Shell - Size: 718 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

3centroids/glowing-carnival

ctest (AKA glowing-carnival) - test your competitive programming C++ programs locally

Language: Shell - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

patelmayank17/Ecommerce_UI_Automation

Amazon Website Testing using Selenium, Java, TestNG, Eclipse IDE

Language: HTML - Size: 50.8 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

patelmayank17/appiumtests

Application Testing using Appium, Selenium, Java, TestNG, Eclipse IDE, Vysor on Real Android/IOS devices.

Language: HTML - Size: 324 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

hallbeck/ScratchTesting

JAVA interview testing question - doesn't work right now, API has changed and I am not using this repo for now

Language: Java - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

kareenaparwani/Data-Engineering

Automatic Trading System for OANDA. Currency pairs can be analysed by customising the list in the regression algorithms.

Language: Python - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

miroslav-reiter/Kurz_Groovy_GroovyScript

⭐ Materiály, Cvičné Súbory, Prezentácia ku kurzu Groovy (GroovyScript)

Language: Groovy - Size: 9.15 MB - Last synced at: 4 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

vzhirnov/post_json_fuzzer

Fuzz any fields of your JSON. Any fields combination you like. Use the available methods, combinators, mutators, strategies. Write your own.

Language: Python - Size: 246 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

guillermo-suarez/pytesting

Repositorio destinado al desarrollo del TP Nº3 de Gestión de la Calidad y Auditoría

Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

irfnrdh/ssind

Take Unlimited Screen Shot Automatic and make a report

Language: Python - Size: 9.14 MB - Last synced at: 25 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

AbdelQA/Cypress-JavaScript-Automation

Various Cypress framework features (POM, Hooks, Reporters, Custom Commands...) and Automation Scenarios covered

Language: HTML - Size: 7.25 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

maltsev-dev/restAssured_adequateshop

Lightweit hubrid framework for REST api resting

Language: Java - Size: 18.6 KB - Last synced at: 27 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AbdelQA/Selenium-JavaScript-Automation

Selenium Test Automation in JavaScript (using the Mocha & Chai libraries)

Language: JavaScript - Size: 16 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Latifa-Am/-web_test_selenium

Use Python to Create a Web Testing Bot (Coursera project)

Language: Python - Size: 14.2 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ThatGuyStar/spring-testing

Project to get basics of automated testing for work down.

Language: Java - Size: 6.5 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

zarate10/TestingAplicaciones-diogenes_y_los_perros_testers-TPO

TP FINAL - TESTING DE APLICACIONES

Language: Python - Size: 24.4 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 2

GurkNathe/Web-Based-Scientific-Calculator-CS480-

A simple web calculator.

Language: HTML - Size: 773 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ark-key/cypress-witch

Test case automation library for Cypress

Language: TypeScript - Size: 154 KB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

datjan/testing-fitnesse-myapifixtures

FitNesse Fixtures for Api Testing

Language: Java - Size: 47.9 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

vdsabev/cypress-cucumber-typescript-starter

A structured template for using Cypress with Cucumber and TypeScript.

Language: TypeScript - Size: 119 KB - Last synced at: 16 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

DIGI-UW/wait-for-openmrs-action Fork of IsantePlus/wait-for-openmrs-action

Action and docker image to wait for OpenMRS instance to be up

Language: Shell - Size: 339 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

skiliton/api-testing-automation

API tests for Dropbox endpoints

Language: Java - Size: 9.77 KB - Last synced at: 21 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

thunder-spb/dh-terraform-helper

Container with cool Terraform tools to ease testing Terraform Modules :)

Language: Dockerfile - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

GataullinRR/Testkit

Platform for automated testing

Language: C# - Size: 72.8 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

thalesfdm/stores-rest-api

Simple REST API built with Python in the "REST APIs with Flask and Python" and "Automated Software Testing with Python" courses.

Language: Python - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0