Testing
Manual testing is the process of manually testing software for defects. Automation testing is the use of software separate from the software being tested to control the execution of tests and the comparison of actual outcomes with predicted outcomes.
Common testing
JavaScript
IN DEVELOPMENT
- what does it do
- what is it
- technology used
- ambition of project
- stage
- known issues/ thing not properly done
- quick start
- status
- what's included
- bug and feature request
- running documentation locally
- pervious releases
- contributing
- community
- versioning
- creators
- thanks/backers/sponsors
- copyright and license
Quick setup — if you’ve done this kind of thing before
or
Get started by creating a new file or uploading an existing file. We recommend every repository include a README, LICENSE, and .gitignore. …or create a new repository on the command line
echo "# testing" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/keeyanajones/testing.git git push -u origin master
…or push an existing repository from the command line
git remote add origin https://github.com/keeyanajones/testing.git git push -u origin master
…or import code from another repository
You can initialize this repository with code from a Subversion, Mercurial, or TFS project. ProTip! Use the URL for this page when adding GitHub as a remote.
Manual testing is the process of manually testing software for defects. Automation testing is the use of software separate from the software being tested to control the execution of tests and the comparison of actual outcomes with predicted outcomes.
- 2020 Keeyana Jones
- MIT License Copyright (c) 2020 Keeyana Jones