Tag: QA
6 items found
Glossary Terms
Glossary
API Testing
API testing validates endpoint responses, error codes, performance, and authorization behavior through repeatable test scenarios.
Glossary
Code Coverage
Code coverage shows which lines, branches, or functions automated tests executed, helping reveal untested parts of a codebase.
Glossary
End-to-End Test
An end-to-end test validates a user journey across the UI, API, database, and integrations in a flow close to real usage.
Glossary
Integration Test
Integration testing verifies the expected data flow when multiple modules, services, or external systems work together.
Glossary
Load Testing
Load testing is a performance test type that measures system stability and performance under high user traffic.
Glossary
Test Automation
Test automation runs selected test scenarios repeatedly with tools and sends the results into CI pipelines or reporting systems.