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

Projects in Awesome Lists tagged with testing-practices

A curated list of projects in awesome lists tagged with testing-practices .

https://github.com/cypress-io/cypress-realworld-app

A payment application to demonstrate real-world usage of Cypress testing methods, patterns, and workflows.

api-testing code-coverage component-testing cypress end-to-end-testing testing testing-practices

Last synced: 12 May 2025

https://github.com/mfaisalkhatri/manual_testing

This repository contains General Test Cases for performing Manual Testing on the Web/Mobile application. It also has Test cases related to API Testing. Templates related to Test Plan and BugBash are also updated.

apitesting beginner examples learning mobiletesting software-testing templates test-cases testcases testing testing-practices tests tutorial tutorials validation webtesting

Last synced: 16 Feb 2026

https://github.com/mfaisalkhatri/Manual_Testing

This repository contains General Test Cases for performing Manual Testing on the Web/Mobile application. It also has Test cases related to API Testing. Templates related to Test Plan and BugBash are also updated.

apitesting beginner examples learning mobiletesting software-testing templates test-cases testcases testing testing-practices tests tutorial tutorials validation webtesting

Last synced: 09 May 2025

https://github.com/testing-library/testcafe-testing-library

:ox: Simple and complete custom Selectors for Testcafe that encourage good testing practices.

end-to-end-testing test-automation testcafe testing-library testing-practices

Last synced: 10 Aug 2025

https://dialex.github.io/start-testing/

A crowdsourced testing course, written by testers for testers wannabes.

commonmark course docsify markdown tester testing testing-practices testing-tools wiki

Last synced: 11 May 2025

https://github.com/bugthesystem/angular-es6-webpack-boilerplate

AngularJS 1.4x and ES6 application boilerplate /w testing practices using Webpack

angularjs es6 seo testing-practices webpack

Last synced: 10 Oct 2025

https://github.com/infinum/qa-handbook

Describing the processes used by the Infinum QA Team

qa qa-team testing testing-practices

Last synced: 14 Feb 2026

https://github.com/tokusumi/readme-code-testing

Helping test "any" code in readme with GitHub Action. All you need is unit testing synchronized external files in the ordinary way.

github-action readme-quality testing-practices

Last synced: 15 Apr 2025

https://github.com/tempehs/the_unsecure_pwa

An unsecure by-design PWA that students can analyse with a suite of tools and support to build their understanding of web-based secure software architecture.

2fa api content-security-policy csp csrf cybersecurity cybersecurity-education encryption form-validation learning-by-doing learning-cybersecurity learning-project penetration-testing race-conditions security session-management sql-injection sqlite3 testing-practices xss

Last synced: 13 Apr 2025

https://github.com/farlee2121/testingpatterns

This project is to record and share patterns and libraries that make testing easier, descriptive and resilient

architectural-patterns bogus c-sharp dependency-injection example-project ninject testing-practices

Last synced: 19 Apr 2025

https://github.com/miroslav-reiter/penetration_testing_sql

🐱‍💻 Penetration Testing SQL - Materiály, zdrojové kódy, testovacie sady a prípady, zdroje a návody ku kurzom: Penetračné Testovanie, Testovanie softvéru a SQL kurzy

cracking hack mysql penetration-test penetration-testing penetration-testing-tools reiter sql testing testing-practices testing-tools

Last synced: 13 Jul 2025

https://github.com/lucianghinda/good-enough-testing-sample

A sample app used during the #GoodEnoughTesting workshop at goodenoughtesting.com

ruby ruby-on-rails testing testing-practices

Last synced: 17 Nov 2025

https://github.com/metsanpeitto/ruby-on-rails_renting-service

Renting service product where users can create products and appointments for others to rent these products, in this case boats.

devise kanban-board pair-programming rspec-rails rswag ruby-on-rails testing-practices

Last synced: 06 Apr 2025

https://github.com/snwfdhmp/opendev

Previous implementation of taskr' testing and anti-regression principles

regression-analysis regression-diagnostics testing-practices testing-tool

Last synced: 04 Mar 2025

