Difference between revisions of "What Manual Test Is"
(→Script) |
(→Script) |
||
Line 6: | Line 6: | ||
===Script=== | ===Script=== | ||
− | :Although [[manual testing]] can be defined as any [[testing]] that is administered by | + | :Although [[manual testing]] can be defined as any [[testing]] that is administered by one or more [[human being]]s and is done with hands, ''manual testing'' usually refers to trials of [[software]] to discover its capacities, characteristics, and defects that are commonly called [[bug]]s. ''Manual testing'' is opposed to [[automated testing]] that is run by another [[software]] that is designed specifically for ''automated testing''. |
− | + | :The most of ''manual testing'' involves looking for ''bugs'', [[user experience]] issues, and/or areas for improvements while manually performing actions on a [[website]], [[mobile app]] or another [[end-user application]]. | |
− | The | + | :The core tasks involved in manual testing include: |
− | |||
− | + | Writing test cases | |
+ | Performing QA testing | ||
+ | Reporting bugs and/or user experience issues | ||
− | + | These tasks are the foundation of manual testing for both apps and websites. | |
===Key terms=== | ===Key terms=== |
Revision as of 17:43, 8 November 2020
What Manual Test Is (hereinafter, the Lectio) is the lesson part of Manual Testing Essentials lesson that introduces its participants to manual testing concepts. This lesson belongs to the CNMCT Entrance section of the CNM Cyber Placement.
Content
The predecessor lectio is What Testing Is.
Script
- Although manual testing can be defined as any testing that is administered by one or more human beings and is done with hands, manual testing usually refers to trials of software to discover its capacities, characteristics, and defects that are commonly called bugs. Manual testing is opposed to automated testing that is run by another software that is designed specifically for automated testing.
- The most of manual testing involves looking for bugs, user experience issues, and/or areas for improvements while manually performing actions on a website, mobile app or another end-user application.
- The core tasks involved in manual testing include:
Writing test cases Performing QA testing Reporting bugs and/or user experience issues
These tasks are the foundation of manual testing for both apps and websites.
Key terms
Closing
The successor lectio is What Test Case Is.