Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thompsonjonm/qa-testing
This is a repository of quality assurance tests using a number of QA frameworks. The purpose of this repository is to serve as a launching point for a career in manual and automated QA testing.
https://github.com/thompsonjonm/qa-testing
chai mochajs quality-assurance selenium-webdriver test-driven-development test-framework testing-tools
Last synced: 4 months ago
JSON representation
This is a repository of quality assurance tests using a number of QA frameworks. The purpose of this repository is to serve as a launching point for a career in manual and automated QA testing.
- Host: GitHub
- URL: https://github.com/thompsonjonm/qa-testing
- Owner: ThompsonJonM
- Created: 2017-09-12T18:09:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T17:35:41.000Z (about 7 years ago)
- Last Synced: 2024-10-10T22:42:44.754Z (4 months ago)
- Topics: chai, mochajs, quality-assurance, selenium-webdriver, test-driven-development, test-framework, testing-tools
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 8
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QA Test Demos Repository
- This repo serves to hold testing demos from a number of frameworks including:
+ Mocha
+ Jest
+ Tape# Installation
- Using Visual Studio Code or Gitbash, type 'npm install' into the terminal. This will install the packages needed for qa testing.# Packages
- This repo currently holds the following test packages:
+ Selenium-Webdriver
+ Tape
+ Mocha
+ Chai
+ Jest
+ Supertest# Further Reading and Links
- Below are links I am currently using to study testing practices:
+ [Page Objects](https://martinfowler.com/bliki/PageObject.html)
+ [JS Page Objects](https://github.com/jamesottaway/js-page-object)
+ [End to End Testing](https://martinfowler.com/bliki/PageObject.html)
+ [Why use Tape?](https://medium.com/javascript-scene/why-i-use-tape-instead-of-mocha-so-should-you-6aa105d8eaf4)
+ [DemoQA](http://demoqa.com/)