[go: up one dir, main page]

Skip to content
#

testing-automation

Test automation or automated testing as compared to manual testing is a way to write test scenarios beforehand that can be repeatedly executed without involving a human element. This is often done by having a set of test data as input that can be compared to certain expectations. In agile software development approaches, this can be even based on user stories and/or acceptance critera.

Here are 67 public repositories matching this topic...

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

  • Updated Jul 28, 2024
  • JavaScript

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

  • Updated Apr 14, 2024
  • Go

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.

  • Updated Nov 20, 2024
  • Java