Making automated testing easy
-
Updated
Nov 27, 2019 - JavaScript
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.
Making automated testing easy
Learn the principles and best practices for writing maintainable test applications to catch errors before your product reaches the end user! Follow along with Kent C. Dodds and learn the fundamentals behind tests and testing frameworks, the distinctions of different forms of testing and when to use them appropriately to ensure your tests give yo…
Test performed in testcafe to automate the repository creation process on github
saucedemo.com test automation with Cypress 10+
A project to practice end-to-end (e2e) tests written with Cypress running on GitHub Actions.
AutomationExercise automation testing framework with playwright
This repository provides an end-to-end Playwright automation script for setting up WordPress and WooCommerce. It covers tasks like configuring WordPress, installing plugins, setting up WooCommerce, importing products, managing users, and simulating customer journeys. Optimized for learning and reliable automation.
🧪 Example of simple E2E test with Page Object pattern written in JS using Protractor and Jasmine frameworks.
Testes automatizados, criados para uma aplicação que simulando uma Pokedex usando React Testing Library.
Gerenciamento de vendas criado como projeto para as disciplinas de Oficina de Integração 1 e 2.
This is a program written for Testing and Automating simple smart contract
Software QA Tester Portfolio by Elmer Mercado Jr
A rigorous, and seemingly interminable gauntlet of algorithm challenges designed to prepare job seekers for the technical interview.
Designed and executed a comprehensive QA process for a web application with authentication, leveraging JSONPlaceholder APIs. Covered manual testing, test automation, API validation, and performance testing to ensure functionality, reliability, and scalability.
E2E test pipeline for RAG app (Playwright+ Allure reporting + Docker).
Example code of end to end web automation testing using Puppeteer JavaScript