Stay organized with collections
Save and categorize content based on your preferences.
check_circle
Welcome to Learn Testing!
subject
Article
An in-depth course on software testing.
check_circle
What testing is
subject
Article
A high-level introduction to testing.
check_circle
Where tests run
subject
Article
Learn how to run tests manually or as part of an automated process.
check_circle
The testing environment
subject
Article
Learn to use runtime tools for testing, as well as specialized frameworks for testing code in browsers.
check_circle
Types of automated testing
subject
Article
Learn about common categorizations of test types.
check_circle
What to test and your approach
subject
Article
Learn how to assess your code for testing.
check_circle
Component testing in practice
subject
Article
Examples of test design for a React component with complex dependencies.
check_circle
Static analysis
subject
Article
Learn to use linter tools for basic automated testing.
check_circle
Tools of the trade
subject
Article
Learn about assertions and other primitives common to most testing frameworks.
check_circle
Appendix
subject
Article
Optional
Additional information that might be helpful on your test development journey.
check_circle
Coming Soon
subject
Article
Optional
Stay tuned for more information about testing!
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],[],[],[]]