https://github.com/jabrena/pipelines-testing-for-large-enterprise-projects

General aspects of the modern tester in the new world of the Pipelines and how Spring & Spring Cloud help in the context of any Digital Transformation project.

pipelines sp1 spring-boot spring-cloud testing-practices

Last synced: 24 Oct 2025

https://github.com/mozgiii/go-test-svc

An abstraction layer around providing the dependent services (i.e. postgres, redis, etc) for testing purposes. Test using docker.

docker testing testing-practices

Last synced: 05 Sep 2025

https://github.com/miroslav-reiter/kurz_testovanie_softveru

🛠️ Kurz Testovanie Softvéru Materiály, zdrojové kódy, testovacie sady a prípady, zdroje a návody

acceptance-testing automated-testing bug havij reiter selenium smoke-test test-automation testing testing-practices testing-tools testovanie

Last synced: 09 Aug 2025

https://github.com/chatgthb/testingproject_03_selenium_junit

Selenium and JUnit-based automated testing project for e-junkie shop demo site. Includes test cases for adding items to cart, applying promo codes, validating payment fields, and submitting contact forms.

java junit-test selenium testing-automation testing-practices ui-testing

Last synced: 29 Jun 2025

https://github.com/isherezahin/laravel-testing-practice

This is my practice repository for testing step-by-step Laravel projects.

laravel php software-testing testing testing-practices

Last synced: 28 Feb 2025

https://github.com/einenlum/jic

Ridiculously simple Dependency Injection Container for NodeJS.

dependency-injection dependency-injection-container inversion-of-control testing-practices

Last synced: 16 Jun 2025

https://github.com/arnobt78/react-testing-environment-project-template

A modern starter template for building and testing React applications using Vite, TypeScript, Vitest, and React Testing Library. This project is designed for both learning and rapid prototyping, with a focus on best practices for testing React components.

react-test react-test-prototying react-testing react-testing-environtment-project-template react-testing-library react-testing-template rtl testing-automation testing-framework testing-library testing-library-react testing-practices testing-template vitest vitest-ts vitest-ui

Last synced: 18 Oct 2025

https://github.com/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.

java selenium testing-automation testing-practices testng ui-testing

Last synced: 25 Oct 2025

https://github.com/t1/junit-5-structure-demo

source for blog article: Structured JUnit 5 Testing

bdd blog junit junit5 junit5-guide testing testing-practices

Last synced: 12 May 2025

https://github.com/edmartt/go-unit-test-excercise

A simple go project for learning about unit test in simple way and with cases table

go golang testing testing-practices unit-testing

Last synced: 24 Aug 2025

https://github.com/gsaslis/fizzbuzz-tdd

A coding kata for an introduction to TDD, using the simple FizzBuzz exercise.

coding-kata software-testing tdd tdd-kata testing testing-practices

Last synced: 03 Apr 2025

https://github.com/victor-fiamoncini/devtalks_node_integration_testing

Integration testing with NodeJS, presentation for Devtalks Grupo RV

clean-architecture integration-testing jest nodejs testing-practices typescript

Last synced: 06 Oct 2025

https://github.com/wlodpawlowski/basic-js-themes

Default and basic console applications, which use for learning necessary themes of JavaScript

arrays boolean console-application date-types dates ecmascript6 functions javascript learning-curve learning-js number-methods testing-practices

Last synced: 17 Mar 2025

https://github.com/knlsharma/webs

Simple project of testing the hosted website via github pages

testing-practices website website-development

Last synced: 23 Jan 2026

https://github.com/s-h-i-v-i-s/uestates-real-estate-system

This is the project which has been done for Software Quality Assurance course. UEstates is a real estate system which helps Agents to add Customers and Properties. And helps Users to search properties. The software testing types and principles have been applied to this project.

software-quality-assurance sqa testing testing-practices

Last synced: 01 Sep 2025

https://github.com/bilelmsekni/destimator

Life expectation calculator imagined by a crazy scientist

angular chai jasmine sinon testing-practices typescript

Last synced: 07 Apr 2025