Test written and run by a script
What is Automated Testing
Test that checks a feature works
What is functional testing?
Test that checks system performance
What is performance testing?
Random, unplanned test
What is ad-hoc testing?
Button overlaps text or Wrong color for theme
What is UI Bugs
Performed without any automation
What is manual testing?
Tests interactions between modules
What is integration testing?
Test for how easy it is to use
What is usability testing?
Done by end users before release
What is user acceptance testing (UAT)?
Page takes too long to load
Long wait after clicking a button
What are Performance Issues
Repeated test best done with code
What is regression testing?
Full end-to-end testing of the app
What is system testing?
Test for how fast the app responds
What is load testing?
Sends GET and POST to check endpoints
What is API testing?
Wrong total price shown
User profile shows another user's info
What are Data Bugs
Test how well app performs under pressure
What is stress testing?
Tests how app behaves on various devices/browsers
What is compatibility testing?
What is CRM - Customer Relationship Management