All Projects → jumper2014 → fast-test

jumper2014 / fast-test

Licence: Apache-2.0 license
fast-test是基于Java的自动化测试工具集合,包含自动测试平台(后端Vue),自动测试框架,可以帮助测试人员快速构建各类测试工具和自动化测试框架。请点星支持!

Programming Languages

java
68154 projects - #9 most used programming language
Vue
7211 projects
CSS
56736 projects
Less
1899 projects
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to fast-test

qt monkey
Tool for testing Qt based applications
Stars: ✭ 39 (-65.18%)
Mutual labels:  test-automation, testing-tools
toster
DSL framework for testing Android apps
Stars: ✭ 31 (-72.32%)
Mutual labels:  test-automation, testing-tools
Mockito Scala
Mockito for Scala language
Stars: ✭ 231 (+106.25%)
Mutual labels:  test-automation, testing-tools
Hitchhiker
a Restful Api test tool
Stars: ✭ 2,175 (+1841.96%)
Mutual labels:  test-automation, testing-tools
eat
Json based scenario testing tool(which can have test for functional and non-functional)
Stars: ✭ 41 (-63.39%)
Mutual labels:  test-automation, testing-tools
Gauge
Light weight cross-platform test automation
Stars: ✭ 2,622 (+2241.07%)
Mutual labels:  test-automation, testing-tools
allure-nunit
Archived - Allure adapter for NUnit framework.
Stars: ✭ 45 (-59.82%)
Mutual labels:  test-automation, testing-tools
Vividus
Vividus is all in one test automation tool
Stars: ✭ 170 (+51.79%)
Mutual labels:  test-automation, testing-tools
scenarioo
Scenarioo Docu Viewer for Automated Documentation using UI/E2E-Tests
Stars: ✭ 62 (-44.64%)
Mutual labels:  test-automation, testing-tools
vividus-starter
VIVIDUS-based test project template
Stars: ✭ 43 (-61.61%)
Mutual labels:  test-automation, testing-tools
test junkie
Highly configurable testing framework for Python
Stars: ✭ 72 (-35.71%)
Mutual labels:  test-automation, testing-tools
sandboni-core
Sandboni - Java test optimization library which reduces test execution time without compromising quality
Stars: ✭ 27 (-75.89%)
Mutual labels:  test-automation, testing-tools
Tork
💞 Tests your Ruby code, in parallel, as you change it
Stars: ✭ 185 (+65.18%)
Mutual labels:  test-automation, testing-tools
Recheck Web
recheck for web apps – change comparison tool with local Golden Masters, Git-like ignore syntax and "Unbreakable Selenium" tests.
Stars: ✭ 224 (+100%)
Mutual labels:  test-automation, testing-tools
Botium Core
The Selenium for Chatbots - Bots Testing Bots
Stars: ✭ 181 (+61.61%)
Mutual labels:  test-automation, testing-tools
kentan
A modular test data generator for TypeScript
Stars: ✭ 38 (-66.07%)
Mutual labels:  test-automation, testing-tools
Mockito
Most popular Mocking framework for unit tests written in Java
Stars: ✭ 12,453 (+11018.75%)
Mutual labels:  test-automation, testing-tools
Argus Eyes
A lightweight commandline tool for visual regression testing of UI components.
Stars: ✭ 158 (+41.07%)
Mutual labels:  test-automation, testing-tools
SHAFT ENGINE
SHAFT is an MIT licensed test automation engine. Powered by best-in-class frameworks like Selenium WebDriver, Appium & RestAssured it provides a wizard-like syntax to increase productivity, and built-in wrappers to eliminate boilerplate code and to ensure your tests are extra stable and your results are extra reliable.
Stars: ✭ 170 (+51.79%)
Mutual labels:  test-automation, testing-tools
saloon
An E2E test seeder for enterprise web applications
Stars: ✭ 30 (-73.21%)
Mutual labels:  test-automation, testing-tools

项目介绍

fast-test 是一个自动化测试工具项目,通过基础示例帮你快速构建自己的自动化测试框架,自动化测试工具,自动化测试平台。

开发环境

  • JDK 1.8 +
  • Maven 3 +
  • IntelliJ IDEA Community 2021.2.2 +
  • Visual Studio Code 1.63.2 +

主要功能

各 Module 介绍

Module 名称 Module 介绍
test-flash 基于web-flash的测试工具平台
fast-test-framework 各种自动化测试框架
testng-selenium-pagefactory 基于pagefactory模式的selenium自动测试框架
aut-server AUT被测应用, 提供各类被测服务
resource.md 环境资源指南文档

开发计划及进度

测试工具示例

  • 测试文件生成
    • 生成指定格式的txt文件(批量文件) - 完成
  • 文件传输
    • 上传文件到web服务器 - 完成
    • 从web服务器下载文件到本地 - 完成
    • 上传文件到远程应用服务器
  • 数据库操作
    • 数据的增删改查 - 完成
    • 数据导出成Excel
    • 执行指定的SQL - 完成
  • 测试用例
    • 测试用例转换,XMind到Excel
    • 测试用例转换, 百度脑图km到Excel - 完成
  • 远程控制
    • 触发远程服务器上程序执行
  • 对比工具
    • Json格式化工具页面

测试框架示例

  • RPC接口测试 - 完成
  • 集成Allure测试报告
  • 常见测试相关库使用示例
    • AssertJ - 完成
    • HttpClient - 完成
    • OkHttp - 完成
    • RestAssured - 完成
    • RestTemplate - 完成
  • 常见Java库使用示例
    • Quartz - 完成
    • Ehcache - 完成
    • 读取yaml文件 - 完成

感谢

License

Apache License, Version 2.0

Copyright (c) 2021 旺福

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].