Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Test 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.

https://github.com/terotests/decster

Decorator based Test Case generator

javascript jest test-automation testing testing-tools typescript

Last synced: 09 Jan 2025

https://github.com/tommens/calculator-cucumber

This repository is used for teaching purposes at the University of Mons. It contains Java code for computing arithmetic expressions. The code uses design patterns and is accompanied with JavaDoc, unit tests and BDD scenarios. We have also paid particular attention to code quality.

bdd cucumber cucumber-java java java11 javadoc junit maven mvn test-automation testing

Last synced: 15 Nov 2024

https://github.com/mahamorim/cypress-ecommerce-test

Trabalhe com Cypress e teste um e-commerce desenvolvido em JavaScript

cypress digital-innovation-one javascript qa qaautomation test-automation testing

Last synced: 02 Jan 2025

https://github.com/testcentricity/testcentricity

TestCentricity™ core framework gem for native mobile and web apps

android appium automation cucumber ios page-object-model ruby-gem selenium test-automation webdriver

Last synced: 24 Nov 2024

https://github.com/augustodossantosti/word-count-web

A simple word count application for web pages with Python and TkInter.

object-oriented python3 test-automation tkinter

Last synced: 17 Nov 2024

https://github.com/mahamorim/aceleracao-global-dev-19-gft-dio

Conteúdos da Aceleração Global Dev #19 GFT - em parceria com a DIO

api cypress-io dio gft javascript qa qa-automation-test test-automation

Last synced: 02 Jan 2025

https://github.com/jimcresswell/general-js-test-automation-demo

Demo of multi-layer test automation in a two service Node web app with third-party data depencies, including Consumer Driven Contract Testing

api-testing bdd bootstrap4 consumer-driven-contracts cucumber javascript-testing mocha nodejs pact-js portfolio product-behaviour tdd test-automation unit-testing web-testing webdriver

Last synced: 15 Nov 2024

https://github.com/jimcresswell/nightwatch-demo

Demo E2E test using https://nightwatchjs.org

e2e-tests end-to-end-testing nightwatchjs test-automation

Last synced: 15 Nov 2024

https://github.com/jimcresswell/cypress-demo

Demo use of the Cypress test framework

cypress cypress-io end-to-end-testing test-automation

Last synced: 15 Nov 2024

https://github.com/l-chris/test-man

A hero for testing web.

platform test-automation

Last synced: 17 Nov 2024

https://github.com/sap-samples/digital-manufacturing-test-automation-samples

Use these sample artifacts to learn how to build your own automated test cases for SAP Digital Manufacturing.

sample sample-module sample-test-case sap-digital-manufacturing test-automation

Last synced: 15 Nov 2024

https://github.com/philbobaggins/teensy-tester

Test most (not all) of the GPIO pins on a Teensy LC board

electronics pcb teensy teensy-lc test test-automation testing

Last synced: 14 Jan 2025

https://github.com/darylducks17/cypress-tutorials

Learning Cypress for Web App Automation.

cypress javascript mochajs test-automation

Last synced: 10 Oct 2024

https://github.com/ledsouza/django-api-tests

Este projeto implementa testes automatizados para a API Aluraflix, desenvolvida durante o curso de Django REST Framework da Alura. A API fornece acesso a dados de filmes e séries da empresa fictícia Aluraflix.

django django-rest-framework python swagger test-automation testing

Last synced: 14 Jan 2025

https://github.com/raghavendra-vaidya/sauce-cy

Test automation demonstration using Cypress.io

cypress-io javascript mochawesome test-automation

Last synced: 12 Jan 2025

https://github.com/mdziegielewska/automation-cypress

Comprehensive automation coverage for Magento e-commerce platform using Cypress and TypeScript.

automation-testing cypress e-commerce magento software-testing test-automation typescript

Last synced: 19 Nov 2024

https://github.com/krc2000/linkedinconnectordotnet

.NET command line program to automate sending connection invites on LinkedIn

csharp dotnet linkedin playwright test-automation webscraping

Last synced: 20 Nov 2024

https://github.com/farrajota/pypackagelib

Python Package to test PyPi + conda integration

appveyor python test-automation travis

Last synced: 17 Nov 2024

https://github.com/thomassuedbroecker/example-jmeter-functional-performance-test

This is an example project for to run an initial functional performance test plan example.

bash-scripting groovy jmeter test-automation

Last synced: 17 Nov 2024

https://github.com/psydok/testing_nasa_front

Автоматизация тестирования черным ящиком фронтенда сайта https://api.nasa.gov при помощи Selenium-java

selenium-java test-automation

Last synced: 17 Nov 2024

https://github.com/salabs/ghwf_testarchiver

PoC Github workflow with testarchiver

github-workflows-test test-automation test-reporting

Last synced: 17 Nov 2024

https://github.com/wesleysbmartins/go_test

Implementação de testes unitários, testes de integração e testes automatizados usando o pacote nativo de testes de Golang.

golang test test-automation test-driven-development testing

Last synced: 24 Nov 2024

https://github.com/owaismohsin001/ba-test

This is an extensible DSL made with selenium and python for browser automation test writing with very simple and elegant syntax. Deprecated in favor of BWTest

automation automation-library browser-automation domain-specific-language dsl selenium selenium-python selenium-webdriver test-automation

Last synced: 07 Dec 2024

https://github.com/chinthakagodawita/codeception-timekeeper

A Codeception extension & Robo task that records test runtimes and lets you split tests into equal runtime-based groups for parallel runs

codeception codeception-extension php-library robo robo-task test-automation

Last synced: 30 Nov 2024

https://github.com/beretta350/golang-authentication-api

A simple lightweight authentication API built in Golang designed to be a fast and easy start for other projects.

bcrypt csrf csrf-protection docker docker-compose gin gin-framework gin-gonic go golang integration-testing jwt jwt-auth jwt-authentication jwt-token mongo mongodb test-automation testcontainers xss

Last synced: 10 Oct 2024

https://github.com/mithaputrianty/saucedemorobotframework

Sauce Demo automated testing using Robot Framework

robotframework saucedemo test-automation

Last synced: 09 Oct 2024

https://github.com/markomilenkovic546/trello-clone-test-automation

Automated testing framework leveraging Cypress for end-to-end coverage of the 'Trello clone' full-stack app. Follows Page Object Model design, includes test data preparation, and offers local and Docker container execution options.

cypress e2e nodejs test-automation typescript

Last synced: 20 Nov 2024

https://github.com/markomilenkovic546/passwordless-auth-cypress

This project demonstrates a solution for Cypress automation testing of the signup and login features of an application that utilizes passwordless authentication methods, such as magic link or OTP sent via email. This solution provides access to email inboxes via the third-party service.

cypress javascript mailsac otp passwordless-authentication test-automation

Last synced: 20 Nov 2024

https://github.com/sevenbytes/testrail

A Go library for TestRail REST API (WIP)

golang golang-library library test-automation testing testing-tools

Last synced: 18 Nov 2024